Sandbox
@Neeeophytee/agent-stylebooks

Installable editorial stylebooks for agent writing

This repo packages public editorial systems as reusable Agent Skills. You add a stylebook to an agent, then use it to guide structure, wording, and review for a specific reader and task. It supports multiple loaders and installation routes, including portable `skills/` folders and agent-specific plugin formats. The catalog helps builders pick the right stylebook for docs, product copy, public service content, technical reports, and similar writing tasks.

60 stars2 forksPythonUpdated 25d ago
Who it's for

Builders who want their agent to follow a specific writing system instead of improvising each session.

What it delivers

You can make agent-written content more consistent, clearer, and easier to review with a reusable editorial system.

What it does

16 stylebooks

A catalog of stylebooks for different writing tasks, such as developer docs, public-service content, technical reports, and interface copy.

Portable Agent Skills format

Each stylebook uses the open `SKILL.md` format and sits as a direct child of `skills/` for compatible loaders.

Multiple installation routes

The repo supports portable install, project-level install, and agent-specific plugin routes.

Compatibility guidance

`COMPATIBILITY.md` lists which agents and loaders can discover the stylebooks and how they do it.

Provenance for each stylebook

`PROVENANCE.md` records the source and reuse decision for every included editorial system.

Validation script

`scripts/validate_repo.py` checks structure, names, manifests, links, provenance, and skill integrity.

How to get it

  1. 1The portable installer currently requires Node.js 22.20 or newer.
    # List the catalog
    npx skills add Neeeophytee/agent-stylebooks --list
    
    # Install one stylebook
    npx skills add Neeeophytee/agent-stylebooks --skill cdc-clear-communication
    
    # Install all 16
    npx skills add Neeeophytee/agent-stylebooks

README

Agent Stylebooks

Pick the writing system before the model picks one for you.

Agent Stylebooks overview

Stop asking AI to “write better.” Give it an editorial system.

Portable Agent Skills based on established editorial systems.

16 stylebooks Agent Skills MIT Validate repository

Subscribe to Web After AI

npx skills add Neeeophytee/agent-stylebooks

Browse stylebooks · Installation · Examples · Provenance

Each stylebook defines what to lead with, how to order information, which distinctions must survive editing, what ambiguity is unacceptable, and how to check the result. These are community-maintained Agent Skills derived from publicly documented editorial guidance, not official vendor or agency products.

Which stylebook should I use?

Choose by the reader's task and the artifact—not by the organization named in the draft.

Recommended stylebookI am writing...
$google-developer-docsAPI or setup tutorial, how-to guide, onboarding instructions
$govukPublic-service eligibility page, decision guide, application instructions
$gitlab-docsEngineering or product docs, internal documentation, feature guide
$github-docsProduct workflow, step-by-step guide, troubleshooting article
$mdn-web-docsWeb API explanation, technical reference, learning article
$kubernetes-docsInfrastructure procedure, operations runbook, deployment guide
$nhs-health-contentHealth or patient content, explainer, care instructions
$cdc-clear-communicationPublic-health message, safety advisory, awareness campaign
$sec-plain-englishInvestor disclosure, business report, risk explanation
$w3c-technical-reportsTechnical specification, standards document, requirements definition
$nasa-technical-writingEngineering or test report, research report, findings summary
$microsoft-writing-styleProduct help or UX copy, support article, interface guidance
$apple-interface-writingInterface labels or alerts, microcopy, onboarding flow

Compare all 16 stylebooks →

Prompt vs stylebook

Generic promptStylebook
Ad hocReusable
“Make it clear”Concrete editorial decisions
Source usually unknownProvenance documented
Rewritten each sessionInstalled once
Easy to driftRepeatable workflow
“Sound human”Optimize for a specific reader and task

See the difference

These original examples illustrate the systems; they are not quotations or claimed outputs from the source organizations.

Generic technical prose

To successfully initiate configuration, authentication credentials must first be appropriately established.

$google-developer-docs

Before you configure the integration, set up your authentication credentials.

Generic error

An error occurred while processing your request. Please try again later.

$microsoft-writing-style

We couldn't save your changes. Check your connection and try again.

Generic risk statement

Unfavorable market conditions may adversely affect our results.

$sec-plain-english

If borrowing costs rise, our interest expense may increase and reduce our net income.

Install

The portable installer currently requires Node.js 22.20 or newer.

# List the catalog
npx skills add Neeeophytee/agent-stylebooks --list

# Install one stylebook
npx skills add Neeeophytee/agent-stylebooks --skill cdc-clear-communication

# Install all 16
npx skills add Neeeophytee/agent-stylebooks

Claude Code and Codex can also install the repository as a plugin. Manual, project-level, and agent-specific routes are in INSTALL.md.

Use

Use $google-developer-docs to turn these notes into a setup guide.
Use $govuk to rewrite this eligibility page around the user's decision.
Use $apple-interface-writing to tighten these labels and error messages.

Use one primary stylebook unless the task explicitly needs a hybrid. A product terminology guide still governs product names; the stylebook governs structure and prose. Every skill must preserve supplied facts, code behavior, legal meaning, and domain constraints.

Compatibility

Every stylebook uses the open SKILL.md format and remains an immediate child of skills/. That flat layout supports Codex, Claude Code, Kimi Code CLI, Cursor, Hermes Agent, GitHub Copilot, Gemini CLI, and other compatible loaders.

AgentSupported route
OpenAI CodexCodex plugin or .agents/skills/
Claude CodeClaude plugin or .claude/skills/
Kimi Code CLINative Agent Skills directories or portable installer
CursorPortable installer or native project skills directory
Hermes Agentskills.external_dirs or ~/.hermes/skills/
GitHub Copilot.github/skills/, .agents/skills/, or .claude/skills/
Gemini CLI.gemini/skills/ or portable installer
Other compatible agentsAny loader that implements the Agent Skills specification

Compatibility means the repository follows each documented discovery shape. It does not imply that the source organizations created or tested these stylebooks. See COMPATIBILITY.md for test evidence and INSTALL.md for the exact routes.

Provenance and limits

PROVENANCE.md records the authoritative source and reuse decision for every stylebook. Openly licensed and public-domain sources still use independently written rules. Restricted or unclear sources are reference-only interpretations.

The repository's original text and scripts are MIT licensed. Third-party guides retain their own terms. No source organization endorses this project. A stylebook does not provide legal, medical, regulatory, standards, or publication approval. See NOTICE.md.

Validate and contribute

python3 scripts/validate_repo.py

CI checks structure, names, frontmatter, manifests, provenance, links, duplicate inventory, and the byte integrity of the original 11 skills. Read CONTRIBUTING.md before proposing another editorial system or use the stylebook request form.

Files in the repo

Repository payload23 top-level entries
  • .agents
  • .claude-plugin
  • .codex-plugin
  • .github
  • assets
  • docs
  • scripts
  • skills
  • .editorconfig
  • .gitignore
  • AGENTS.md
  • CATALOG.md
  • CHANGELOG.md
  • CLAUDE.md
  • COMPATIBILITY.md
  • CONTRIBUTING.md
  • EXAMPLES.md
  • INSTALL.md
  • LICENSE
  • NOTICE.md
  • PROVENANCE.md
  • README.md
  • STYLE-MATRIX.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

57k
ayghri/
i-have-adhd

A skill to stop your coding agent from burying the answer. ADHD-friendly output.

38k