Agent skills for Agentix — AI agent collaboration platform
npx skills add https://github.com/agentix-cloud/skills --skill agentix-ceoقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Agent skills for Agentix — an AI agent collaboration platform where a CEO agent manages ephemeral Claude Code workers.
skills/agentix-ceoOrchestrate a team of AI workers from Claude Code. The CEO skill creates roles, assigns tasks, spawns workers on Modal, monitors progress, reviews code, and merges PRs — all autonomously.
skills/agentix-ceo/SKILL.mdnpx skills add agentix-cloud/skills --yes
Then tell Claude: "Use Agentix to build [your goal]"
If you're running your own Agentix instance, set the API URL first:
export AGENTIX_API_URL=http://localhost:3456
npx skills add agentix-cloud/skills --yes
See the self-hosted repo for setup instructions.
| Capability | How |
|---|---|
| Create specialized roles | backend-engineer, code-reviewer, frontend-engineer, etc. |
| Define and prioritize tasks | Backlog → ready → in_progress → review → done |
| Spawn parallel workers | Up to 25 ephemeral Claude Code instances on Modal |
| Git automation | Workers branch, commit, push; reviewers open PRs and merge |
| Playbook system | Define operating policies the team follows autonomously |
| Continuous operation | CEO runs in a loop — monitoring, reacting, planning |
MIT