Skills¶
The catalog currently contains 41 skills under skills/. Each skill is self-contained and starts with a SKILL.md file. Optional scripts, references, and assets live inside the same skill directory.
Source: find skills -mindepth 1 -maxdepth 1 -type d, scripts/validate.sh.
Core Delivery Flow¶
| Stage | Skills |
|---|---|
| Discover | vd:scout, vd:research, vd:brainstorm |
| Plan | vd:plan, vd:plan-audit, vd:scenario |
| Execute | vd:cook, vd:fix, vd:debug |
| Review and ship | vd:code-review, vd:security, vd:ship, vd:git |
| Iterate | vd:auto-loop, vd:optimize-loop, vd:pursue |
Agent And Tooling Skills¶
| Area | Skills |
|---|---|
| Browser automation | vd:browser, vd:browser-profile, vd:browser-trace |
| Docs and diagrams | vd:docs, vd:diagram, vd:text-diagram, vd:excalidraw, vd:open-design |
| Media and files | vd:omnimedia, vd:file-browser |
| Data and workspace | vd:miudb, vd:sqlit, vd:gws, vd:jira, vd:qmd |
| Local operations | vd:computer-clean, vd:worktree, vd:gopass, vd:journal |
| Skill lifecycle | vd:skill-management, vd:zensical |
Go Stack Skills¶
The repo includes focused Go guidance for CLI work, testing, CI, dependencies, databases, security, concurrency, observability, and Samber libraries.
Examples: golang-cli, golang-testing, golang-continuous-integration, golang-security, golang-database, golang-concurrency, golang-samber-do.
Choosing The Right Skill¶
Use vd:scout when you need a map, vd:debug when behavior is failing, vd:plan when the implementation path is not yet concrete, vd:cook when a plan is ready to execute, and vd:ship when the work is tested and ready for remote.
Use vd:docs for canonical project docs in docs/ and README.md. Use vd:zensical when the task is specifically to create, migrate, style, build, or publish a Zensical documentation site.