A Claude Code plugin marketplace.
Memory system for AI agents — capture, consolidate, and recall knowledge across sessions and machines.
- Automatic memory injection at session start, transcript capture at session end
- Two-agent consolidation pipeline (extractor + consolidator) via
/heimdall - Progressive memory search via
/odin— quick grep first, deep agent search if needed - Feedback loop prevention — hooks skip when session is inside the memory repo
Commands: /setup, /status, /heimdall, /odin <topic>
Enforce conventional commits, conventional comments, and no-AI-credit conventions for commits, PRs, and code reviews.
- Passive auto-invocation — activates on commit, PR, and review context without explicit commands
- Sub-agent architecture: commit-crafter for diffs, review-formatter for feedback
- Three conventions: conventional commits, conventional comments, no AI co-author credit
- Reference specs bundled for consistent enforcement
Auto-invokes on: commits, pull requests, code reviews
Audit and optimize Claude Code configurations with dynamic best-practice research.
- Research-first architecture: subagents fetch official Anthropic docs before analysis
- Over-engineering detection as highest-weighted scoring category
- 6-category health scoring with interactive fix selection
- Persistent memory on research agents for faster subsequent runs
Command: /claudit — run a comprehensive configuration audit
Repo-level skills for plugin authors (not distributable plugins — these live in .claude/):
| Command | Purpose |
|---|---|
/smith <name> |
Scaffold a new plugin with correct structure and conventions |
/hone <name> |
Audit an existing plugin's quality (8-category scoring with interactive fixes) |
Both tools dispatch research agents to fetch the latest Anthropic plugin docs before operating, ensuring scaffolds and audits reflect the current spec.
Add quickstop as a plugin marketplace, then install:
/plugin marketplace add acostanzo/quickstop
/plugin install claudit@quickstopgit clone https://github.com/acostanzo/quickstop.git
claude --plugin-dir /path/to/quickstop/plugins/clauditSee the Claude Code plugin documentation for plugin authoring and marketplace details.
MIT