Last updated: 2026-05-20
Auto-generated — run /skills-dashboard in Claude Code to refresh. Contents reflect files that exist on disk at time of last run; no manual inventory needed.
[!WARNING]
6 uncategorized items need attention. See the Uncategorized section at the bottom of this file. Add each item to the correct section in ~/.claude/skills/skills-dashboard/SKILL.md, then run /skills-dashboard again to clear this notice.
Source type: slash commands (~/.claude/commands/) except task-from-chat (user skill).
| Command | How to invoke | Purpose |
|---|
| task-start | /task-start [file] | First session on a task — read, plan, execute, append first AI Response |
| task-continue | /task-continue [file] | Process latest Human Response, append new AI Response |
| task-complete | /task-complete [file] | Close task: extract lessons, log/delete, commit offer |
| task-prep | /task-prep [file] | Hydrate task with full context; clarity check; sets status: ready |
| task-from-chat | ”convert this to a task”, /task-from-chat | Convert chat-discovered task into SMTM task file |
| project-start | /project-start [name] | Initialize new KB project structure |
| project-continue | /project-continue [name] | Continue active project: process Talbot Response, update STATUS.md, append next Claude Response |
| project-task-complete | /project-task-complete | End project session: write log, tick STATUS.md, update _tmp.md |
| tmp-do | /tmp-do | Implement tasks from _tmp.md |
| tmp-plan | /tmp-plan | Plan tasks from _tmp.md, await approval |
| Skill | How to invoke | Purpose |
|---|
brainstorming [Plugin] | ”let’s brainstorm”, “explore options” | Explore intent and design before implementing |
writing-plans [Plugin] | ”write a plan”, “plan this” | Create implementation plan from spec/requirements |
executing-plans [Plugin] | ”execute the plan” | Run a written plan with review checkpoints |
subagent-driven-development [Plugin] | auto-triggered | Parallelize independent tasks via subagents |
test-driven-development [Plugin] | auto-triggered on features/bugfixes | TDD workflow before writing implementation code |
| Skill | How to invoke | Purpose |
|---|
systematic-debugging [Plugin] | auto-triggered on bugs/failures | Debug before proposing fixes |
verification-before-completion [Plugin] | auto-triggered before “done” | Require evidence before claiming success |
requesting-code-review [Plugin] | auto-triggered after implementation | Validate work meets requirements |
receiving-code-review [Plugin] | auto-triggered on review feedback | Handle review feedback with rigor |
finishing-a-development-branch [Plugin] | auto-triggered when work is done | Decide merge/PR/cleanup strategy |
| Skill | How to invoke | Purpose |
|---|
using-superpowers [Plugin] | auto-triggered at session start | Establish skill discovery and usage rules |
| session-save | ”save context”, “checkpoint”, /session-save | Emergency save — write recovery file for next session |
| session-continue | ”resume session”, “load context”, /session-continue | Load a session-save file and resume autonomously |
| Skill | How to invoke | Purpose |
|---|
| research | /research [path] | Research a topic from a task file; appends cited report |
| Skill | How to invoke | Purpose |
|---|
frontend-design [Plugin] | auto-triggered on web UI work | Create distinctive, production-grade frontend interfaces |
| Skill | How to invoke | Purpose |
|---|
| skills-dashboard | /skills-dashboard | Regenerate this dashboard from disk scan |
skill-creator [Plugin] | ”create a skill”, “improve this skill” | Create/iterate on skills with evals and description optimization |
writing-skills [Plugin] | auto-triggered when creating/editing skills | Ensure skill quality before deployment |
| Skill | How to invoke | Purpose |
|---|
caveman [Plugin] | /caveman, “caveman mode” | Compress AI output ~65-75%; ultra-concise responses |
caveman-commit [Plugin] | /caveman-commit | Write git commit messages in caveman style |
caveman-review [Plugin] | /caveman-review | Code review in compressed caveman output |
| caveman-stats | /caveman-stats | Show token savings stats for session |
Auto-activates via SessionStart hook. Modes: lite, full (default), ultra, wenyan.
caveman-stats has a user command override at ~/.claude/commands/caveman-stats.md.
| Command | Invoke | Means |
|---|
| cpw | /cpw | ”Confirm understanding, plan, await approval.” |
| ptr | /ptr | ”Proceed autonomously, test, report.” |
| ss | /ss | ”See attached screenshot.” |
Project-scoped commands live in .claude/commands/ within the project repo — not auto-discovered by global scan.
| Command | Invoke | Purpose |
|---|
| test-all | /test-all | Full test suite: unit + TS + lint + 7 Playwright projects |
Deployment: Use the web-deploy utility (~/utils/web/web-deploy/) directly — no slash command.
These files exist on disk but aren’t in any section definition. Open each link to inspect, then add to the appropriate section in skills-dashboard SKILL.md and run /skills-dashboard again to clear this notice.
Generated by /skills-dashboard · Source: ~/.claude/skills/skills-dashboard/SKILL.md