/ Каталог / Песочница / SkillForge
● Сообщество tripleyak ⚡ Сразу

SkillForge

автор tripleyak · tripleyak/SkillForge

Phase-based skill router + creator — triages each request, analyzes via 11 thinking lenses, generates XML specs, and runs multi-agent approval before shipping.

SkillForge is a meta-skill for Claude Code and Codex that decides whether to USE an existing skill, IMPROVE one, CREATE new, or COMPOSE from multiple. It runs 4 phases: triage → deep 11-lens analysis → XML spec → generation with multi-agent synthesis. v5.0 streamlined the SKILL.md to 313 lines with lazy-loaded references so the context stays lean.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

skillforge-skill.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "skillforge-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/tripleyak/SkillForge",
        "~/.claude/skills/SkillForge"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "skillforge-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/tripleyak/SkillForge",
        "~/.claude/skills/SkillForge"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "skillforge-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/tripleyak/SkillForge",
        "~/.claude/skills/SkillForge"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "skillforge-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/tripleyak/SkillForge",
        "~/.claude/skills/SkillForge"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "skillforge-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/tripleyak/SkillForge",
        "~/.claude/skills/SkillForge"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "skillforge-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/tripleyak/SkillForge",
          "~/.claude/skills/SkillForge"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add skillforge-skill -- git clone https://github.com/tripleyak/SkillForge ~/.claude/skills/SkillForge

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: SkillForge

Find the right existing skill instead of reinventing one

👤 Anyone with a big skill library and no memory of what's installed ⏱ ~5 min beginner

Когда использовать: You have a task and aren't sure if something already covers it.

Поток
  1. Describe the task
    Use skillforge. I need to turn our docs site into a searchable knowledge base.✓ Скопировано
    → Triage returns USE_EXISTING with a recommendation (e.g. skill-seekers)
  2. Confirm and hand off
    Good — run that skill.✓ Скопировано
    → Routes to the recommended skill

Итог: You use what's already there rather than writing a new skill.

Подводные камни
  • Triage is over-eager to create new — Explicitly ask 'prefer USE_EXISTING unless match score < 70%'
Сочетать с: skill-seekers-skill

Create a new skill with engineered rigor

👤 Skill authors who want quality, not vibes ⏱ ~30 min intermediate

Когда использовать: Triage returned CREATE_NEW and you want the full 4-phase generation.

Поток
  1. Approve triage
    skillforge — CREATE_NEW for a skill that drafts ADRs from design discussions.✓ Скопировано
    → Phase 1 analysis begins with 11 lenses
  2. Review the spec
    Show me the XML spec before generation.✓ Скопировано
    → Structured spec you can critique
  3. Run synthesis
    Generate, then run the multi-agent panel.✓ Скопировано
    → Panel verdict with unanimous approval or concrete objections

Итог: A production-quality SKILL.md ready to install.

Подводные камни
  • Panel stuck in endless loop — Cap iterations — SkillForge supports an iteration limit flag
Сочетать с: skill-seekers-skill

Комбинации

Сочетайте с другими MCP — эффект x10

skillforge-skill + skill-seekers-skill

Use SkillForge to decide, then Skill Seekers to actually ingest sources for CREATE_NEW

skillforge triage, then if CREATE_NEW, use skill-seekers to pull in the docs.✓ Скопировано
skillforge-skill + filesystem

Skill output goes straight into ~/.claude/skills/

Write the generated SKILL.md and references to ~/.claude/skills/<name>/.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
Phase 0 triage task description + skill library Start of every request 0
Phase 1 deep analysis (11 lenses) task After triage, before generation 0
Phase 2-3 XML spec + generation analysis CREATE_NEW or IMPROVE_EXISTING 0
Phase 4 multi-agent synthesis draft Final quality gate 0

Стоимость и лимиты

Во что обходится

Квота API
None
Токенов на вызов
Full 4-phase generation is token-heavy (10-30k)
Деньги
Free — skill is local
Совет
Use triage-only for simple routing; invoke full pipeline only for real skill authoring.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: No credentials — skill is prompts
Исходящий трафик: None from the skill itself

Устранение неполадок

Частые ошибки и исправления

Triage picks wrong verdict

Provide the current skill library list so triage can match properly.

Multi-agent panel keeps rejecting

Check the objections — often a missing section in the spec. Fix once, re-run.

Generated skill feels generic

Give more source material in Phase 1; skill quality follows source quality.

Альтернативы

SkillForge в сравнении

АльтернативаКогда использоватьКомпромисс
skill-seekers-skillYou want document-ingest-first rather than analysis-firstSeekers is heavier on source processing; SkillForge is heavier on engineering rigor
Manual SKILL.md authoringThe skill is small and you have a clear specFastest for trivial skills

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills