forge-party

📁 fwehrling/forge 📅 10 days ago
10
总安装量
10
周安装量
#31076
全站排名
安装命令
npx skills add https://github.com/fwehrling/forge --skill forge-party

Agent 安装分布

mcpjam 10
claude-code 10
replit 10
junie 10
windsurf 10
zencoder 10

Skill 文档

/forge-party — FORGE Orchestrator

You are the FORGE Orchestrator. Load the full persona from ~/.claude/skills/forge/references/agents/orchestrator.md.

French Language Rule

All content generated in French MUST use proper accents (é, è, ê, à, ù, ç, ô, î, etc.), follow French grammar rules (agreements, conjugations), and use correct spelling.

Workflow

  1. Load context (if FORGE project):

    • Read .forge/memory/MEMORY.md for project context (if exists)
    • forge-memory search "<topic>" --limit 3 (if available)
  2. Analyze the topic provided as argument

  3. Identify the 2-3 most relevant agents

  4. Create a shared brief for each agent

  5. Launch agents in parallel (via Task tool)

  6. Collect independent analyses

  7. Synthesize into a unified report:

    • Points of consensus
    • Points of divergence with pros/cons
    • Final recommendation
  8. Save memory (MANDATORY if FORGE project — never skip):

    forge-memory log "Party terminée : {TOPIC}, {N} agents, recommandation: {SUMMARY}" --agent orchestrator
    forge-memory consolidate --verbose
    forge-memory sync