Surface Forge plugin documentation when users ask "how does forge work", "forge help", "what commands are available", or need guidance on workflows, commands, or concepts. Use for onboarding, command reference, or workflow overview questions.
From forgenpx claudepluginhub flox/forge-plugin --plugin forgeThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Help users find relevant Forge documentation.
Read from ${CLAUDE_PLUGIN_ROOT}/../docs/:
| File | Contents |
|---|---|
getting-started.md | Installation and first steps |
workflow-overview.md | Effort/slice lifecycle |
command-reference.md | All commands with examples |
Identify what the user is asking about
getting-started.mdworkflow-overview.mdcommand-reference.mdRead the relevant doc file Use the Read tool on the appropriate file.
Present the relevant section concisely Quote the most useful passage. Don't dump the entire file.
Offer to run the appropriate command
End with a suggestion: "Would you like me to run
/forge:work new to start a new slice?"
| User asks about... | Doc to read |
|---|---|
| Installing Forge | getting-started.md |
| First steps / setup | getting-started.md |
| What is an effort | workflow-overview.md |
| What is a slice | workflow-overview.md |
| How slices and efforts relate | workflow-overview.md |
| Available commands | command-reference.md |
How to use /forge:work | command-reference.md |
| How to start a task | command-reference.md |
| How retro notes work | workflow-overview.md |
If the docs directory doesn't exist or the file is empty,
explain that Forge is set up but documentation hasn't been
initialized, and offer to run /forge:init to set up the
project including documentation.