Claude Code
Create a Claude Code skill that invokes your Reminix agents:Other coding assistants
Any coding assistant that supports shell execution can call your deployed agents and tools through the CLI:- Cursor — use in custom commands or agent mode
- Windsurf — invoke via terminal tool calls
- GitHub Copilot — use in workspace agent mode
-o json for structured output that AI agents can parse reliably.
Tips
- Always use
-o jsonwhen calling from a coding assistant for reliable parsing - Use
-v(verbose) to include execution metadata in the response - Use
--streamfor long-running agent calls to get incremental output - Set
REMINIX_PROJECTas an environment variable to avoid passing-pon every call
Next steps
Scripting
Bash patterns for processing CLI output.
CI/CD
Use the CLI in GitHub Actions and other pipelines.
CLI Reference
Every command and flag in one place.
Tools
Define new tools coding assistants can call through the CLI.