Help us improve
Share bugs, ideas, or general feedback.
Personal Claude Code plugins: publication workflows, research paper management, fiction worldbuilding, content cross-posting, and repository management
npx claudepluginhub queelius/claude-anvilA 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
Unified publication pipeline: R packages (CRAN/JOSS/JSS) and Python packages (PyPI)
Research paper lifecycle management — thesis refinement, literature surveys, experimental design, multi-agent drafting, editorial review, and publication venue matching
Documentation-first worldbuilding methodology and prose craft guardrails for fiction projects. The Silmarillion approach: docs ARE the world, story text derives from them.
Metafunctor site management — blog architecture, content workflows, and mf CLI
Collection-aware repository intelligence for Claude Code. Query, analyze, and maintain your git repository collection.
Confidentiality toolkit — smart routing across cryptoid (Hugo encryption), pagevault (HTML/file encryption), and gpg (file encryption/signing)
Amazon KDP book publishing: manuscript audit, listing craft, and submission workflow
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.
Cross-post blog content to multiple platforms — audit, publish, rewrite, and track content distribution via the crier CLI
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A comprehensive community-driven collection of 117 AI agents, 174 slash commands, 28 hooks, and 199 MCP servers for Claude Code
Share bugs, ideas, or general feedback.