evolving-config

Solid

Audit Claude Code configuration against latest features and best practices. Use when user says "evolve", "self-improve", "audit config", "what's new in claude code", "upgrade configuration", "check for improvements", "are we up to date".

Code & Development 16 stars 1 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 75/100

Stars 20%
41
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- Platform guidance for non-Claude models (Codex CLI, Gemini CLI) --> <!-- Persistence: Keep going until the task is fully resolved. Do not stop at the first obstacle. --> <!-- Tool use: Use available tools to verify — do not guess at file contents, paths, or command output. --> <!-- Planning: Reflect between steps. Decompose complex problems into logical sub-steps before acting. --> <!-- Reliability: Assess risk before irreversible actions. Ask for clarification on ambiguity. --> <!-- Completeness: Generate complete responses without truncating. Review your output against the original constraints. --> # Evolve Configuration Audit Claude Code config against latest capabilities. Conservative by default — says "no changes needed" when that's true. 1. Snapshot current configuration 2. Fetch latest capabilities 3. Research best practices 4. Gap analysis 5. Present report 6. Apply changes --- ## Phase 1: Snapshot Current Configuration Read ALL config files in parallel: ```bash # Glob these patterns CLAUDE.md # Root instructions .claude/CLAUDE.md # Project instructions .claude/settings.json # Settings + hooks .claude/settings.local.json # Local overrides .claude/skills/*/SKILL.md # All skills .claude/agents/*.md # All agents (if present) .claude/commands/**/*.md # All commands (if present) hooks/* # Hook scripts ``` Build inventory summary: ...

Details

Author
alexei-led
Repository
alexei-led/cc-thingz
Created
10 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category