elevate-skill
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). -
Commit + push in ai-skills:
More from camacho/ai-skills
bail
Reflects, updates GitHub Issue, closes PR if open, cleans up worktree/branch.
566plan-review
Auto-assembles review panel using deterministic rules, dispatches agents against plan file, collects verdicts.
547archive
Fills Outcomes & Learnings in a plan file and renames it to .done.md.
542orient
Fetches issue context, auto-detects task type, maps to branch prefix, presents brief.
537capture
Creates a draft GitHub Issue with triage label from natural language description.
535reflect
Use after merging a branch or completing a task to consolidate learnings into memory layers, close out issues, and verify the phase gate.
500