Agent Skills
› NeverSight/learn-skills.dev
› skillforge
skillforge
GitHub智能技能路由器与创建者,分析输入以推荐、改进或创建新技能。通过阶段0查重避免重复,利用11种思维模型深度评估,最终路由至现有技能或生成新SKILL.md,确保高效实用的技能管理。
Trigger Scenarios
询问是否存在某功能的技能
要求创建新技能
要求改进现有技能
包含模糊需求需匹配技能
Install
npx skills add NeverSight/learn-skills.dev --skill skillforge -g -y
SKILL.md
Frontmatter
{
"name": "skillforge",
"license": "MIT",
"metadata": {
"type": "orchestrator",
"model": "claude-opus-4-5-20251101",
"inputs": [
"any-input",
"user-goal",
"domain-hints"
],
"domains": [
"meta-skill",
"automation",
"skill-creation",
"orchestration",
"agentic",
"routing"
],
"outputs": [
"SKILL.md",
"references\/",
"scripts\/",
"SKILL_SPEC.md",
"recommendations"
],
"version": "4.0.0",
"subagent_model": "claude-opus-4-5-20251101"
},
"description": "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."
}
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
SkillForge: {goal}- Direct activationcreate skill/improve skill- Natural languagedo I have a skill for X?- Discovery
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:
SKILL.md, references/, scripts/ - Improvement: Modified SKILL.md + recommendations
- Discovery: List of matching existing skills
Version History
- e0220ca Current 2026-07-05 21:59


