hire

Solid

Add an agent to a workspace from the agent library. Proposes agent configuration including name, role, capabilities, adapter, and budget. Requires board approval via /approve before onboarding. Completes with identity setup and coordination prompt. Triggers on: "hire", "add agent", "onboard agent", "recruit"

AI & Automation 204 stars 54 forks Updated 1 months ago

Install

View on GitHub

Quality Score: 73/100

Stars 20%
77
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# /hire > Add an agent to the workspace from the library — with approval. ## Purpose Bring a new agent into the workspace by selecting from the agent library, customizing its configuration, getting human approval, and onboarding it with identity and coordination protocols. This is the formal process for adding compute capacity — every hire goes through `/approve` to prevent uncontrolled agent sprawl and budget creep. ## Usage ```bash # Hire from library /hire researcher # Hire with customization /hire researcher --name "patent-analyst" --budget 80000 --adapter claude-opus # Browse available agents /hire --list # Hire with justification (for approval) /hire writer --reason "Need pitch deck content for board meeting Friday" # Hire multiple agents /hire researcher analyst --parallel # Preview what would be hired (no approval sent) /hire researcher --dry-run ``` ## Arguments | Flag | Type | Default | Description | |------|------|---------|-------------| | `<agent>` | positional | required | Agent type from library (or `--list` to browse) | | `--name` | string | from library | Custom name for this instance | | `--role` | string | from library | Custom role description | | `--budget` | int | from library | Token budget allocation | | `--adapter` | enum | from library | `claude-opus`, `claude-sonnet`, `claude-haiku`, `codex`, `gemini`, `ollama` | | `--scope` | string | from library | Workspace access scope | | `--reason` | string | — | Justification for hiring (included ...

Details

Author
Miosa-osa
Repository
Miosa-osa/canopy
Created
2 months ago
Last Updated
1 months ago
Language
Svelte
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category