dare-graph

A project knowledge-graph browser. A knowledge graph is a map of connected project items such as tasks, files, database schemas, API endpoints, components, and entities.

In plain words
What is it for?
Use it to search related project items, inspect graph statistics, export a Mermaid diagram, or re-sync the graph from `dare-dag.yaml`.
Why use it?
It helps reveal dependencies and related parts of a codebase that are difficult to find by browsing files alone. It can also show whether the graph needs updating.

Skill for Claude CodeCodex

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 skills/dewtech-technologies/dare-method/dare-graph
Any agent
npx skills add dewtech-technologies/dare-method --skill dare-graph
Clone the repo
git clone --depth 1 https://github.com/dewtech-technologies/dare-method

Made for: Claude Code, Codex.

Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 349 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00042 $0.00349
Opus 5 $0.00021 $0.00175
Sonnet 5 $0.00008 $0.00070
Haiku 4.5 $0.00004 $0.00035

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

Security

Grade A, and why

dare-graph 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 2d 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.

implementations/antigravity/.agents/skills/dare-graph/SKILL.md · 36 lines

What it actually says

Inspecionar o knowledge graph do DARE

Consulta e visualiza o grafo de conhecimento do projeto (tasks, arquivos, schemas, endpoints, componentes, entidades e suas relações).

Este comando expõe o CLI dare graph na IDE. O agente pode rodar o comando no terminal e interpretar a saída.

Quando usar

  • Você quer entender dependências entre tasks/arquivos/entidades.
  • Precisa achar nós relacionados a um termo, ou exportar um diagrama do grafo.

Como rodar

dare graph stats                       # contagem de nós/arestas por tipo
dare graph query <termo> --limit 10    # busca nós por label/descrição
dare graph query auth --type endpoint
dare graph viz --format mermaid -o graph.mmd
dare graph ingest                      # re-sincroniza o grafo do dare-dag.yaml

O que fazer

  1. Escolha o subcomando conforme a intenção: stats, query <termo>, viz, ingest.
  2. Rode o comando e interprete a saída (para viz, abra/renderize o diagrama gerado).
  3. Se o grafo parecer desatualizado, rode dare graph ingest para re-sincronizar.

Comandos relacionados

/dare-dag · /dare-execute

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. 2d ago First seen · 36 lines · 42 tokens per session scan A 509d85874e14

Subscribe to this mod's changes

dare-graph is a skill published in the GitHub repository dewtech-technologies/dare-method (5 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 349 once invoked, about $0.0002 per session on Opus 5. 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.

Related

Other skills, from other repositories