Sandbox
@acostanzo/quickstop

Claude Code plugin marketplace and claudit plugin

Quickstop is a marketplace for Claude Code plugins, centered on claudit, which audits and optimizes Claude Code configuration. It also includes repo-level helpers for writing marketplace plugins and checking their conventions.

46 stars6 forksShellUpdated 3mo ago
Who it's for

Builders who use Claude Code and want reusable plugins, config audits, or authoring tools.

What it delivers

You can install a plugin marketplace, audit your Claude Code setup, and reuse current ecosystem knowledge without re-reading docs.

What it does

Plugin marketplace

Lets you add `acostanzo/quickstop` as a marketplace and install plugins from it.

Claudit plugin

Audits Claude Code configuration and caches ecosystem knowledge for later agent tasks.

Knowledge cache

Stores research in `~/.cache/claudit/` and exposes it through `/claudit:knowledge`.

Repo-level authoring tools

Provides `/smith` to scaffold plugins and `/hone` to audit plugin quality.

Research-first analysis

Uses subagents to fetch current Anthropic plugin docs before scaffolding or audits.

How to get it

  1. 1Add quickstop as a plugin marketplace, then install claudit
    /plugin marketplace add acostanzo/quickstop
    /plugin install claudit@quickstop
  2. 2Or install from a local clone
    git clone https://github.com/acostanzo/quickstop.git
    claude --plugin-dir /path/to/quickstop/plugins/claudit

README

Quickstop

A Claude Code plugin marketplace. Home of claudit — audit and optimize your Claude Code configuration — plus the repo-level tooling used to author marketplace plugins.

Plugins

PluginProblem solved
clauditAudit and optimise your Claude Code config. Caches current Claude Code ecosystem knowledge for any subsequent agent task.

Install

Add quickstop as a plugin marketplace, then install claudit:

/plugin marketplace add acostanzo/quickstop
/plugin install claudit@quickstop

Or install from a local clone:

git clone https://github.com/acostanzo/quickstop.git
claude --plugin-dir /path/to/quickstop/plugins/claudit

Claudit (v3.0.0)

Audit and optimize your Claude Code configuration. Caches current Claude Code ecosystem knowledge so any subsequent agent task — building a skill, configuring an MCP, authoring CLAUDE.md, debugging hooks — can read it via /claudit:knowledge instead of re-fetching docs.

  • Recursive CLAUDE.md discovery: root, subdirectory, .claude/rules/, CLAUDE.local.md, and @import references
  • Automatic scope detection — comprehensive audit inside a git repo, global-only outside
  • Research-first: subagents fetch official Anthropic docs before analysis; over-engineering detection is the highest-weighted scoring category
  • Decision memory annotates recommendations with past context (team-shared, committable)
  • Optional PR delivery with educational inline comments
  • Knowledge cache at ~/.cache/claudit/ with version-based + 7-day TTL invalidation, exposed to any agent task via /claudit:knowledge [domain|all]

Commands: /claudit, /claudit:knowledge, /claudit:refresh, /claudit:status

Using Claudit's Knowledge Cache

Claudit's knowledge cache is general-purpose. Once it's been populated (any /claudit or /claudit:refresh invocation does this), any agent task that needs current Claude Code ecosystem knowledge can read it via /claudit:knowledge instead of re-fetching docs.

DomainCovers
ecosystemMCP servers, plugins, hooks, skills, sub-agents
core-configSettings, permissions, CLAUDE.md, memory system
optimizationPerformance patterns, over-engineering detection

In a skill or agent prompt, invoke /claudit:knowledge ecosystem (or whichever domain you need) and use the output as expert context. The skill checks freshness and auto-refreshes stale domains transparently. If claudit is not installed, fall back to your own research.

=== CLAUDIT KNOWLEDGE: ecosystem ===
[cached research content]
=== END CLAUDIT KNOWLEDGE ===

Knowledge source: cache (fresh, fetched 2026-03-22) | Domains: ecosystem

Manual refresh: /claudit:refresh [domain|all]. Status: /claudit:status.

Dev Tools

Repo-level skills for plugin authors (not distributable plugins — these live in .claude/):

CommandPurpose
/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.

Documentation

See the Claude Code plugin documentation for plugin authoring and marketplace details.

License

MIT

Files in the repo

Repository payload9 top-level entries
  • .claude
  • .claude-plugin
  • plugins
  • scripts
  • .gitattributes
  • .gitignore
  • CLAUDE.md
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More plugins

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

138k
1 add

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

82k
code-yeongyu/
oh-my-openagent

OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.

69k

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

94k

Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns

4.3k