/skillforge
Route, create, improve, or inspect reusable AI skills with SkillForge
$ npx -y skills add tripleyak/SkillForge --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/skillforge
Context preview
What this command does when you run it.
Route, create, improve, or inspect reusable AI skills with SkillForge
Command definition
skillforge.mddescription: Route, create, improve, or inspect reusable AI skills with SkillForge
SkillForge
Use SkillForge for skill routing, creation, improvement, and proactive advice.
Arguments
$ARGUMENTS = a SkillForge request, such as:
- `create a skill for Amazon review gap analysis`
- `do I have a skill for PPC search term audits?`
- `improve the listing audit skill`
- `doctor` (ecosystem health report)
- `advice`
- `checkpoint <brief current context>`
Instructions
1. Read `~/.claude/skills/skillforge/SKILL.md`. 2. If arguments are empty, show the available modes and ask what the user wants to do. 3. If arguments start with `advice`, run:
python3 ~/.claude/skills/skillforge/scripts/context_advisor.py list
4. If arguments start with `checkpoint`, run:
python3 ~/.claude/skills/skillforge/scripts/context_advisor.py checkpoint --cwd "$PWD" --text "<remaining arguments>"
4b. If arguments start with `doctor`, run:
python3 ~/.claude/skills/skillforge/scripts/skillforge_doctor.py
5. For all other arguments, use the SkillForge skill workflow with `$ARGUMENTS` as the input. 6. Before creating a new skill, confirm SkillForge has checked for existing matching skills. 7. Report the recommended action clearly: use existing, improve existing, create new, compose skills, or clarify.
Request:
$ARGUMENTS
A skill creator that proves its skills work. SkillForge routes any skill-related request (use, improve, create, compose), creates new skills through an evidence-driven pipeline, and maintains the health of your whole skill ecosystem.

