A Claude Code skill that reviews markdown prose against a checklist of 21 writing rules — 12 from style authorities (Strunk & White, Orwell, Pinker, Gopen & Swan) and 9 from observed AI-tell patterns.
This is my simpler personal version of yzhao062/agent-style by Yue Zhao, distilled into a single self-contained SKILL.md. The original repo is the canonical source — go there for the research, the full ruleset, and the dual-mode (generation-time and post-draft) implementation. This repo is just the post-draft review skill, kept lean enough that I can run it on demand from any project.
Three install paths, recommended order:
/plugin marketplace add petems/ai-prose-review-skill
/plugin install petems-prose@ai-prose-review
Invoke as /petems-prose:ai-prose-review.
npx skills add petems/ai-prose-review-skill
Invoke as /ai-prose-review.
For hacking on the skill locally:
ln -s "$(pwd)/skills/ai-prose-review" ~/.claude/skills/ai-prose-review
Invoke as /ai-prose-review.
The slash command depends on how you installed the skill:
/petems-prose:ai-prose-reviewnpx skills or manual symlink → /ai-prose-reviewExamples below use the bare form; if you installed as a plugin, prefix each command with petems-prose:.
/ai-prose-review # review all *.md / *.mdx in cwd
/ai-prose-review path/to/file.md # review one file
/ai-prose-review 'docs/**/*.md' # review a glob
The skill reports violations grouped by file and severity, then asks before editing anything.
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.
npx claudepluginhub petems/ai-prose-review-skill --plugin petems-proseTools for bootstrapping content creation such as blog posts and conference talks
Git add, commit with Conventional Commits messages, and push in one step
Generalist Claude Code skills collection by petems
Diagnose and fix GitHub Actions CI/CD failures. Automatically analyze failing workflows, fix code issues, re-run flaky tests, and watch until green.
Manage GitHub PR review comments. Automatically triage, fix, and respond to review findings.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.