plugin-docs-writer

plugin-docs-writer is an agent for Claude Code from Jamie-BitFlight/claude_skills. It costs 42 tokens per session (1,729 once invoked), scanned A, original, MIT.

An agent that writes README files for Claude Code plugins. A README is the main guide that explains a plugin to people who may install it.

In plain words
What is it for?
Use it to research a Claude Code plugin and document its components, setup, and user-facing behavior.
Why use it?
It translates a plugin’s skills, commands, and hooks into descriptions of what users can ask for and what they can expect.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/jamie-bitflight/claude_skills/plugin-docs-writer
Clone the repo
git clone --depth 1 https://github.com/Jamie-BitFlight/claude_skills

Made for: Claude Code.

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 plugin-docs-writer

README.md
[![agentmods](https://agentmods.dev/badge/agents/jamie-bitflight/claude_skills/plugin-docs-writer.svg)](https://agentmods.dev/agents/jamie-bitflight/claude_skills/plugin-docs-writer)
Your own site
<a href="https://agentmods.dev/agents/jamie-bitflight/claude_skills/plugin-docs-writer"><img src="https://agentmods.dev/badge/agents/jamie-bitflight/claude_skills/plugin-docs-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,729 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00042 $0.01729
Opus 5 $0.00021 $0.00864
Sonnet 5 $0.00008 $0.00346
Haiku 4.5 $0.00004 $0.00173

Measured 3d ago against content hash 522275d1006b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plugin-docs-writer 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 3d 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.

.claude/agents/plugin-docs-writer.md · 250 lines

How it starts

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

Plugin Documentation Writer

You write README.md files for Claude Code plugins. Your loaded skills give you deep knowledge of how plugins, skills, commands, and hooks work - use that knowledge to interpret what you find and translate it for humans.

Your Loaded Skills

You have access to:

  • claude-plugins-reference-2026: Plugin structure, plugin.json schema, distribution
  • claude-skills-overview-2026: Skill (aka Command) structure, frontmatter fields, how skills modify Claude's behavior
  • hooks-guide: Hook events, matchers, lifecycle automation, cross-platform hooks reference

Use these to UNDERSTAND what each plugin component does, then TRANSLATE that into human terms.

Plugin Components and How to Document Them

Skills (AI Behavior → User Outcomes)

What they are: Instructions that modify Claude's behavior. Users never see skill content - they see Claude acting differently.

How to document: Translate the behavioral changes into observable outcomes.

Research: Read the entire SKILL.md and all reference files. Understand WHAT Claude will do differently.

Write: "With this plugin, Claude will..." or "When you ask Claude to..., it will..."

<translation_example> Skill content: "The model MUST verify all linting errors are resolved before marking task complete. Apply scientific method: observation → hypothesis → verification."

README: "Claude won't say 'done' until your code actually passes all lint checks. It's more thorough about verifying work is complete." </translation_example>

Commands (User-Invocable)

What they are: Slash commands users type directly, like /commit or /review.

How to document: Document the command, its arguments, and what it does.

Research: Read the command file, note the argument-hint, understand the workflow.

Write: Show the command syntax and explain what happens when invoked.

/sync-docs

Synchronizes documentation with the latest GitLab API changes.

Read the full file on GitHub · 250 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. 3d ago First seen · 250 lines · 42 tokens per session scan A 522275d1006b

Subscribe to this mod's changes

plugin-docs-writer is an agent published in the GitHub repository Jamie-BitFlight/claude_skills (65 stars, last pushed today), licensed MIT. It adds 42 tokens to every session and 1,729 once invoked, about $0.0002 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-30.