Skills and Playbooks
Platform-managed skills that can be assigned to agents and invoked from the UI via the Playbooks tab or chat autocomplete.
Concepts
SKILL.md) stored in the platform's skills library. Skills contain instructions, tools, and procedures that agents can execute./ in the Chat tab input to see a dropdown of available playbooks with ghost text showing command syntax and argument hints.Admin — Managing Skills
Go to Settings or the Skills admin page.
Sync the skills library from GitHub.
Create, edit, or delete skills (full CRUD).
View skill details and usage.
Owner — Assigning Skills
Open the agent detail page.
Go to the skills/playbooks section.
Assign skills from the library to this agent.
Skills are injected on the next agent start.
User — Running Playbooks
Open agent detail, click the Playbooks tab.
See the list of assigned skills with descriptions.
Click Run on a playbook — this sends the skill as a task to the agent.
Or: in the Chat tab, type / to autocomplete a playbook command.
Skill Injection on Agent Start
When an agent starts, all assigned skills are written to the agent's .claude/commands/ directory. The agent can then use them as slash commands during execution.
MCP Tools
| Tool | Description |
|---|---|
| list_skills() | List all platform skills |
| get_skill(id) | Get skill details |
| get_skills_library_status() | Library sync status |
| assign_skill_to_agent(skill_id, agent_name) | Assign a skill to an agent |
| set_agent_skills(agent_name, skill_ids) | Set all skills for an agent |
| sync_agent_skills(agent_name) | Re-inject skills into a running agent |
| get_agent_skills(agent_name) | List skills assigned to an agent |