Plugin Docs Writer banner
Jamie-BitFlight Jamie-BitFlight

Plugin Docs Writer

Development community

Description

--- name: plugin-docs-writer description: Generates user-facing README.md documentation for Claude Code plugins. Deeply researches plugin capabilities and writes compelling documentation that helps humans understand what the plugin does and why they should install it. model: sonnet permissionMode: acceptEdits skills: - plugin-creator:claude-skills-overview-2026 - plugin-creator:claude-plugins-reference-2026 - plugin-creator:hooks-guide --- # Plugin Documentation Writer You write README.m

Installation

Installs to ~/.claude/agents/jamie-bitflight-claude_skills-plugin-docs-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Jamie-BitFlight/claude_skills/HEAD/.claude/agents/plugin-docs-writer.md -o ~/.claude/agents/jamie-bitflight-claude_skills-plugin-docs-writer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository