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 forgeProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.