Imcodes: Unified AI Agent Control
Makes multiple AI agents collaborate on a single project or task.
"A founder, Sarah, uses imcodes to create a chatbot for her e-commerce site that integrates with her CRM system and customer support ticketing tool. She starts by setting up the integration between imcodes and Claude CLI, then writes a script to automatically update customer info and create a ticket in her CRM. After setting up a few more integrations, her chatbot can now handle basic customer inquiries and even automatically resolve simple issues without requiring human intervention."
- โขWhen your startup uses multiple AI providers and needs a centralized way to manage agent context and execution
- โขWhen you need to audit and supervise AI agent interactions across different providers
- โขWhen your team requires a unified interface to interact with AI agents from various providers
Use the imcodes API to create a new agent context by sending a `POST` request to `http://localhost:8080/contexts` with a JSON body containing the context data, for example: `curl -X POST -H 'Content-Type: application/json' -d '{"context": {"name": "example-context", "data": {"key": "value"}}}' http://localhost:8080/contexts`Skip the builder โ one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package โ nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/imcodes && curl -fsSL https://workflowstacks.com/api/skills/imcodes/claude-skill -o ~/.claude/skills/imcodes/SKILL.mdOpens the app with this repo with the prompt ready to go โ no copy-paste needed.
Imcodes: Unified AI Agent Control is a very large TypeScript project (~325k lines across 1131 code files, plus 973 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, MIT license, has a test suite.
- 1README.mdStart here โ what it does and how to install it
- 2AGENTS.mdThe instructions the AI actually follows
- 3src/index.tsWhere the program starts running
- 4package.jsonDependencies and the commands it exposes
- 5.env.exampleThe API keys and settings you must provide
Skip the builder โ one click puts this in Claude, Cursor, Antigravity and more.
A prompt/skill package โ nothing to install beyond adding it to your AI tool.
mkdir -p ~/.claude/skills/imcodes && curl -fsSL https://workflowstacks.com/api/skills/imcodes/claude-skill -o ~/.claude/skills/imcodes/SKILL.mdOpens the app with this repo with the prompt ready to go โ no copy-paste needed.
Are you the creator of this tool? Claim your listing โ and earn 85% of every sale.
Related skills
More claude-skill tools founders pair with this one.