elevate-skill
Installation
SKILL.md
When to invoke
- User wants to share a project-local skill with other repos
- User says "elevate skill", "share this skill", "move skill to ai-skills"
Steps
-
Discover local skills: List directories in
.claude/skills/whose name is NOT a key inskills-lock.json(if it exists). These are locally-authored project skills. -
Ask which skill to elevate: Present the list and let the user choose.
-
Find ai-skills repo: Use
$AI_SKILLS_REPOif set, else try~/projects/camacho/ai-skills, else ask the user. -
Copy to ai-skills:
cp -r .claude/skills/<name> <ai-skills-path>/skills/<name>Verify the SKILL.md has correct frontmatter (
namematches folder name).