Stats
Actions
Tags
From Forge
Documentation generation. Triggers on /forge:docs. Reads actual code to produce README, API reference, architecture doc, or runbook. Never guesses.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge:docsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Trigger | Output |
| Trigger | Output |
|---|---|
| Blank or "readme" | README |
| Function/class path | API reference |
| "arch" | Architecture doc |
| "runbook" | Runbook |
| Section | Rule |
|---|---|
| Description | One line: what it does (not what it is) |
| Why | Problem solved (mandatory) |
| Quick start | Working in < 2 min, exact commands |
| Features | 3-5 bullets, no marketing words |
| Config | Table: variable / type / default / description |
| Contributing | How to add skill, agent, command |
Signature with full types, behavior (what not how), params (name/type/required/desc), returns (type+example), errors (all codes), working example (runs as-is).
npx claudepluginhub prashantxo/forgeCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.