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 LuuOW/meridian-mcp --skill doc-templatesgit clone --depth 1 https://github.com/LuuOW/meridian-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/luuow/meridian-mcp/doc-templates)<a href="https://agentmods.dev/skills/luuow/meridian-mcp/doc-templates"><img src="https://agentmods.dev/badge/skills/luuow/meridian-mcp/doc-templates/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/luuow/meridian-mcp/doc-templates"><img src="https://agentmods.dev/badge/skills/luuow/meridian-mcp/doc-templates.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.00037 | $0.02033 |
| Opus 5 | $0.00018 | $0.01017 |
| Sonnet 5 | $0.00007 | $0.00407 |
| Haiku 4.5 | $0.00004 | $0.00203 |
Grade A, and why
doc-templates scanned grade A with 1 finding 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
1. Check service health: `curl -s https://api.acme.io/health | jq` How it starts
The opening of the file, as written. The whole thing — 322 lines — stays where its author put it; the contents beside it link to each section on GitHub.
doc-templates
Copy-paste fragments for recurring documentation structures. Each template is self-contained and opinionated. Pick the block you need; don't combine templates for the same page.
ADR (Architecture Decision Record)
# ADR-{NNN}: {Short imperative title}
**Date:** YYYY-MM-DD
**Status:** Proposed | Accepted | Deprecated | Superseded by ADR-{NNN}
**Deciders:** @handle1, @handle2
## Context
What is the situation that forces this decision? What constraints exist?
(1–3 paragraphs. No solution here — only problem framing.)
## Decision
We will {concrete action verb} {what}.
## Consequences
**Positive:**
- …
**Negative / trade-offs:**
- …
**Neutral:**
- …
## Alternatives Considered
| Option | Why rejected |
|--------|-------------|
| … | … |
Runbook Block
## Runbook: {System Name} — {Failure Mode}
**Severity:** SEV-1 | SEV-2 | SEV-3
**Owner:** @team-name
**Last tested:** YYYY-MM-DD
### Symptoms
- Alert name: `{AlertName}` in Grafana / PagerDuty
- Observable user impact: …
### Immediate Triage (< 5 min)
1. Check service health: `curl -s https://api.acme.io/health | jq`
2. Check recent deploys: `gh run list --workflow deploy.yml --limit 5`
3. Tail logs: `kubectl logs -n production -l app=acme-api --tail=200`
### Remediation
#### Option A: Rollback last deploy
```bash
gh workflow run rollback.yml -f version=$(git describe --tags HEAD~1)
Option B: Scale up replicas
kubectl scale deployment acme-api -n production --replicas=6
Escalation
If not resolved in 30 min → page @on-call-lead via PagerDuty policy P_ACME_PROD.
Post-Incident
Open a post-mortem within 48 hours. Link: post-mortem template.
## Post-Mortem Skeleton
```markdown
# Post-Mortem: {Incident Title}
**Date:** YYYY-MM-DD
**Duration:** HH:MM – HH:MM UTC ({N} hours)
**Severity:** SEV-{N}
**Author:** @handle
**Reviewers:** @handle1, @handle2
## Summary
One paragraph. What broke, for how long, who was affected, root cause in one sentence.
## Impact
| Metric | Value |
|--------|-------|
| Users affected | … |
| Requests failed | … |
| Revenue impact | … |
| SLA breach | Yes / No |
## Timeline (UTC)
| Time | Event |
|------|-------|
| HH:MM | Alert fired: `{AlertName}` |
| HH:MM | On-call paged |
| HH:MM | Root cause identified |
| HH:MM | Mitigation applied |
| HH:MM | Service fully restored |
## Root Cause
What was the technical root cause? (Not "human error" — trace to the system property that allowed the error.)
## Contributing Factors
- …
## What Went Well
- …
## Action Items
| Action | Owner | Due |
|--------|-------|-----|
| Add alert for X | @handle | YYYY-MM-DD |
| Improve runbook section Y | @handle | YYYY-MM-DD |
| Fix root cause: Z | @handle | YYYY-MM-DD |
## Lessons Learned
…
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.
- 9d ago First seen · 322 lines · 37 tokens per session scan A 8a285dc7f855
doc-templates is a skill published in the GitHub repository LuuOW/meridian-mcp (0 stars, last pushed today), licensed MIT. It adds 37 tokens to every session and 2,033 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
eng-runbook
A template for an engineering runbook, which is a practical guide engineers use during service operation and on-call incidents.
Incident Response Planner
Analyze an infrastructure incident alert and produce a structured response plan plus an executable on-call runbook. Use for incident, alert, on-call, and runbook requests.
shared-patterns
Provide reusable patterns for validation, error handling, scaffolding. Use for skill consistency.
documentation-patterns
Technical documentation patterns for READMEs, ADRs, API docs (OpenAPI 3.1), changelogs, and writing style guides. Use when creating project documentation, writing architecture decisions, documenting APIs, or maintaining changelogs.
github
A writing guide for GitHub issues, pull requests, code reviews, and release notes in Zhin projects. GitHub is a service where teams track bugs, discuss changes, review code, and publish project updates.
bootstrap
Scaffold or retrofit documentation-led conventions (AGENTS.md, CLAUDE.md, CONVENTIONS.md, ADR catalogue, plan/ queue, agent/ coordination) into a repo. Use when the user asks to "set up conventions", "bootstrap ADRs", "scaffold the documentation-led layout", or "add AGENTS.md and a plan queue". Works on fresh repos…