ck_skill_list
List all available AgentSkills for a project to discover capabilities for activation. Returns names, descriptions, and scopes.
Instructions
List all available AgentSkills for this project. Returns names, descriptions, and scopes. Call this to discover capabilities you can activate, then use ck_skill_load to load a skill's full instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Response format. Use xml to receive an <available_skills> block for system prompt injection. | |
| include_duplicate_copies | No | If true, surface diagnostics for identical duplicate skill copies that MCP hosts may load (token overhead). Defaults to false. | |
| project_root | No | Absolute path to the project root. Omit to use global skills only. | |
| target | No | Optional compatibility target filter, such as codex or claude-plugin. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skills | No | ||
| total | No |