Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By queelius
Amazon KDP book publishing: manuscript audit, listing craft, and submission workflow
npx claudepluginhub queelius/claude-anvil --plugin kdpThis skill should be used when the user asks to "KDP audit", "check manuscript formatting", "is my book ready for KDP", "Amazon publishing requirements", "Kindle formatting check", "manuscript readiness", "book formatting audit", "prepare for Amazon KDP", or mentions KDP/Amazon publishing compliance. It audits a book manuscript against Amazon KDP (Kindle Direct Publishing) requirements for both eBook and paperback formats, handling technical books (LaTeX, math-heavy) and fiction/general nonfiction.
This skill should be used when the user asks to "craft Amazon listing", "write book blurb", "KDP blurb", "book description", "Amazon keywords", "book categories", "KDP listing", "improve my blurb", "help with book marketing metadata", or mentions creating or refining the marketing copy for a book on Amazon KDP. It generates blurb, keywords, categories, and author bio — the four artifacts that determine discoverability and conversion on Amazon.
This skill should be used when the user asks to "publish on KDP", "publish my book", "Amazon book publishing", "Kindle Direct Publishing", "self-publish", "publish on Amazon", "KDP workflow", "submit to Amazon KDP", "publish to Kindle", or mentions Amazon/KDP book publishing. It guides the complete workflow for publishing a book through Amazon KDP, handling both technical books and fiction/nonfiction.
Admin access level
Server config contains admin-level keywords
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI-native publishing system — autonomous multi-phase workflows from ideation to EPUB/PDF. Fiction, non-fiction, technical, screenplay, poetry, game, academic, and custom genres.
A complete content creation toolkit — writing, content strategy, visual design, AI image generation, branding, and YouTube/Substack platform workflows
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Documentation-first worldbuilding methodology and prose craft guardrails for fiction projects. The Silmarillion approach: docs ARE the world, story text derives from them.
Cross-post blog content to multiple platforms — audit, publish, rewrite, and track content distribution via the crier CLI
Confidentiality toolkit — smart routing across cryptoid (Hugo encryption), pagevault (HTML/file encryption), and gpg (file encryption/signing)
Collection-aware repository intelligence for Claude Code. Query, analyze, and maintain your git repository collection.
Journal-aware Claude Code sessions. Surfaces relevant tasks, ideas, and plans from your jot journal on session start. Provides slash commands and deep journal analysis.
A forge for Claude Code plugins.
Claude Anvil is a plugin marketplace containing nine Claude Code plugins for academic research, creative worldbuilding, publication workflows, site management, repository intelligence, personal metadata, encryption, and more. Each plugin provides skills, commands, and agents that extend Claude Code with domain-specific capabilities.
# Install the marketplace
/plugin marketplace add queelius/claude-anvil
# Install an individual plugin
/plugin install papermill@queelius
| Plugin | Description | Version |
|---|---|---|
| papermill | Academic paper lifecycle: thesis, lit survey, experiment, review, venue, submission | 0.3.0 |
| worldsmith | Documentation-first fiction worldbuilding (the "Silmarillion approach") | 0.2.0 |
| pub-pipeline | Publication workflows: R/CRAN/JOSS, Python/PyPI | 0.5.0 |
| mf | Metafunctor site management: blog architecture, content workflows, crier | 1.0.0 |
| repoindex | Collection-aware repository intelligence — query, analyze, maintain git repos | 0.10.0 |
| deets | Personal metadata queries — identity, contact, academic, profiles | 1.0.0 |
| alex-confidential | Confidentiality toolkit — cryptoid, pagevault, gpg encryption | 0.1.0 |
| kdp | Amazon KDP book publishing: manuscript audit, listing craft, submission workflow | 0.1.0 |
| jot | Journal-aware sessions — surfaces tasks, ideas, and plans from your jot journal | 0.1.0 |
Each plugin follows Claude Code plugin conventions:
<plugin>/
├── .claude-plugin/plugin.json # Manifest: name, version, description, author
├── skills/<name>/SKILL.md # Interactive skills (the core logic)
├── commands/<name>.md # Slash commands (thin wrappers or rich docs)
├── agents/<name>.md # Autonomous subagents with system prompts
└── hooks/hooks.json # Event handlers (optional)
Skills are the heart of each plugin — they contain the domain knowledge and workflow logic. Commands are thin wrappers that trigger skills via /plugin:command syntax. Agents run autonomously for tasks like literature surveys or code review.
Not every plugin uses every component. Minimal plugins like deets have only a skill and a command. Larger plugins like worldsmith add hooks for ambient project detection and propagation discipline.
MIT