vibe-dev - VIBE Developer Toolkit¶
Auto-generated by
vibe-dev help --write-md. Do not edit manually.
Usage¶
Groups and Commands¶
static¶
Static analysis and typing helpers
Commands:
static analyze: Run fast, deterministic static analysisstatic missing-types: Report missing or weak type annotationsstatic typecheck: Run mypy type checker on the codebase
debug¶
Developer debugging utilities
Commands:
debug embedded: Debug embedded component loadingdebug serialization: Debug session serialization and persistencedebug trace-data-flow: Trace a variable's data flowdebug functions: Debug template functions with detailed logging
vfs¶
Virtual File System helpers
Commands:
vfs component-loading: Debug VFS component loadingvfs module-load: Debug Python module loading via VFSvfs path-test: Run VFS path operations checks
docx¶
DOCX debugging utilities
Commands:
docx component-render: Render a DOCX componentdocx download-debug: Debug DOCX download workflowdocx insert-debug: Debug insert() behavior in DOCX templatesdocx subdoc-test: Test subdoc object handlingdocx read: Read and display DOCX contentdocx edit: Perform scripted DOCX edits
assistant¶
Assistant workflow utilities
Commands:
assistant replay: Replay assistant recordingsassistant filter-log: Filter assistant logs by key/valueassistant summarize: Summarize assistant log outputassistant playground: Interactive assistant playground
llm¶
LLM provider utilities
Commands:
llm ask: Send prompts to a local Ollama serverllm parse-logs: Parse assistant logs with the C# log parser
perf¶
Performance utilities
Commands:
perf run: Run performance analysis on probingperf baseline: Establish or compare a performance baseline
code¶
Codebase utilities
Commands:
code concatenate: Concatenate source files into a single filecode add-docstrings: Add docstrings using heuristicscode cleanup-docstrings: Remove or repair poor docstringscode move-infunction-imports: Move imports to module top and fix cycles
review¶
Review system developer tools
Commands:
review monitor-db: Open an interactive psql shell to the review database.review status: Show summary of review database contents.review inspect-doc: Inspect document parts and structure.review dump-text: Dump raw extracted text from a PDF.review export-doc: Export a document and its parts to JSON.review import-doc: Import a document and its parts from JSON.review parse-doc: Parse a document and output structured parts as JSON.review validate-parse: Validate parsing output against a golden record.review playground: Interactive review playgroundreview collect-fonts: Collect fonts for DOCX renderingreview yolo-layout: Run YOLO layout detection on a PDFreview lint-golden-yaml: Lint golden.yml filesreview benchmark: Benchmark retrieval pipeline quality
example¶
Example extension commands
Commands:
example hello: Print a greeting from an extension.
Notes¶
- Run
vibe-dev <group> <command> -hfor command-specific options. - Extensions registered under
tools/extensions/appear as additional groups.