active library

claude-anvil

A forge for Claude Code plugins — academic research, fiction worldbuilding, publication workflows, and more

Started 2026 Shell

Resources & Distribution

Source Code

Package Registries

1 Stars

claude-anvil

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.

Quick Start

# Install the marketplace
/plugin marketplace add queelius/claude-anvil

# Install an individual plugin
/plugin install papermill@queelius

Plugins

PluginDescriptionVersion
papermillAcademic paper lifecycle: thesis, lit survey, experiment, review, venue, submission0.3.0
worldsmithDocumentation-first fiction worldbuilding (the “Silmarillion approach”)0.2.0
pub-pipelinePublication workflows: R/CRAN/JOSS, Python/PyPI0.5.0
mfMetafunctor site management: blog architecture, content workflows, crier1.0.0
repoindexCollection-aware repository intelligence — query, analyze, maintain git repos0.10.0
deetsPersonal metadata queries — identity, contact, academic, profiles1.0.0
alex-confidentialConfidentiality toolkit — cryptoid, pagevault, gpg encryption0.1.0
kdpAmazon KDP book publishing: manuscript audit, listing craft, submission workflow0.1.0
jotJournal-aware sessions — surfaces tasks, ideas, and plans from your jot journal0.1.0

Plugin Anatomy

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.

License

MIT

Discussion