Published skills
dev-buddy-config
Dev Buddy web configuration portal for managing presets and pipeline config
dev-buddy-discover
Discovery stage — multi-AI codebase and running app exploration
dev-buddy-plan-lint
Pre-build validation — red-test check + Contract Manifest wiring check
dev-buddy-uat
UAT stage — execute Playwright tests and mechanical backpressure against the running app
dev-buddy-requirements
Requirements + UAT design stage — acceptance criteria and Playwright test scenario authoring
mcp-doc-scan
Scan project and report documentation coverage. Finds undocumented directories, stale manifest entries, and prioritized recommendations.
dev-buddy-ralph
Drive a Ralph run end-to-end through the dev-buddy MCP server.
mcp-doc-add-tool
Create a custom MCP tool for the documentation manifest. Guides the user through defining the tool's purpose, generating an action script with embedded data, computing the hash, and adding it to the manifest.
dev-buddy-chatroom
PK Stage — multi-AI competitive debate with iterative consensus. Sends a topic to all configured AI participants simultaneously, synthesizes the best approach, then iterates until consensus or max rounds.
dev-buddy-build
Build stage — per-unit implementation with fresh context and mechanical backpressure
dev-buddy-decompose
Decomposition stage — break features into small, independently testable units of work
dev-buddy-once
Run a single task using a specific AI provider and model. Supports subscription, API, and CLI presets.
dev-buddy-code-review
Code review stage — multi-AI semantic drift detection with AC tracing
mcp-doc-sync
Sync the git-doc-mcp manifest with current project state. Adds new docs not yet indexed, removes stale entries, refreshes descriptions and search index, and regenerates tool actions.
vcp-audit
Run a comprehensive audit against all applicable VCP standards. Supports full audit, compliance-specific audit, and quick release readiness check.
vcp-review-tests
Review test quality against VCP testing standards. Checks for tautological tests, over-mocking, missing edge cases, and other anti-patterns.
vcp-test-plan
Generate a test plan for specific code based on VCP testing standards. Produces unit tests, integration tests, edge cases, and mock guidance.
mcp-doc-init
Initialize documentation manifest for git-doc-mcp. Scans the project for documentation files (*.md, READMEs, ADRs, etc.), creates .mcp/manifest.yml with resource entries and search tools, and configures .mcp.json for the git-doc-mcp MCP server. Run this once when setting up project documentation.
mcp-doc-generate
Generate AI-written documentation for a specific directory or all undocumented directories. Creates structured READMEs optimized for both human and AI consumption, and updates the manifest.
vcp-coverage-gaps
Identify untested code by mapping source files to test files. Finds functions without tests and tests missing edge case coverage.
vcp-init
Initialize VCP configuration for this project. Creates global config (~/.vcp/config.json) if it doesn't exist, then creates project config (.vcp/config.json). Detects frameworks, scopes, and discovers the plugin path. Run this once when setting up VCP for a new project.
vcp-config
View and modify VCP configuration. Add or remove ignore entries, toggle scopes, manage compliance frameworks, change severity threshold, and manage exclude patterns. Supports both project config (.vcp/config.json) and global config (~/.vcp/config.json).
vcp-context
Inject VCP security and architecture standards into context. Run this at session start or after context compaction so the AI internalizes rules while writing code.
vcp-dependency-check
Verify project dependencies against VCP dependency management standards. Checks lockfile hygiene, version ranges, package existence, and suspicious packages.
vcp-pre-commit-review
Review staged/changed files against all applicable VCP standards before committing. Produces a PASS/BLOCK verdict. Run this before every commit.
vcp-root-cause-check
Analyze a proposed bug fix against VCP root cause analysis standards. Determines whether a fix addresses the root cause or just patches a symptom.
Category alert