quickstop

agent
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 46 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
Quickstop is a marketplace and management tool for Claude Code plugins. It aggregates and provides access to several extensions, including memory systems, commit enforcers, configuration auditors, skill builders, and documentation generators.

Security Assessment
The rule-based scan found no dangerous patterns across 12 files, no hardcoded secrets, and no dangerous permissions requested. However, several bundled plugins naturally interact with the system in ways that require attention: Bifrost captures session transcripts and stores memory files; Commventional reads git diffs and PR contexts; Claudit makes network requests to fetch external Anthropic documentation and caches data locally at `~/.cache/claudit/`; and Inkwell automatically writes to project directories. Because the tool is written entirely in Shell, these operations are easy to inspect manually for any hidden or unexpected behavior. Overall risk is rated as Low, provided you review the individual plugins you choose to install.

Quality Assessment
The repository is actively maintained, with the last push occurring today. It has a solid foundation of community trust, backed by 41 GitHub stars. The project is properly licensed under the permissive MIT license, meaning it is safe for personal and commercial use. A description is clearly provided, outlining the scope of the project.

Verdict
Safe to use, though developers should review individual plugin behaviors before deploying them in sensitive environments.
SUMMARY

A Claude Code plugin marketplace

README.md

Quickstop

A Claude Code plugin marketplace. Home of claudit — audit and optimize your Claude Code configuration — maintained by acoz-labs.

Plugins

Plugin Problem solved
claudit Audit 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 acoz-labs/quickstop
/plugin install claudit@quickstop

Or install from a local clone:

git clone https://github.com/acoz-labs/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.

Domain Covers
ecosystem MCP servers, plugins, hooks, skills, sub-agents
core-config Settings, permissions, CLAUDE.md, memory system
optimization Performance 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.

Development

Start with repository guidance and the
shared SDLC. Run bin/ci for local verification.
The repository provides two small Claude Code shortcuts: /smith <name> to
create a plugin and /hone <name> to review one. They follow the same issue,
contributor PR and independent maintainer review workflow as other work.

The public repository moved from acostanzo/quickstop to acoz-labs/quickstop.
The marketplace name remains quickstop, so claudit@quickstop is unchanged.
Existing consumers should update their marketplace source to the new owner;
GitHub redirects preserve the previous repository URL. Claudit's existing author
metadata is retained as historical attribution in the unchanged 3.0.0 payload.

License

MIT

Reviews (0)

No results found