Display feature dashboard, progress tracking, and project-level overview.
Displays a dashboard of feature development progress and detailed status for project tracking.
npx claudepluginhub tercel/code-forgeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Display a dashboard of all features or detailed progress for a specific feature.
Load Config → Scan Features → Display Dashboard or Detail → Update Overview
@../shared/configuration.md
Based on arguments:
<base_dir>/<output_dir>/state.json files: <output_dir>/*/state.json (one level deep)state.json, extract: feature, status, progress.*, metadata.source_doc, updatedFeatures found: Show table with #, Feature, Progress, Status, Last Updated.
code-forge — Feature Dashboard
# | Feature | Progress | Status | Last Updated
1 | user-auth | 3/5 (60%) | in_progress | 2026-02-14
2 | file-upload | 0/3 (0%) | pending | 2026-02-13
3 | notifications | 4/4 (100%) | completed | 2026-02-12
Commands:
/code-forge:plan @doc.md Create new plan from document
/code-forge:plan "requirement" Create new plan from prompt
/code-forge:impl <feature> Execute tasks for a feature
/code-forge:status <feature> View feature detail
/code-forge:fixbug "description" Debug a bug
/code-forge:review <feature> Review completed feature
Offer actions via AskUserQuestion:
No features found: Show empty state with instructions:
{base_dir}/{input_dir}/{feature-name}.md/code-forge:plan @path/to/feature.md or /code-forge:plan "requirement text"After scanning, regenerate {output_dir}/overview.md using Step 4 logic.
/code-forge:plan command{output_dir}/{feature_name}/state.jsonRead state.json and display:
code-forge — Feature: user-auth
Status: in_progress
Source: docs/features/user-auth.md
Created: 2026-02-10
Updated: 2026-02-14
Tasks:
# | Task | Status | Started | Completed
1 | setup | completed | 2026-02-10 | 2026-02-10
2 | models | completed | 2026-02-11 | 2026-02-11
3 | auth-logic | in_progress | 2026-02-14 | —
4 | api-endpoints | pending | — | —
5 | integration | pending | — | —
Progress: 2/5 (40%)
Commands:
/code-forge:impl user-auth Continue execution
/code-forge:review user-auth Review completed tasks
/code-forge:fixbug "..." Fix a bug in this feature
@../shared/overview-generation.md
Display: Project overview updated: {output_dir}/overview.md
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.