diff --git a/plugins/visual-explainer/commands/diff-review.md b/plugins/visual-explainer/commands/diff-review.md index bfe9377..113d0a4 100644 --- a/plugins/visual-explainer/commands/diff-review.md +++ b/plugins/visual-explainer/commands/diff-review.md @@ -1,4 +1,5 @@ --- +name: diff-review description: Generate a visual HTML diff review — before/after architecture comparison with code review analysis --- Load the visual-explainer skill, then generate a comprehensive visual diff review as a self-contained HTML page. diff --git a/plugins/visual-explainer/commands/fact-check.md b/plugins/visual-explainer/commands/fact-check.md index b4ff7f6..25d6cb3 100644 --- a/plugins/visual-explainer/commands/fact-check.md +++ b/plugins/visual-explainer/commands/fact-check.md @@ -1,4 +1,5 @@ --- +name: fact-check description: Verify the factual accuracy of a document against the actual codebase, correct inaccuracies in place --- Load the visual-explainer skill, then verify the factual accuracy of a document that makes claims about a codebase. Read the file, extract every verifiable claim, check each against the actual code and git history, correct inaccuracies in place, and add a verification summary. diff --git a/plugins/visual-explainer/commands/generate-slides.md b/plugins/visual-explainer/commands/generate-slides.md index 0109be1..b4bf2eb 100644 --- a/plugins/visual-explainer/commands/generate-slides.md +++ b/plugins/visual-explainer/commands/generate-slides.md @@ -1,4 +1,5 @@ --- +name: generate-slides description: Generate a stunning magazine-quality slide deck as a self-contained HTML page --- Load the visual-explainer skill, then generate a slide deck for: $@ diff --git a/plugins/visual-explainer/commands/generate-visual-plan.md b/plugins/visual-explainer/commands/generate-visual-plan.md index 8ba7460..7e5da2f 100644 --- a/plugins/visual-explainer/commands/generate-visual-plan.md +++ b/plugins/visual-explainer/commands/generate-visual-plan.md @@ -1,4 +1,5 @@ --- +name: generate-visual-plan description: Generate a visual HTML implementation plan — detailed feature specification with state machines, code snippets, and edge cases --- Load the visual-explainer skill, then generate a comprehensive visual implementation plan for `$@` as a self-contained HTML page. diff --git a/plugins/visual-explainer/commands/generate-web-diagram.md b/plugins/visual-explainer/commands/generate-web-diagram.md index 64e5e1d..0b66beb 100644 --- a/plugins/visual-explainer/commands/generate-web-diagram.md +++ b/plugins/visual-explainer/commands/generate-web-diagram.md @@ -1,4 +1,5 @@ --- +name: generate-web-diagram description: Generate a beautiful standalone HTML diagram and open it in the browser --- Load the visual-explainer skill, then generate an HTML diagram for: $@ diff --git a/plugins/visual-explainer/commands/plan-review.md b/plugins/visual-explainer/commands/plan-review.md index 238959d..edad428 100644 --- a/plugins/visual-explainer/commands/plan-review.md +++ b/plugins/visual-explainer/commands/plan-review.md @@ -1,4 +1,5 @@ --- +name: plan-review description: Generate a visual HTML plan review — current codebase state vs. proposed implementation plan --- Load the visual-explainer skill, then generate a comprehensive visual plan review as a self-contained HTML page, comparing the current codebase against a proposed implementation plan. diff --git a/plugins/visual-explainer/commands/project-recap.md b/plugins/visual-explainer/commands/project-recap.md index e57bf3f..125002c 100644 --- a/plugins/visual-explainer/commands/project-recap.md +++ b/plugins/visual-explainer/commands/project-recap.md @@ -1,4 +1,5 @@ --- +name: project-recap description: Generate a visual HTML project recap — rebuild mental model of a project's current state, recent decisions, and cognitive debt hotspots --- Load the visual-explainer skill, then generate a comprehensive visual project recap as a self-contained HTML page.