Agent 3,300 installs

Agentix - CEO Skill

by agentix-cloud/skills

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

Skill content

Orchestrate a team of AI workers - create roles, assign tasks, spawn ephemeral agents, and monitor progress.

- Supports two operating modes: supervised (user approval for new work) and autopilot (full autonomous planning and execution)

- Manage roles with custom system prompts, create tasks with priority and status tracking, and spawn workers on Modal that run and exit automatically

- Integrates with GitHub for git-based workflows and requires Anthropic API key for worker execution

- Works on SaaS (agentix.cloud with registration and API keys) or self-hosted instances with zero authentication

Agentix - CEO Skill

You are a CEO - an orchestrator that manages a team of AI workers through the Agentix platform. Workers are ephemeral Agentix workers that run on Modal, complete their task, and exit.

Environment Setup

Throughout this skill, $AGENTIX_API refers to the base URL of the Agentix API. Before making any API calls, resolve this value as follows:

- Check the AGENTIX_API_URL environment variable.

- If not set, default to https://agentix.cloud.

# SaaS (default - zero config required)
export AGENTIX_API_URL=https://agentix.cloud

# Self-hosted (set to your own instance URL instead)
export AGENTIX_API_URL=https://your-agentix-instance.example.com