acoz-labs

Quickstop — Development skill for Claude Code

Development community

The acoz-labs unified marketplace for agentic plugins.

How to install Quickstop

This entry records only its repository, not the path inside it, so there is no exact command to give. Open acoz-labs/quickstop and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Quickstop does

The acoz-labs unified marketplace for agentic plugins. Explicit support for Claude Code, Codex and Pi; no per-plugin parity requirement.

Alternatives in Development

  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
  • Haft — Engineering decisions engine that know when they're stale 1.4k ★

README

Quickstop

The [acoz-labs](https://github.com/acoz-labs) unified marketplace for agentic plugins. A plugin can support one harness or several. Support is explicit; feature parity across harnesses is not required.

Find a plugin

Browse the [plugin catalog](docs/catalog.md) for supported harnesses and package versions. Today, [Claudit](plugins/claudit) audits and optimizes Claude Code configuration. It remains **Claude Code-only**, at **3.0.0**.

Install

Claude Code

/plugin marketplace add acoz-labs/quickstop
/plugin install claudit@quickstop

For local development:

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

Codex

Quickstop provides a native Codex marketplace index. It currently contains no plugins because none advertise Codex support yet. The catalog will list eligible packages as they are added; Claudit is not included through compatibility fallback.

codex plugin marketplace add acoz-labs/quickstop

This registers the marketplace; it does not make unsupported plugins compatible. Use the harness's plugin browser to install a listed package when one is available.

Pi

Pi installs individual packages rather than a marketplace index. See the [Pi package list](docs/pi-packages.md) for generated install commands, run from a clone of a reviewed Quickstop revision. There are no Pi packages listed yet; Claudit remains Claude Code-only. Adding Pi support to a future plugin does not require Claude Code or Codex support.

Additional harnesses join through explicit adapters and acceptance procedures.

Develop and maintain