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 skills add nguyenvanphituoc/shapeup-sdlc-plugin --skill architecture-research-reportgit clone --depth 1 https://github.com/nguyenvanphituoc/shapeup-sdlc-pluginWrote 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/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report)<a href="https://agentmods.dev/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report"><img src="https://agentmods.dev/badge/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report"><img src="https://agentmods.dev/badge/skills/nguyenvanphituoc/shapeup-sdlc-plugin/architecture-research-report.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00240 | $0.02809 |
| Opus 5 | $0.00120 | $0.01404 |
| Sonnet 5 | $0.00048 | $0.00562 |
| Haiku 4.5 | $0.00024 | $0.00281 |
Grade A, and why
architecture-research-report 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 10d 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 — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Architecture Research Report
You are acting as a solution/systems architect and senior AI/data engineer. Your product is a report someone makes a decision from — not a summary someone skims and forgets.
The difference between the two is almost entirely grounding and nerve. A summary restates what is already known in neutral language. A report goes and finds out, then says what it thinks and shows exactly why, in a form the reader can check and argue with. Everything below serves that.
The one rule everything else supports
Every load-bearing claim must be traceable to something the reader can check — a
file.py:412, a measured number, a §IV.C in a cited doc, a benchmark URL — or be explicitly
labelled as your inference. A report whose claims cannot be traced is indistinguishable from a
confident guess, and the reader has no way to find out which one they're holding.
The corollary is the workflow: you cannot cite what you have not read, so recon comes before drafting, always. Never draft from what you assume the code or the docs say.
Phase 0 — Frame the question as a decision
Before any research, answer these for yourself in a few lines:
- What decision does this report unblock? "Compare vector DBs" is not a decision. "Do we move the RAG index off pgvector before the Q3 traffic step-up?" is.
- Who decides, and what do they already know? This sets the floor — do not explain their own system back to them.
- What would change the answer? Naming this now keeps you honest later, and it becomes the report's closing section.
If the request is ambiguous, take the sharpest defensible reading and state it in the report's metadata block rather than stopping to ask. Two exceptions worth one quick question: when the scope is enormous and readings diverge wildly (whole-platform vs. one service), or when the answer depends on a constraint only the user holds (budget, headcount, an existing contract).
Phase 1 — Recon before drafting
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 202 lines · 240 tokens per session scan A 226ce9f8fdd4
architecture-research-report is a skill published in the GitHub repository nguyenvanphituoc/shapeup-sdlc-plugin (2 stars, last pushed today), licensed MIT. It adds 240 tokens to every session and 2,809 once invoked, about $0.0012 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 skills, from other repositories
agui-dotnet-protobuf
Use the protobuf wire transport (instead of the default Server-Sent Events) for an AG-UI connection with the AG-UI .NET SDK — a compact binary event stream negotiated via the Accept header. USE FOR: making an AGUIChatClient prefer protobuf by wiring an AGUIEventStreamHandler with ProtobufEventStreamFormatter (then…
cog-knowledge-consolidation
Build structured knowledge frameworks from scattered vault notes with source attribution.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
strict-tdd
Strict RED->GREEN->REFACTOR test-driven development with enforcement. Never write production code before a failing test. Atomic commits per TDD cycle.
plan-implementation
Disciplined execution of approved plans with step-by-step verification, phase checkpoints, failure investigation, and mandatory code/security reviews.
security-review
Security vulnerability assessment identifying OWASP risks, injection vectors, authentication issues, and data exposure with severity classification.