Config.
Manages CLAUDE.md, settings.json, hooks, rules, agents, skills, memory, plugins. Audits for bloat, contradictions, dead config, context budget waste.
Claude Code Configuration Audit.
Claude Code configuration accumulates entropy. CLAUDE.md grows. settings.json gets contradictory hooks. Rules contradict themselves. This skill audits the whole stack, surfaces the bloat, and suggests trimming or consolidation. Also: how to migrate rules between layers (project vs user vs enterprise).
Four recipes.
Context budget analysis
Counts tokens consumed by CLAUDE.md + auto-loaded memory + active hooks. Flags entries spending budget without value. Suggests moves to lazy-loaded references.
Hook contradiction detection
PreToolUse + PostToolUse pairs that conflict. Stop hooks that block valid completions. UserPromptSubmit hooks that double-process the same prompt.
Rule layer migration
When to keep a rule in project (.claude/settings.local.json) vs user (~/.claude/settings.json) vs enterprise (managed). Decision tree + migration commands.
Cross-machine sync
Export config bundle from one machine. Import on another. Diff-merge without losing local additions. Adopt-me skill compatible.
It composes.
Skills compose into workflows. Config is rarely the only skill you will use — it pairs naturally with these others in the library.
One command.
Installs only stryx-config (skip the other 19) into ~/.claude/skills/stryx-config/.
Free for all use.
Stryx Labs License v1.0. Use Config in personal, commercial, internal, and production work. No attribution required.