Assign Agent.Skill banner
ArtemisAI ArtemisAI

Assign Agent.Skill

Development community

Description

--- name: assign-agent description: Orchestrator-only — read swarm state, select the next unassigned feature, route it to the correct cost tier, and write an assignment brief. tier: T1 allowed-tools: - read_file - write_file - git_commit - github --- # Skill: assign-agent ## Purpose Orchestrator-only. Assign a feature or task to an agent at the correct cost tier, update `agents.json`, and write the delegation brief. ## Invocation - Claude Code: `/assign-agent` - All others: `@assign-a

Installation

Installs to ~/.claude/skills/artemisai-harness_engineering-assign-agent.skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/artemisai-harness_engineering-assign-agent.skill && curl -fsSL https://raw.githubusercontent.com/ArtemisAI/Harness_Engineering/HEAD/skills/assign-agent.skill.md -o ~/.claude/skills/artemisai-harness_engineering-assign-agent.skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository