kage_skills
Codify verified repository knowledge into SKILL.md files that teammates' agents automatically load. Preview changes with dry_run option.
Instructions
Codify durable, verified repo memory (runbooks, workflows, actionable decisions) into git-native SKILL.md files under .claude/skills/ that every teammate's agent auto-loads. Only grounded, non-stale packets become skills. Pass dry_run to preview without writing. dir overrides the output directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | Yes | Absolute path to the repository root. | |
| dry_run | No | Preview which skills would be written without creating any files. | |
| dir | No | Override the output directory (default .claude/skills/). |