@greatsumini/agentinc
v0.2.0
Published
Run Claude Code like a company — organize AI agents by role, run them with one command
Maintainers
Readme
The Problem
Claude Code supports subagents, skills, hooks, MCP, and settings. But there's no way to bundle them per role.
A frontend developer needs a different setup than a backend developer. If you're manually combining CLI flags or copying configs every time — that's what agentinc solves.
The Solution
Agent = Role bundle. System prompt + subagents + skills + hooks + MCP — all in one unit.
agentinc run backend-dev "Optimize the slow query"
# → runs with db-expert subagent, deploy skill, backend-dev prompt.agentinc/ is committed to git. Your entire team shares the same agent setup.
Features
- Role-based execution:
agentinc run <agent>— one command switches everything - Daemon mode: Ticket-based async task processing with agent workers
- GitHub Webhook: PR comment → auto ticket → agent handles it
- Team sharing: Commit
.agentinc/and sync the whole team
Quick Start
npm install -g @greatsumini/agentinc
agentinc init
agentinc run developer "Fix the login bug"Requires Claude Code CLI installed and authenticated.
Documentation
| Guide | Description | |---|---| | Getting Started | Install, init, first agent run | | CLI Reference | All commands and options | | Daemon Mode | Ticket server, agent workers | | GitHub Webhook | PR automation setup | | Configuration | config.json, agent.json schema |
License
MIT
