/ Annuaire / Playground / forge-skill
● Communauté YIKUAIBANZI ⚡ Instantané

forge-skill

par 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.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

forge-skill.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/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
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.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 utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "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
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : forge-skill

Consult variants of yourself before a hard decision

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

Quand l'utiliser : A fork-in-the-road decision where you want to hear your own conflicting voices.

Prérequis
  • 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
Déroulement
  1. Build self profile
    Use forge-self on /path/to/my-journals and chats. Distill patterns, decision tendencies, blind spots.✓ Copié
    → 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.✓ Copié
    → Three distinct voices, not bland averages

Résultat : A decision you made after hearing your own contradictions.

Pièges
  • Expecting one 'right' answer to pop out — The skill's promise is perspective, not prescription
Combiner avec : 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

Quand l'utiliser : You have old messages/journals and want to keep their voice accessible.

Prérequis
  • Chat exports, journals, social posts — Gather into a local folder
Déroulement
  1. Build persona
    Use forge-persona on this archive of my grandmother's letters. Distill her voice.✓ Copié
    → Persona file capturing style, vocabulary, quirks
  2. Use the persona
    use-persona — talk to me about my job stress the way she would.✓ Copié
    → 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.✓ Copié
    → Profile updated, next response better

Résultat : An echo you can sit with, fully under your control.

Pièges
  • Treating it as the person rather than an echo — The skill explicitly warns: this is not resurrection. Hold it as a tool for reflection
Combiner avec : filesystem

Audit your own communication patterns over a year

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

Quand l'utiliser : Year-end review with a twist.

Déroulement
  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?✓ Copié
    → Pattern delta with specifics

Résultat : Actual data about how your communication evolved.

Combinaisons

Associez-le à d'autres MCPs pour un effet 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/.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
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

Coût et limites

Coût d'exécution

Quota d'API
None
Tokens par appel
Large on initial distillation (journals can be big)
Monétaire
Free
Astuce
Distill once, reuse many times — the profile is persistent

Sécurité

Permissions, secrets, portée

Portées minimales : Read on your source folders, write on the profile folder
Stockage des identifiants : None — fully local
Sortie de données : LLM call processes the data — choose a provider whose policy you're comfortable with
Ne jamais accorder : Network egress for the profile data — stays on your disk

Dépannage

Erreurs courantes et correctifs

Distilled profile feels generic

Supply more source material, especially distinctive pieces

Persona drifts over many turns

Periodically correct; the skill learns from your corrections

Alternatives

forge-skill vs autres

AlternativeQuand l'utiliserCompromis
Writing in a regular journalYou just want reflection, not distillationNo variant consultation

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills