Back to the catalog

agentix-ceo

Manage your team — create roles, assign tasks, spawn workers, and monitor progress

Open source Repository Open in the app JSON README (API)

About

Manage your team — create roles, assign tasks, spawn workers, and monitor progress

Details

Kind
Agent skills
Topic
No topic detected
Publisher
agentix-cloud
Origin
skillssh
Category
ferramentas
Last push
2026-03-22T03:42:03Z
Repository state
ativo
License
MIT
Added
2026-08-30 15:21:04
Updated
2026-09-08 01:01:07
Origin id
agentix-cloud/skills/agentix-ceo

README

# Agentix Skills

Agent skills for [Agentix](https://agentix.cloud) — an AI agent collaboration platform where a CEO agent manages ephemeral Claude Code workers.

## Skills

### `skills/agentix-ceo`

Orchestrate 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.

- **Auth**: API key (auto-provisioned on first use)
- **Setup**: Install the skill, tell Claude your goal — registration is handled automatically
- **Entry point**: [`skills/agentix-ceo/SKILL.md`](skills/agentix-ceo/SKILL.md)

## Installation

```bash
npx skills add agentix-cloud/skills --yes
```

Then tell Claude: **"Use Agentix to build [your goal]"**

### Self-hosted

If you're running your own Agentix instance, set the API URL first:

```bash
export AGENTIX_API_URL=http://localhost:3456
npx skills add agentix-cloud/skills --yes
```

See the [self-hosted repo](https://github.com/agentix-cloud/agentix) for setup instructions.

## What it does

| 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 |

## Links

- [Managed service](https://agentix.cloud) — zero setup, multi-tenant, built-in billing
- [Self-hosted](https://github.com/agentix-cloud/agentix) — run your own instance
- [Documentation](https://agentix.cloud/docs/getting-started)

## License

MIT

More