vd-manual

vd-manual is a command for coding agents from 4pixeltechBR/VibeDev. It costs 0 tokens per session (1,691 once invoked), scanned A, original, MIT.

An automatic command that creates a MANUAL.md file when a VibeDev project is closed. The file explains the project, how to run and use it, how to extend it, and how to fix common problems.

In plain words
What is it for?
Use it to generate a project manual with an overview, local run commands, usage guidance, extension notes, and troubleshooting advice; it can be disabled with --no-manual.
Why use it?
It records the project's current state and delivered files before work ends, so future users or developers have operating instructions in one place.

Command

Install

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.

agentmods
npx agentmods add commands/4pixeltechbr/vibedev/vd-manual
Clone the repo
git clone --depth 1 https://github.com/4pixeltechBR/VibeDev

Wrote 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.

agentmods badge for vd-manual

README.md
[![agentmods](https://agentmods.dev/badge/commands/4pixeltechbr/vibedev/vd-manual.svg)](https://agentmods.dev/commands/4pixeltechbr/vibedev/vd-manual)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,691 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 9b1f6cdea01a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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 \
vibedev/commands/vd-manual.md · 230 lines

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 um MANUAL.md automá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:

  1. Visão geral — 1 parágrafo: o que é, pra quem, status
  2. Como rodar — comando(s) pra rodar local
  3. Como usar — fluxos do usuário, screenshots opcionais
  4. Como estender — onde mexer pra adicionar feature X
  5. 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:

  1. Overview — 1 paragraph: what it is, who for, status
  2. How to run — command(s) to run locally
  3. How to use — user flows, optional screenshots
  4. How to extend — where to touch to add feature X
  5. 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)

Read the full file on GitHub · 230 lines

Changes

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.

  1. 4d ago First seen · 230 lines · 0 tokens per session scan A 9b1f6cdea01a

Subscribe to this mod's changes

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.