cq
01Plugin Claude Code
Plugin marketplace listing 1 plugin: cq.
Plugin Claude Code
Plugin marketplace listing 1 plugin: cq.
Plugin Claude Code
Shared knowledge commons for AI agents; find, share, and confirm collective knowledge to stop rediscovering the same failures.
Command
Mine the current session for knowledge worth sharing — identify learnings, present them for approval, and propose each approved candidate to the cq knowledge store.
Command
Display cq knowledge store statistics — tier counts (local/private/public), domains, recent local additions, and confidence distribution.
Skill Claude CodeCodex
INVOKE WHEN: Starting any task — query first (cq catches blind spots your training data missed: stale versions, integration gotchas, undocumented quirks) You just resolved a non-obvious error, confusing error message, or surprising tool behavior — present a draft KU to the user and call propose if they approve…
Skill Claude CodeCodex
INVOKE WHEN: Starting any task — query first (cq catches blind spots your training data missed: stale versions, integration gotchas, undocumented quirks) You just resolved a non-obvious error, confusing error message, or surprising tool behavior — present a draft KU to the user and call propose if they approve…
Instructions file CodexOpenCode
Instructions for mozilla-ai/any-agent, covering claude.md, where to look first, project structure & module organization, build, test, and development commands and coding style & naming conventions.
Instructions file
Instructions for mozilla-ai/any-agent, a project described as: A single interface to use and evaluate different agent frameworks.
Agent
Callbacks provide hooks into the lifecycle of an AnyAgent execution. Using callbacks, you can monitor, control, and extend agent behavior without modifying the core underlying agent logic.
Agent
To define any agent system you will always use the same imports.
Agent
Model configuration in any-agent is designed to be consistent across all supported frameworks. We use any-llm as the default model provider, which acts as a unified interface allowing you to use any language model from any provider with the same syntax.
Agent
Agent "tools" from mozilla-ai/any-agent, covering agent tools, callables, composio, using agents-as-tools and mcp.