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/dewtech-technologies/dare-method/dare-dag-vizgit clone --depth 1 https://github.com/dewtech-technologies/dare-methodWrote 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/dewtech-technologies/dare-method/dare-dag-viz)<a href="https://agentmods.dev/commands/dewtech-technologies/dare-method/dare-dag-viz"><img src="https://agentmods.dev/badge/commands/dewtech-technologies/dare-method/dare-dag-viz.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.01524 |
| Opus 5 | $0.00000 | $0.00762 |
| Sonnet 5 | $0.00000 | $0.00305 |
| Haiku 4.5 | $0.00000 | $0.00152 |
Grade A, and why
dare-dag-viz scanned grade A with 0 findings 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/dare-dag-viz — Visualizar DAG com Excalidraw
Gera diagrama interativo .excalidraw a partir do dare-dag.yaml atual, com cores semânticas por complexidade e status visual das tasks.
O que faz
- Lê
DARE/dare-dag.yaml(grafo de tasks + dependências) - Mapeia cada task para um retângulo Excalidraw com:
- Cor baseada em
complexity(LOW=azul, MED=laranja, HIGH=rosa) - Status visual (PENDING/RUNNING/DONE/FAILED)
- ID + nome da task
- Cor baseada em
- Agrupa tasks por
rankem colunas verticais (swim lanes) - Cria setas para cada dependência (
depends_on) - Salva em
DARE/dag-graph.excalidraw
Output é um arquivo editável e interativo — abre direto em https://excalidraw.com.
Convenções visuais
Referência: /docs/DESIGN-TOKENS-EXCALIDRAW.md
Cores por complexidade:
- 🔵 Azul (#e3f2fd) = LOW
- 🟠 Laranja (#fff3e0) = MEDIUM
- 🔴 Rosa (#fce4ec) = HIGH
Status:
- ⏳ PENDING = cinza, stroke normal
- ⚙️ RUNNING = azul, stroke pontilhado
- ✅ DONE = verde
- ❌ FAILED = vermelho
Posicionamento:
- Cada task ocupa 120×60px
- Tasks no mesmo rank ficam lado a lado (swim lane)
- Setas conectam dependências
Exemplo de output
Arquivo DARE/dag-graph.excalidraw com estrutura:
Rank 1
├── task-001 (LOW, DONE)
├── task-002 (HIGH, PENDING)
Rank 2
├── task-003 (MEDIUM, RUNNING) ← depende de task-001
├── task-004 (LOW, PENDING) ← depende de task-001
Rank 3
└── task-005 (HIGH, PENDING) ← depende de task-003 e task-004
Como usar
Primeira vez
/dare-dag-viz
Claude Code vai:
- Ler
DARE/dare-dag.yaml - Gerar JSON
.excalidraw - Salvar em
DARE/dag-graph.excalidraw - Output: "✅ DAG gerado — abra em https://excalidraw.com"
Atualizar após mudanças
Sempre que você atualiza dare-dag.yaml:
/dare-dag-viz
Isso regenera o diagrama com as novas tasks/dependências.
Abrir e editar
- Acesse https://excalidraw.com
- File → Open → selecione
DARE/dag-graph.excalidraw - Edite livremente:
- Mova elementos
- Customize cores/textos
- Adicione anotações
- Salve no mesmo arquivo
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 · 198 lines · 0 tokens per session scan A 868e45916564
dare-dag-viz is a command published in the GitHub repository dewtech-technologies/dare-method (5 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,524 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
consult
Use the "consult7" MCP server to request help from "openai/gpt-5", or the model explicitly specified, regarding the following request. Send it the following request, along with the relevant codebase, ALWAYS EXCLUDING all files and folders described in .claudeignore and .gitignore, as well as any file for which the…
health
Command "health" from Vimalk0703/shipworthy, covering part 1: plugin installation health and part 2: project health.
audit
Before executing this command, output.
start
SoDamAgentic 온보딩. 사용자가 /sodam-agentic:start 로 처음 시작할 때, "AI에게 제대로 일 시키는 4단계(계획→실행→검토→안전)"를 쉬운 한국어로 안내하고 안전 상태를 점검한다.
log
SoDamAgentic 안전 기록 조회(F6). 사용자가 /sodam-agentic:log 로 실행하면, 지금까지 안전장치가 막거나 확인받은 내역을 쉬운 한국어로 요약해 보여준다.
review
SoDamAgentic "변경점 검토". 사용자가 /sodam-agentic:review 로 직접 실행하거나, 파일 변경 직후 자동으로 발동해(skills/review) 무엇을·왜 바꿨고 위험은 없는지 쉬운 한국어로 요약한다.