DOCS · SKILLS
ALL DOCS FIG. 15 · DWG VC-015

Skills catalog

Every shipped skill grouped by pipeline position, with phase, purpose, and an example invocation.

Canonical source — docs/public/skills/skills-catalog.md

Skills catalog

This catalog lists the shipped vc-* skills grouped by where they sit in the lifecycle. Phase marks the Read–Write cadence: READ skills observe and judge, WRITE skills mutate the tree or its packaging, and posture/meta/foundation skills shape how the others run. Example invocations use the skill-first grammar vibecrafted <skill> <agent> with any fleet agent (claude · codex · agy · junie · grok); each core launcher also has an interactive /vc-<skill> form.

Pipeline stages

The vc-ship umbrella chains these eleven stages as one supervised run: scaffold → implement → review → workflow → followup → marbles → audit → polarize → dou → hydrate → release.

SkillPhasePurposeExample
vc-scaffoldWRITEFounder-first planning: turn vague intent into a measurable execution plan.vibecrafted scaffold claude
vc-implementWRITEAutonomous end-to-end delivery with followup and marbles built in.vibecrafted implement codex
vc-reviewREADBounded findings-first code review with evidence-graded findings.vibecrafted review claude
vc-workflowWRITEExamine → Research → Implement pipeline for structure-first changes.vibecrafted workflow codex
vc-followupREADPost-implementation trajectory audit: gaps, drift, next leverage.vibecrafted followup claude
vc-marblesWRITETruth-convergence loop: deliberate over-correction of every crack.vibecrafted marbles codex
vc-auditREADPer-plan falsification: prove or refuse each task claim against evidence.vibecrafted audit claude
vc-polarizeWRITEStrip the marbles excess back to one axis; align code, tests, docs.vibecrafted polarize claude
vc-douREADDefinition of Undone: gap analysis across the entire product surface.vibecrafted dou claude
vc-hydrateWRITEPackaging and go-to-market work that closes the DoU gaps.vibecrafted hydrate codex
vc-releaseWRITEOutward ship: release mechanics, deployment truth, launch checks.vibecrafted release claude

Session and posture

SkillPhasePurposeExample
vc-initREADContext bootstrap at session start: structure, history, ground truth.vibecrafted init claude
vc-justdoWRITENo-ceremony delivery; the prompt defines the task type. Run-id prefix just- (distinct from impl-).vibecrafted justdo codex
vc-partnerPostureShared steering: user and agent plan together, vision stays fixed.vibecrafted partner claude
vc-ownershipPostureAgent takes full operational ownership from architecture to ship.vibecrafted ownership claude
vc-operatorPostureConduct a fleet through a planned multi-wave dispatch chain./vc-operator (interactive)

Fleet and delegation

SkillPhasePurposeExample
vc-shipMetaThe full lifecycle umbrella: all eleven stages as one supervised run./vc-ship (interactive)
vc-dispatchMetaOperate external fleet lines: prompt assembly, await, recovery.vibecrafted dispatch
vc-agentsMetaExternal-fleet dispatch contract and agent-mode grammar.vibecrafted codex implement plan.md
vc-delegateMetaDecide native in-session subagents vs. external escalation.vibecrafted delegate claude

Verification and curation

SkillPhasePurposeExample
vc-intentsREADPlanned-vs-landed audit: which intentions actually exist in code.vibecrafted intents claude
vc-researchREADTriple-agent research swarm; three independent reports, one synthesis.vibecrafted research --prompt "<topic>"
vc-trustREADPost-hoc falsification of commit claims and authorship fairness.vibecrafted trust claude
vc-guardGateIn-flight enforcement: refuse continuation on a recorded trust block.vibecrafted guard claude
vc-prviewREADBounded PR/branch/commit-range review over generated diff artifacts./vc-prview (interactive)
vc-pruneWRITERepository curation: dead-surface removal and the silencer strip.vibecrafted prune
vc-decorateWRITELate-stage visual finishing within the product’s own design language.vibecrafted decorate claude

Foundations and utilities

Foundation skills have no worker launcher by design — they load inside other skills as perception and memory senses.

SkillPhasePurpose
vc-loctreeFoundationStructural repository perception: scope, consumers, blast radius.
vc-aicxFoundationIntention retrieval over past agent sessions.
vc-skillaunchMetaDistill a completed workflow into a new reusable skill.
vc-screenscribeUtilityScreencast-recording analysis workflow.

Verifying the inventory

The catalog above is a snapshot; the installed truth is on your machine:

vibecrafted help          # launcher grammar and available skills
ls ~/.vibecrafted         # runtime home: artifacts, control plane, locks

Launchers and skill ids map one-to-one — justdo is not an alias of implement, and no launcher silently renames another skill.