Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By queelius
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.
npx claudepluginhub queelius/claude-anvil --plugin jotUses power tools
Uses Bash, Write, or Edit tools
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.
Extended Second Brain that learns as you work in Claude Code
Long-term memory system for Claude Code that captures learnings through diary entries and synthesizes insights through periodic reflection
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
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
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Metafunctor site management — blog architecture, content workflows, and mf CLI
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.
Amazon KDP book publishing: manuscript audit, listing craft, and submission workflow
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