Learn-skills.dev skillforge
Intelligent skill router and creator. Analyzes ANY input to recommend existing skills, improve them, or create new ones. Uses deep iterative analysis with 11 thinking models, regression questioning, evolution lens, and multi-agent synthesis panel. Phase 0 triage ensures you never duplicate existing functionality.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/aaaaqwq/claude-code-skills/skillforge" ~/.claude/skills/neversight-learn-skills-dev-skillforge && rm -rf "$T"
manifest:
data/skills-md/aaaaqwq/claude-code-skills/skillforge/SKILL.mdsource content
SkillForge 4.0 - Intelligent Skill Router & Creator
Analyzes ANY input to find, improve, or create the right skill.
When to use
- Skill discovery: "Do I have a skill for X?"
- Skill creation: "Create a skill for Y"
- Skill improvement: "Improve the Z skill"
- Routing: Any ambiguous request that needs skill matching
How it works
- Phase 0 Triage: Check if skill exists (no duplicates)
- Analysis: 11 thinking models evaluate the request
- Action: Route to existing skill OR create new one
- Synthesis: Multi-agent panel validates output
Triggers
- Direct activationSkillForge: {goal}
/create skill
- Natural languageimprove skill
- Discoverydo I have a skill for X?
Core Principles
- No duplication: Always check existing skills first
- Iterative: Refine through multiple analysis passes
- Practical: Focus on actionable skills, not theory
Outputs
- New skill:
, references/, scripts/SKILL.md - Improvement: Modified SKILL.md + recommendations
- Discovery: List of matching existing skills