Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/4pixeltechbr/vibedev/vd-manualgit clone --depth 1 https://github.com/4pixeltechBR/VibeDevWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/4pixeltechbr/vibedev/vd-manual)<a href="https://agentmods.dev/commands/4pixeltechbr/vibedev/vd-manual"><img src="https://agentmods.dev/badge/commands/4pixeltechbr/vibedev/vd-manual.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01691 |
| Opus 5 | $0.00000 | $0.00846 |
| Sonnet 5 | $0.00000 | $0.00338 |
| Haiku 4.5 | $0.00000 | $0.00169 |
Grade A, and why
vd-manual scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST http://localhost:8000/tasks \ How it starts
The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/vd-manual
🇧🇷 PT-BR · 🇺🇸 EN follows
Sub-comando do
/vd-close. Gera umMANUAL.mdautomático baseado no estado do projeto + arquivos entregues, antes do encerramento formal.
🇧🇷 O que faz
Rodado automaticamente dentro do /vd-close (opt-out via flag --no-manual).
Lê o estado completo do projeto e gera MANUAL.md com 5 seções obrigatórias:
- Visão geral — 1 parágrafo: o que é, pra quem, status
- Como rodar — comando(s) pra rodar local
- Como usar — fluxos do usuário, screenshots opcionais
- Como estender — onde mexer pra adicionar feature X
- Troubleshooting — 3+ problemas comuns + solução
Se o projeto está em modo leigo, o manual é em linguagem simples (sem jargão). Se está em modo técnico, o manual inclui referências a arquivos, classes, funções.
🇺🇸 What it does
Auto-run inside /vd-close (opt-out via --no-manual flag).
Reads full project state and generates MANUAL.md with 5 mandatory sections:
- Overview — 1 paragraph: what it is, who for, status
- How to run — command(s) to run locally
- How to use — user flows, optional screenshots
- How to extend — where to touch to add feature X
- Troubleshooting — 3+ common problems + solution
If layman mode, manual is in plain language (no jargon). If technical mode, manual includes references to files, classes, functions.
📋 Template gerado
# MANUAL — [Nome do Projeto]
> 🇧🇷 PT-BR · 🇺🇸 EN follows
>
> Gerado automaticamente por `/vd-close` em AAAA-MM-DD.
> Atualizado por `/vd-close` em cada sessão de encerramento.
## 🇧🇷 Visão geral
[1 parágrafo: o que é, pra quem serve, status atual do projeto]
## 🇺🇸 Overview
[1 paragraph: what it is, who it's for, current project status]
---
## 🇧🇷 Como rodar
[comandos passo-a-passo pra rodar do zero]
## 🇺🇸 How to run
[step-by-step commands to run from scratch]
---
## 🇧🇷 Como usar
[fluxos do usuário, com prints se disponível]
## 🇺🇸 How to use
[user flows, with screenshots if available]
---
## 🇧🇷 Como estender
[onde mexer pra adicionar feature X — paths absolutos]
## 🇺🇸 How to extend
[where to touch to add feature X — absolute paths]
---
## 🇧🇷 Troubleshooting
[3+ problemas comuns + solução]
## 🇺🇸 Troubleshooting
[3+ common problems + solution]
---
## 📚 Ver também / See also
- [README.md](../README.md)
- [PROJECT_STATE.md](../PROJECT_STATE.md)
- [CHANGELOG.md](../CHANGELOG.md)
- [ARCH_MAP.md](../ARCH_MAP.md) (se existir)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 230 lines · 0 tokens per session scan A 9b1f6cdea01a
vd-manual is a command published in the GitHub repository 4pixeltechBR/VibeDev (16 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,691 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
implement
Execute phased implementation with validation gates.
version
Display current guide and Claude Code versions.
diff-docs
Compare official Anthropic docs baseline vs current snapshot (no network — instant).
quick-fix
Fast-track workflow for small bug fixes.
sync-linear
Sync current work with Linear ticket status.
review
Review the current diff for violations of the conventions in AGENTS.md and .cursor/rules/. Report findings ordered by severity; do not fix anything unless asked.