Claude Config Maintainer
Workflow
- Separate universal rules from project-specific facts.
- Keep universal instructions in
CLAUDE.md,AGENTS.md, and.claude/rules/. - Put reusable workflows in
.claude/skills/<skill-name>/SKILL.md. - Keep each
SKILL.mdshort; move long examples or templates todocs/or skill references. - Update
docs/reference/skills-manifest.mdwhen adding, renaming, or deleting skills. - Test
scripts/install-claude-kit.ps1after structural changes.
Extraction Rules
- Keep: workflow, safety constraints, validation habits, file placement logic, reusable templates.
- Generalize: project paths, milestone names, private process details, local machine paths.
- Remove: API keys, tokens, account IDs, private URLs, temporary logs, generated caches.
- Mark optional stacks, such as Unity, as profiles instead of forcing them into every project.
Source: YIMO691/claude-skills-kit — distributed by TomeVault.