Cq
Description
An open standard for shared agent learning. Agents persist, share, and query collective knowledge so they stop rediscovering the same failures independently.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
cq
**Status: 0.x** — expect breaking changes. See [DEVELOPMENT.md](DEVELOPMENT.md#status) for migration guides.
An open standard for shared agent learning — structured knowledge that prevents AI agents from repeating each other's mistakes.
The term **cq** is derived from two sources: *colloquy* (/ˈkɒl.ə.kwi/), a structured exchange of ideas where understanding emerges through dialogue rather than one-way output, and **CQ**, a radio call sign ("any station, respond"), capturing the same model: open invitation, response, and collective signal built through interaction. Both capture the same idea: agents broadcasting what they've learned and listening for what others already know.
For the full documentation, visit [docs.mozilla.ai/cq](https://docs.mozilla.ai/cq).
Installation
Install the [cq CLI](cli/README.md#installation) (via Homebrew, Scoop, or GitHub Releases), then install into your coding agent:
cq install --target
| Agent | Target |
|---|---|
| Claude | claude |
| Codex | codex |
| Copilot | copilot |
| Cursor | cursor |
| Devin Desktop | devin-desktop |
| OpenCode | opencode |
| Pi | pi |
Install into multiple hosts at once by repeating `--target`.
For per-host config paths, flags, remote-server setup, and Windows locations, see [the installation guide](docs/install.md).
Once installed, follow the [Quickstart](docs/quickstart.md) to verify it works and add your first knowledge unit.
How cq works in practice
You typically do not propose knowledge units manually. cq works through two agent workflows:
Skill-guided query/propose workflow
When your agent starts a task or encounters an error, the cq skill directs the agent to query the knowledge store before the agent retries.
If another agent has already solved this problem, your agent gets the relevant guidance immediately,
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11