ck_skill_load
Load a named AgentSkill's instructions and bundled resources for activation after listing available skills.
Instructions
Load the full instructions for a named AgentSkill. Returns the SKILL.md body wrapped in tags plus a list of bundled resource files. Call after ck_skill_list to activate a specific skill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The skill name as returned by ck_skill_list. In MCP stdio mode, call ck_skill_list first; the enum is omitted so this handshake stays fast. | |
| project_root | No | Absolute path to the project root. Omit to search global skills only. | |
| session_id | No | Unique session identifier for correlating findings, proofs, budget, and audit trail. | |
| target | No | Optional render target such as codex, claude, copilot, or cursor. | |
| task_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | ||
| name | No | ||
| resources | No |