Optimize, rewrite, or create prompts for Claude models. Use when the user wants to improve an existing prompt, turn a rough thought dump into a well-structured prompt, write a prompt from scratch, craft a Deep Research request, or tune a prompt for a specific…
Research-driven skill creation workflow. Guides you through intent capture, web research, prompt optimization, multi-agent deep research, and skill packaging — all grounded in real sources, not training data. Also invoked by plugin-forge's write-contract and…
Arm a forge eval suite into a frozen build contract. Run when .forge/state.json shows phase=evals, after /plugin-forge:build-evals; re-run after any suite edit or triage grader-error to re-version and re-freeze. Four gates in order via forge-eval: reference…
Generate a runnable eval suite (tasks, graders, judges, targets) for a Claude Code plugin BEFORE it is built. Use for "build evals", "eval suite for my plugin", "test my plugin", "retrofit evals", "mine traces into tasks". In the forge pipeline this is the…
Launch the isolated build-until-green loop for a forge project. Run when .forge/state.json shows phase=armed, after /plugin-forge:arm-evals. Walks the preconditions checklist (trust dialog, hooks enabled, MCP OAuth preflight for live servers, worktree base…
Build a new Claude Code plugin eval-first — interview, design contract, frozen eval suite, headless goal-loop build, verified ship. Use for "build me a plugin", "plugin for X", "forge a plugin", "resume forge", "forge status". Single entry point for the…
House style for every file plugin-forge emits into a generated plugin. Load before writing or reviewing any generated SKILL.md, agent, hooks.json, hook script, .mcp.json, plugin manifest, marketplace entry, README, or settings snippet — and before ship runs…
Decision cards for selecting Claude Code primitives while designing a plugin - skill vs hook vs subagent vs agent team vs MCP server vs bundled script vs LSP vs workflow vs loop. Load during any plugin architecture or composition discussion, when writing a…