From forge
View Plugin Forge build history, statistics, and system health. Use when asked about forge status, past builds, or plugin generation stats.
How this skill is triggered — by the user, by Claude, or both
Slash command
/forge:dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display Plugin Forge statistics and build history.
Display Plugin Forge statistics and build history.
/forge:dashboard — Full dashboard/forge:dashboard stats — Quick stats only/forge:dashboard builds — Build history/forge:dashboard research — Research cache summary/forge:dashboard config — Current configurationRead all data files from ${CLAUDE_PLUGIN_ROOT}/data/ and render:
═══════════════════════════════════════════
PLUGIN FORGE DASHBOARD
═══════════════════════════════════════════
Build Stats
───────────────────────────────────────
Total builds: <N>
Success rate: <N>%
Files generated: <N>
Agents created: <N>
Skills created: <N>
Hooks created: <N>
Recent Builds
───────────────────────────────────────
<date> │ <plugin-name> │ <status> │ <files> files │ health: <N>/100
<date> │ <plugin-name> │ <status> │ <files> files │ health: <N>/100
...
Research Cache
───────────────────────────────────────
Total findings: <N>
Sources scanned: <N>
Categories: <breakdown>
Learning System
───────────────────────────────────────
Total learnings: <N>
Categories: <breakdown>
Last learning: <date>
Active Blueprints
───────────────────────────────────────
<name> — <status> — <components>
...
Configuration
───────────────────────────────────────
Research depth: <min>-<max> queries
Auto-validate: <yes/no>
Default complexity: <value>
Learning threshold: <N> builds
═══════════════════════════════════════════
${CLAUDE_PLUGIN_ROOT}/data/forge-config.json — stats and config${CLAUDE_PLUGIN_ROOT}/data/build-log.jsonl — build events${CLAUDE_PLUGIN_ROOT}/data/research-cache.jsonl — research findings${CLAUDE_PLUGIN_ROOT}/data/learnings.jsonl — accumulated learnings${CLAUDE_PLUGIN_ROOT}/data/blueprints.jsonl — saved blueprintsnpx claudepluginhub pretinnov-inc/claude-plugin-marketplace --plugin forgeGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.