docs-strategy

docs-strategy is a skill for Claude Code, Codex from LuuOW/meridian-mcp. It costs 26 tokens per session (1,749 once invoked), scanned A, original, MIT.

A documentation planning guide for organizing software docs by reader needs, such as tutorials, task guides, reference pages, explanations, and change logs.

In plain words
What is it for?
Use it to plan a documentation site, define its page categories, create style rules, and manage docs across products or teams.
Why use it?
It helps prevent scattered or confusing documentation and gives teams shared rules for structure, writing style, versions, and upkeep.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan a documentation site, define its page categories, create style rules, and manage docs across products or teams.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luuow/meridian-mcp/docs-strategy
Install

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.

Any agent
npx skills add LuuOW/meridian-mcp --skill docs-strategy
Clone the repo
git clone --depth 1 https://github.com/LuuOW/meridian-mcp

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for docs-strategy

README.md
[![agentmods](https://agentmods.dev/badge/skills/luuow/meridian-mcp/docs-strategy/github.svg)](https://agentmods.dev/skills/luuow/meridian-mcp/docs-strategy)
Your own site
<a href="https://agentmods.dev/skills/luuow/meridian-mcp/docs-strategy"><img src="https://agentmods.dev/badge/skills/luuow/meridian-mcp/docs-strategy/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.

agentmods 80×15 button for docs-strategy

Your own site · 80×15
<a href="https://agentmods.dev/skills/luuow/meridian-mcp/docs-strategy"><img src="https://agentmods.dev/badge/skills/luuow/meridian-mcp/docs-strategy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,749 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.01749
Opus 5 $0.00013 $0.00874
Sonnet 5 $0.00005 $0.00350
Haiku 4.5 $0.00003 $0.00175

Measured 8d ago against content hash 5d27de23b96f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

docs-strategy 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 8d 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

result = subprocess.run(
skills/docs-strategy/SKILL.md · 209 lines

How it starts

The opening of the file, as written. The whole thing — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.

docs-strategy

Authoritative patterns for building and maintaining documentation systems — from single-product READMEs to multi-tenant doc sites, living style guides, and versioned reference portals.

Information Architecture

Define the documentation tree before writing a single page. Group by audience intent, not by your internal team structure.

docs/
├── guides/           # Task-oriented: "How do I...?"
│   ├── quickstart.md
│   ├── authentication.md
│   └── deployment.md
├── reference/        # Lookup: "What does X do exactly?"
│   ├── api/
│   ├── cli/
│   └── config-schema.md
├── concepts/         # Mental models: "Why does this work the way it does?"
│   ├── architecture.md
│   └── data-model.md
├── tutorials/        # Learning-oriented: "Walk me through end-to-end"
│   └── build-your-first-widget.md
└── changelog/        # Temporal: "What changed and when?"
    └── CHANGELOG.md

DITA/Divio quadrant rule: Every page belongs to exactly one quadrant — tutorial, how-to, reference, or explanation. Mixed pages confuse readers and break search ranking.

Style Guide Foundations

Establish these before any other doc work. Retrofit is 10× harder.

# Documentation Style Guide

## Voice and Tone
- Active voice. "Run the command" not "The command should be run."
- Second person. "You configure X" not "The user configures X."
- Present tense. "Returns a 404" not "Will return a 404."

## Naming
- Product name: always "Acme" (never "ACME", "acme", or "the platform")
- Code terms: always backtick-wrapped — `config.yaml`, `run()`, `--flag`
- Files and paths: always backtick-wrapped — `/etc/app/config`

## Code Blocks
- Always specify the language for syntax highlighting
- Include a comment on the first line if context is non-obvious
- Prefer runnable examples over pseudocode

## Callout Types
> **Note:** Supplementary information that may be useful.
> **Warning:** Risk of data loss or breaking change.
> **Tip:** Shortcut or optimization the reader may not know.

## Headings
- H1: page title only (one per page)
- H2: major sections navigated from TOC
- H3: subsections within a section
- Never skip levels (H1 → H3 without H2)

Read the full file on GitHub · 209 lines

Changes

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.

  1. 8d ago First seen · 209 lines · 26 tokens per session scan A 5d27de23b96f

Subscribe to this mod's changes

docs-strategy is a skill published in the GitHub repository LuuOW/meridian-mcp (0 stars, last pushed 4d ago), licensed MIT. It adds 26 tokens to every session and 1,749 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories