npx claudepluginhub jobrien127/plugin-marketplace --plugin toonA local marketplace of Claude Code plugins — self-contained packages that extend Claude with hooks, skills, agents, and MCP servers.
v1.4.1Meta-plugin that injects project state into every session and synthesizes session transcripts into a persistent knowledge base. The backbone for self-improving Claude Code setups.
Skills: /whetstone:route, /whetstone:think, /whetstone:verify, /whetstone:compress, /whetstone:synthesizer, /whetstone:improve, /whetstone:setup
Auto-behaviors:
v0.1.0Routes tasks to the appropriate Claude model tier (Haiku / Sonnet / Opus) based on task complexity, reducing cost without sacrificing quality.
Skills: /dispatch:route, /dispatch:haiku, /dispatch:sonnet, /dispatch:opus
Interactive wizard for managing project-level settings.local.json permissions. Detects project type, suggests safe permission patterns, and reduces manual approval friction.
Command: /permissions
Features: Smart project-type detection, categorized permission safety levels, proactive suggestions when starting new projects.
Transparently converts structured data in prompts to TOON format for token-efficient LLM processing, then converts responses back to JSON for display. Saves 30–60% tokens on structured data.
Extraction methods: LLM (Claude API), Markdown tables, key-value regex — with graceful fallback.
v0.1.0MCP server and hook-driven automation for structured problem-solving workflows. Decomposes problems, specifies requirements, generates solutions, validates output, and resumes context across sessions.
Agents: decomposer, specifier, generator, validator, calibrator
Hooks: SessionStart (resume context), PostToolUse (validate stage), PreCompact/PostCompact (save/restore state)
Requires: Python ≥ 3.12, uv
v0.1.0Automated wiki maintenance for this plugin marketplace. Ingests plugin source files, lints wiki docs, and keeps the knowledge base in sync.
Agents: ingest-agent, lint-agent, remediate-agent, obsidian-agent
Each plugin is self-contained. Install by pointing Claude Code at the plugin directory:
# Load a single plugin
claude --plugin-dir /path/to/plugin-marketplace/whetstone
# Or copy to your Claude plugins directory
cp -r whetstone ~/.claude/plugins/
Then enable in ~/.claude/settings.json:
{
"enabledPlugins": {
"whetstone": true
}
}
Each plugin follows the Claude Code plugin spec:
<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Manifest: name, version, description, hooks
├── skills/ # Slash commands (/plugin:skill)
├── agents/ # Subagent prompt definitions
├── hooks/ # Lifecycle hook scripts
├── commands/ # Top-level slash commands
└── README.md
MIT
ODIN (Outline Driven INtelligence) - Advanced code agent with 46 specialized agents, diagram-first engineering, and atomic commit workflows for surgical precision in software development
Claude Code Discipline Layer — spec-driven workflow + goal-backward verification + Karpathy 4 principles enforced via gates. Stops Claude from faking "done" on non-trivial features.
Turns Claude Code into your calm, encouraging painting instructor. Happy little code, happy little accidents.
Long-term memory for Claude Code. Recalls architecture, conventions, and decisions across sessions — so Claude explains your codebase without file traversal, follows your patterns, and never re-asks what it already learned.
Claude Code alignment plugin that drives third-party models toward Opus-compatible workflows, tool usage, and output style.
Custom statusline with jj/language detection and Disciplined Engineering output style