/ Каталог / Песочница / forge-skill
● Сообщество YIKUAIBANZI ⚡ Сразу

forge-skill

автор YIKUAIBANZI · YIKUAIBANZI/forge-skill

Local-first personality distillation engine — analyze your own patterns (forge-self) or preserve a loved one's voice (forge-persona) from chat records and journals.

人格蒸馏引擎. A local-first, no-server skill that parses chat records, diaries, and social media to distill communication patterns into two artifacts: self profiles (your own decision patterns and blind spots) and persona profiles (someone else's distinctive voice). Then lets you use-self to consult variant versions of yourself, or use-persona to roleplay with someone's preserved voice. Not resurrection — an echo, local, iterative, and under your control.

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

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

Живое демо

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

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

Установка

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

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

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

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

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

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

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

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

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

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

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

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

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

claude mcp add forge-skill -- git clone https://github.com/YIKUAIBANZI/forge-skill ~/.claude/skills/forge-skill

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

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

Реальные сценарии: forge-skill

Consult variants of yourself before a hard decision

👤 People facing tricky life/career decisions who want structured self-reflection ⏱ ~60 min intermediate

Когда использовать: A fork-in-the-road decision where you want to hear your own conflicting voices.

Предварительные требования
  • Skill installed — git clone https://github.com/YIKUAIBANZI/forge-skill ~/.claude/skills/forge-skill
  • Raw material: journals / chat export — Collect into a local folder the skill can read
Поток
  1. Build self profile
    Use forge-self on /path/to/my-journals and chats. Distill patterns, decision tendencies, blind spots.✓ Скопировано
    → Local profile written with identified patterns
  2. Consult variants
    use-self. Decision: accept the offer or stay. Give me 'cautious me', 'decisive me', 'relationship-focused me' perspectives.✓ Скопировано
    → Three distinct voices, not bland averages

Итог: A decision you made after hearing your own contradictions.

Подводные камни
  • Expecting one 'right' answer to pop out — The skill's promise is perspective, not prescription
Сочетать с: filesystem

Preserve the voice of a loved one you've lost touch with or lost

👤 People wanting to keep an echo of someone important ⏱ ~120 min intermediate

Когда использовать: You have old messages/journals and want to keep their voice accessible.

Предварительные требования
  • Chat exports, journals, social posts — Gather into a local folder
Поток
  1. Build persona
    Use forge-persona on this archive of my grandmother's letters. Distill her voice.✓ Скопировано
    → Persona file capturing style, vocabulary, quirks
  2. Use the persona
    use-persona — talk to me about my job stress the way she would.✓ Скопировано
    → Response that recognizably sounds like her — not generic
  3. Correct iteratively
    That phrase wasn't quite her — here's how she'd actually say it.✓ Скопировано
    → Profile updated, next response better

Итог: An echo you can sit with, fully under your control.

Подводные камни
  • Treating it as the person rather than an echo — The skill explicitly warns: this is not resurrection. Hold it as a tool for reflection
Сочетать с: filesystem

Audit your own communication patterns over a year

👤 Self-improvement-minded people ⏱ ~60 min beginner

Когда использовать: Year-end review with a twist.

Поток
  1. Run forge-self on a year's worth
    Run forge-self on my 2025 chat + journal archive. Compare to 2024 if data exists. What changed?✓ Скопировано
    → Pattern delta with specifics

Итог: Actual data about how your communication evolved.

Комбинации

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

forge-skill + filesystem

Archive sources and profile artifacts in one managed local folder

Organize my journal exports under ~/forge/sources/ and profiles under ~/forge/profiles/.✓ Скопировано

Инструменты

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

ИнструментВходные данныеКогда вызыватьСтоимость
forge-self archive path Build your own digital mirror 0 — local
forge-persona archive path, person name Preserve another's voice 0 — local
use-self question + variant choice Decision reflection 0
use-persona question Voice-preserved conversation 0

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

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

Квота API
None
Токенов на вызов
Large on initial distillation (journals can be big)
Деньги
Free
Совет
Distill once, reuse many times — the profile is persistent

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

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

Минимальные скоупы: Read on your source folders, write on the profile folder
Хранение учётных данных: None — fully local
Исходящий трафик: LLM call processes the data — choose a provider whose policy you're comfortable with
Никогда не давайте: Network egress for the profile data — stays on your disk

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

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

Distilled profile feels generic

Supply more source material, especially distinctive pieces

Persona drifts over many turns

Periodically correct; the skill learns from your corrections

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

forge-skill в сравнении

АльтернативаКогда использоватьКомпромисс
Writing in a regular journalYou just want reflection, not distillationNo variant consultation

Ещё

Ресурсы

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

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

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