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/zekiriabd/sdd-pro/sdd-db-reversegit clone --depth 1 https://github.com/zekiriabd/SDD-ProWrote 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/zekiriabd/sdd-pro/sdd-db-reverse)<a href="https://agentmods.dev/commands/zekiriabd/sdd-pro/sdd-db-reverse"><img src="https://agentmods.dev/badge/commands/zekiriabd/sdd-pro/sdd-db-reverse.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.00135 | $0.02381 |
| Opus 5 | $0.00068 | $0.01190 |
| Sonnet 5 | $0.00027 | $0.00476 |
| Haiku 4.5 | $0.00014 | $0.00238 |
Grade A, and why
sdd-db-reverse 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 — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sdd-db-reverse {proc-name} [--project DB] [--no-architect] [--json]
Rôle
Reverse engineering ciblé d'un seul objet SQL exécutable — procédure
stockée, fonction, vue, trigger (ou package Oracle, routé vers le
proc-analyst). Pendant unitaire de /sdd-db-reverse-full. L'objet devient
une User Story ; il est rattaché à la FEAT de son module (créée si
absente, sinon mise à jour).
/sdd-db-reverse dbo.usp_Contact_Insert
└─ introspect READ-ONLY (1 objet) ─► snapshot + inventory (module Contact)
└─ Phase 0 db-context (0.A faits + pack de l'objet, 0.B interprétation)
└─ spécialiste de SA famille (proc/fonction/vue/trigger)
─► us/{n}-{m}-Creer-Contact.md
└─ build_proc_feats --unit U-x ─► feats/{n}-Contact.md (assemblé/rafraîchi)
Phase 0 câblée ici (correctif 2026-08-30). La commande enchaînait l'introspection directement sur le spécialiste, alors que celui-ci exige
.sys/db-context/packs/{objet}.md(pré-condition 2 de sa définition). Sur un projet frais — aucun/sdd-db-contextni/sdd-db-reverse-fullpréalable — le pack n'existait pas et l'analyste sortait en[REVERSE_DB_PACK_MISSING]. Le mode objet unique construit désormais le Database Context lui-même : il ne dépend d'aucun run full antérieur.
Args
| Arg | Type | Description |
|---|---|---|
{proc-name} |
requis | Nom de la procédure ([schema.]nom, ex. dbo.usp_Contact_Insert ou usp_Contact_Insert) |
--project DB |
optionnel | Dossier sous workspace/old/ (défaut = DB_NAME de stack.md) |
--no-architect @llm-only-flag |
flag | Phase 0 limitée à 0.A (faits + pack, 0 token) — aucune interprétation d'architecte. Interprété par la commande (elle ne spawne alors pas l'architecte) ; db_context_build.py n'en a pas besoin |
--json |
flag | Sortie machine |
Garanties lecture seule
Identiques à /sdd-db-reverse-full : SELECT catalogue + OBJECT_DEFINITION
uniquement (validés par readonly_guard), jamais de DDL/DML, jamais d'exécution
de la procédure. Le mot de passe (stack.md) reste en RAM, jamais loggé.
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 · 138 lines · 135 tokens per session scan A 550d3ba49669
sdd-db-reverse is a command published in the GitHub repository zekiriabd/SDD-Pro (190 stars, last pushed yesterday), licensed Apache-2.0. It adds 135 tokens to every session and 2,381 once invoked, about $0.0007 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-30.
Other commands, from other repositories
review-renovate
Review and merge renovate PRs with automerge configuration updates.
monitor-ci
Monitors pull request CI checks until they are resolved (pass or fail).
plan-regression-tests
Plan regression tests for existing code with it.skip statements.
config
Command "config" from sdebruyn/fabric-dw-mcp-cli, covering configuration & defaults, http retry budget, sql retry budget, mcp workspace allowlist {#mcp-workspace-allowlist} and mcp server log level.
database-setup
Use when a project needs to store data and has no database yet. Setting up Supabase, creating tables, writing queries, and connecting them to the frontend. Written for designers.
ingest
Manually add knowledge to the Weaviate store.