All Skills stryx · skills Stryx Labs
// stryxstryx-config

Config.

Manages CLAUDE.md, settings.json, hooks, rules, agents, skills, memory, plugins. Audits for bloat, contradictions, dead config, context budget waste.

//01What it does

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).

//02What is inside

Four recipes.

i.

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.

ii.

Hook contradiction detection

PreToolUse + PostToolUse pairs that conflict. Stop hooks that block valid completions. UserPromptSubmit hooks that double-process the same prompt.

iii.

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.

iv.

Cross-machine sync

Export config bundle from one machine. Import on another. Diff-merge without losing local additions. Adopt-me skill compatible.

//03Chains with

It composes.

Skills compose into workflows. Config is rarely the only skill you will use — it pairs naturally with these others in the library.

//04Install · just this skill

One command.

Installs only stryx-config (skip the other 19) into ~/.claude/skills/stryx-config/.

macOS · Linux
STRYX_SKILL=stryx-config curl -fsSL https://stryxlabs.com/install-skills.sh | bash
 
Windows · PowerShell
PS> $env:STRYX_SKILL="stryx-config"; irm https://stryxlabs.com/install-skills.ps1 | iex
 
All 20 skills (the full library)
curl -fsSL https://stryxlabs.com/install-skills.sh | bash
//05Reach

Free for all use.

Stryx Labs License v1.0. Use Config in personal, commercial, internal, and production work. No attribution required.