By louleowk
Writes Amazon-style internal documents (PR/FAQ, technical design, mini design, analysis report, COE, OP1/OP2 narrative, WBR narrative) from a set of user-provided source files, following Amazon's narrative writing conventions.
Overview skill for the amazon-doc-writer plugin. Use this when the user asks how to write an Amazon-style internal document, which doc type to pick (PR/FAQ vs technical design vs mini design vs analysis report), or how the amazon-doc-writer agent and its companion skills fit together.
Shared style and quality-bar skill for Amazon-style internal docs. Use this whenever drafting a PR/FAQ, technical design, mini design, analysis report, or any other Amazon narrative document. It defines tone, structure, narrative-prose rules, the "so what" test, weasel-word bans, and the self-review checklist.
Use this skill when authoring an Amazon-style analysis report or deep-dive — investigating data, a system behavior, an incident pattern, a build-vs-buy question, or a market/competitor study, and reporting findings with evidence and recommendations. Load alongside the `amazon-writing-style` skill.
Use this skill when authoring an Amazon Correction of Errors (COE) document — the post-incident write-up that captures what happened, why, and what will change. Provides the full COE template including incident summary, customer impact, timeline, 5 Whys, and action items. Load alongside the `amazon-writing-style` skill.
Use this skill when authoring a short Amazon-style technical design — a 1–2 page "mini design" or design brief for a scoped change, small feature, or focused decision. Provides the trimmed section template and length budget. Load alongside the `amazon-writing-style` skill.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace.
The marketplace manifest lives at .claude-plugin/marketplace.json and lists
every plugin published by this repository. Each directory under plugins/ is a
standalone plugin package with its own .claude-plugin/plugin.json manifest
and its own agents, skills, hooks, and commands.
plugins/plugin-creator — scaffolds new Claude Code plugins. Ships a
self-contained plugin-creator agent plus skills for authoring agents,
hooks, skills, and slash commands.plugins/amazon-doc-writer — writes Amazon-style internal documents
(PR/FAQ, technical design / 6-pager, mini technical design, analysis
report, COE / Correction of Errors, OP1/OP2 annual plan narrative, WBR
narrative) from a set of user-provided source files. Ships an
amazon-doc-writer agent plus per-doc-type skills and a shared
amazon-writing-style skill./plugin marketplace add louleowk/awesome-plugins
/plugin install plugin-creator
.
├── .claude-plugin/
│ └── marketplace.json
└── plugins/
├── plugin-creator/
│ ├── .claude-plugin/plugin.json
│ ├── agents/
│ │ └── plugin-creator.md
│ └── skills/
│ ├── plugin-creator/SKILL.md
│ ├── writing-agents/SKILL.md
│ ├── writing-hooks/SKILL.md
│ ├── writing-skills/SKILL.md
│ └── writing-commands/SKILL.md
└── amazon-doc-writer/
├── .claude-plugin/plugin.json
├── agents/
│ └── amazon-doc-writer.md
└── skills/
├── amazon-doc-writer/SKILL.md
├── amazon-writing-style/SKILL.md
├── writing-prfaq/SKILL.md
├── writing-technical-design/SKILL.md
├── writing-mini-technical-design/SKILL.md
├── writing-analysis-report/SKILL.md
├── writing-coe/SKILL.md
├── writing-op1-narrative/SKILL.md
└── writing-wbr-narrative/SKILL.md
plugins/<plugin-name>/..claude-plugin/plugin.json (see plugins/plugin-creator for a
reference).agents/, commands/, hooks/, skills/ the plugin needs..claude-plugin/marketplace.json.The plugin-creator plugin can do all of the above for you.
npx claudepluginhub louleowk/awesome-plugins --plugin amazon-doc-writerScaffolds new Claude Code plugins (agents, hooks, skills, commands) following the official Claude Code plugin guidelines.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.