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 mizukaizen/hive-doctrine-mcp --skill report-generationgit clone --depth 1 https://github.com/mizukaizen/hive-doctrine-mcpWrote 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/mizukaizen/hive-doctrine-mcp/report-generation)<a href="https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/report-generation"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/report-generation/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/mizukaizen/hive-doctrine-mcp/report-generation"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/report-generation.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.00000 | $0.00440 |
| Opus 5 | $0.00000 | $0.00220 |
| Sonnet 5 | $0.00000 | $0.00088 |
| Haiku 4.5 | $0.00000 | $0.00044 |
Grade A, and why
report-generation 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 11d 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 — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Report Generation Skill
Use when producing a client report. Creates structured document with executive summary, analysis, recommendations, and appendices.
When to Activate
- User asks for a "report", "deliverable", "findings document", or "client document"
- The
/deliverablecommand is invoked - User asks to "write up" or "summarise" analysis results
Process
-
Identify the audience. Executive audience gets short, action-oriented language. Technical audience gets detail and methodology. Mixed audience gets a layered document (summary up front, detail in appendices).
-
Gather inputs. Read all files in
analysis/anddata/directories. Read the engagement brief for scope and objectives. Identify which findings exist and which gaps remain. -
Structure the report. Follow the standard template:
- Executive Summary (1 page max)
- Context and Objectives
- Approach and Methodology
- Findings (grouped by theme)
- Recommendations (numbered, actionable)
- Next Steps
- Appendices
-
Write with discipline.
- Lead every section with its conclusion.
- Support every claim with evidence.
- Use bullet points for findings, numbered lists for recommendations.
- Include tables for comparative data.
- Keep paragraphs to 3-4 sentences maximum.
-
Quality check. Before presenting the report:
- Verify all findings trace to evidence
- Verify all recommendations include owner, timeline, and impact
- Verify executive summary stands alone
- Run confidentiality check
- Check for consistent terminology throughout
Output
A markdown document saved to deliverables/ with the naming convention: [YYYY-MM-DD]-[short-title].md
Anti-patterns
- Do not pad reports with generic commentary. If a section has nothing substantive, cut it.
- Do not bury the lead. The recommendation goes in the first paragraph of the executive summary.
- Do not use weasel words ("might", "could potentially", "it appears that"). State findings directly and qualify uncertainty explicitly.
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.
- 11d ago First seen · 49 lines · 0 tokens per session scan A 5a0d54b96550
report-generation is a skill published in the GitHub repository mizukaizen/hive-doctrine-mcp (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 440 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 skills, from other repositories
brain-in-the-fish
Universal document evaluation engine — evaluate any document against any criteria using cognitively-modelled AI agents with ontology-grounded scoring.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
doc-reader
Read any common document/data file — PDF, Word (.docx), Excel (.xlsx/.xls), PowerPoint (.pptx), images (OCR), CSV/TSV, plain text, JSON/YAML/TOML, HTML/XML, and most source-code files. Use the readdocument tool.
n8n-binary-and-data
Handle files and binary data in n8n correctly. Use when working with files, images, PDFs, attachments, uploads or downloads, base64, vision/multimodal input, or when an AI agent needs a file as tool input or output — and whenever the user mentions $binary, binaryPropertyName, "read the PDF", "attach the file", "send…
oma-pdf
Convert PDF files to Markdown using opendataloader-pdf. Extracts text, tables, headings, lists, and images with correct reading order. Use for PDF parsing, PDF to Markdown conversion, document extraction, and AI-ready data preparation.
pandic-office
Convert Markdown to PDF (or DOCX/EPUB/HTML) using the pandoc CLI. Use when asked to produce a PDF report, brief, summary, or any document where the input is Markdown and the output should be a polished, paginated file.