ck_skill_load
Loads a named AgentSkill's full instructions, returning the SKILL.md content and bundled resource files. Run after ck_skill_list to activate a specific skill for the current task.
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. | |
| target | No | Optional render target such as codex, claude, copilot, or cursor. | |
| task_id | No | ||
| session_id | No | Unique session identifier for correlating findings, proofs, budget, and audit trail. | |
| project_root | No | Absolute path to the project root. Omit to search global skills only. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| scope | No | ||
| source | No | ||
| target | No | ||
| content | No | ||
| resources | No | ||
| activation | No | ||
| description | No | ||
| diagnostics | No | ||
| allowed_tools | No | ||
| compatibility | No | ||
| result_schema | No | ||
| target_family | No | ||
| agent_metadata | No | ||
| required_mcp_tools | No | ||
| compatibility_targets | No |