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/vladm3105/aidoc-flow-framework/aboutgit clone --depth 1 https://github.com/vladm3105/aidoc-flow-frameworkWrote 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/vladm3105/aidoc-flow-framework/about)<a href="https://agentmods.dev/commands/vladm3105/aidoc-flow-framework/about"><img src="https://agentmods.dev/badge/commands/vladm3105/aidoc-flow-framework/about.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.00015 | $0.00564 |
| Opus 5 | $0.00008 | $0.00282 |
| Sonnet 5 | $0.00003 | $0.00113 |
| Haiku 4.5 | $0.00002 | $0.00056 |
Grade A, and why
about 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 3d 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 — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
About
Print a one-screen summary identifying this plugin and the framework spec it conforms to. Useful as the first thing to share when filing a bug report or checking that the right version is installed.
Instructions
-
Read the plugin's identity files (do not invent values):
${CLAUDE_PLUGIN_ROOT}/VERSION— the plugin's own SemVer.${CLAUDE_PLUGIN_ROOT}/FRAMEWORK_SPEC_VERSION— the spec version the plugin declares conformance to.${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json— the manifest. Pullname,description,version,license,repository,homepage,author.name,author.url.
-
Render the about screen as a table. Use the exact values you read; if any file is missing, print
(unknown)in that cell rather than guessing.aidoc-flow — Claude Code plugin | Field | Value | |--------------------|------------------------------------------------| | Plugin | <name> | | Plugin version | <VERSION> | | Framework spec | <FRAMEWORK_SPEC_VERSION> | | License | <license> | | Repository | <repository> | | Homepage | <homepage> | | Author | <author.name> (<author.url>) | <description from plugin.json> -
Append three navigation pointers (one line each) so the user knows where to go next:
Run /aidoc-flow:help — orient yourself in the 8-layer flowRun /aidoc-flow:bug-report — file a bug with this version stampRun /aidoc-flow:status — see where the current project is in the flow
-
Do not print anything else. No marketing, no per-skill summaries (that's
/aidoc-flow:help's job).
Error handling
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.
- 3d ago First seen · 64 lines · 15 tokens per session scan A d477e4d33a70
about is a command published in the GitHub repository vladm3105/aidoc-flow-framework (17 stars, last pushed 3d ago), licensed MIT. It adds 15 tokens to every session and 564 once invoked, about $0.0001 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.
Other commands, from other repositories
create-command
Create a new obsidian-second-brain command via interview - zero markdown editing required.
obsidian-health
Run a vault health check - grouped by severity, detects contradictions, concept gaps, stale claims, and structural issues.
obsidian-visualize
Generate a visual canvas map of your vault - see the shape of your second brain and how knowledge connects.
obsidian-architect
Scan a codebase and write a maintained set of architecture notes into the vault - overview, per-module notes, key decisions. Re-run to refresh without clobbering your edits.
obsidian-export
Export a clean structured snapshot of the vault that any agent or tool can consume - flat JSON, markdown index, or an OKF (Open Knowledge Format) bundle.
obsidian-retrieval-eval
Measure how well vault search finds the right note for a natural-language question - recall@k and MRR, with the concrete failures.