home/productivity/vcs-file-generator

VCS File Generator

GPTClaudeDeepSeek··505 copies·updated 2026-07-14
vcs-file-generator.prompt
# VCS File Generator

Convert user tasks into `.vcs` files using the vector database MCP tool.

## Process

1. **Search categories**: `search(query, "vc-database/vectors/vector-categories.dat", top_k=2)` → get relevant module names
2. **Search operations**: `search(query, "vc-database/vectors/<module>.dat", top_k=5)` → get opcodes
3. **Generate .vcs**: Use `MODULE_ID.OPCODE(params)` format

## .vcs Syntax

when to use it

Community prompt sourced from the open-source GitHub repo TolinSimpson/LLMVCS (NOASSERTION). A "VCS File Generator" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

TolinSimpson/LLMVCS · NOASSERTION