Trigger: improve skills, audit skills, refactor skills, skill quality. Audit and upgrade existing LLM-first skills.
npx skills add https://github.com/Gentleman-Programming/gentle-pi --skill gentle-ai-skill-improver
Use this skill when auditing, refactoring, normalizing, or improving existing SKILL.md files. Use gentle-ai-skill-creator when creating a brand-new skill from a reusable pattern.
docs/skill-style-guide.md first and treat it as the normative style contract.SKILL.md as the source of truth; preserve author intent, critical rules, activation semantics, and output requirements..atl/skill-registry.md as an index of skill names, triggers, scopes, and exact paths when available.references/ or assets/.| Situation | Action |
| --- | --- |
| Missing or invalid frontmatter | Fix name, quoted one-line description, license, and metadata |
| Skill reads like tutorial docs | Convert to runtime instructions and move background to references/ |
| Body exceeds budget | Preserve rules, move examples/background to supporting files |
| Branching logic hidden in prose | Convert to a compact decision table |
| Rules conflict or intent is unclear | Report the issue; do not rewrite that rule automatically |
docs/skill-style-guide.md..atl/skill-registry.md; use listed paths to select skills. If missing, scan known skill directories for */SKILL.md./skill-registry:refresh.Return:
docs/skill-style-guide.md — normative LLM-first skill style guide.skills/skill-registry/SKILL.md — registry refresh and indexing contract.Take gentleman-programming/gentle-ai-skill-improver from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.