How this skill is triggered — by the user, by Claude, or both
Slash command
/amp-plugin-cc:amp-cli-runtimeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Wrapper for running Amp CLI non-interactively.
Wrapper for running Amp CLI non-interactively.
amp -x '<prompt>'
amp -x '<prompt>' --stream-json
echo '{"prompt": "..."}' | amp -x --stream-json-input
amp threads continue <thread-id> -x '<prompt>'
AMP_API_KEY: API key (optional, alternative to amp auth login)AMP_MODEL_MODE: Model mode (deep, free, large, rush, smart)--dangerously-allow-all flag is FORBIDDEN without explicit user approval--stream-json output is line-delimited JSON eventsnpx claudepluginhub ujuc/amp-plugin-cc --plugin amp-plugin-ccExtracts undocumented Amp API patterns from local thread JSONs using DuckDB SQL and bash. Reveals tool usage stats, MCP servers, and message schemas for API discovery.
Provides patterns for building production CLI tools in Python with Typer/Click, featuring parseable JSON output, predictable command structure, and composability for agentic AI workflows.
Coordinates multi-agent messaging via the AMQ CLI: send/receive messages, check inboxes, set up co-op mode, join swarms, and route across projects.