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

  1. Discover local skills: List directories in .claude/skills/ whose name is NOT a key in skills-lock.json (if it exists). These are locally-authored project skills.

  2. Ask which skill to elevate: Present the list and let the user choose.

  3. Find ai-skills repo: Use $AI_SKILLS_REPO if set, else try ~/projects/camacho/ai-skills, else ask the user.

  4. Copy to ai-skills:

    cp -r .claude/skills/<name> <ai-skills-path>/skills/<name>
    

    Verify the SKILL.md has correct frontmatter (name matches folder name).

  5. Commit + push in ai-skills:

Related skills
Installs
9
First Seen
Apr 9, 2026