Skills Toolset¶
Load and execute skills - reusable prompt-based capabilities.
Basic Usage¶
Available Tools¶
Skills Tools
load_skill
Load a Claude Code Skill and return its instructions.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
skill_name |
string | ✓ | Name of the skill to load |
Hints: read-only, idempotent
Category: read
list_skills
List all available skills.
Hints: read-only, idempotent
Category: read
Configuration Reference¶
Skills Toolset¶
Configuration for skills toolset.
Provides tools to discover and load Claude Code Skills from the pool's skills registry. Skills are discovered from configured directories (e.g., ~/.claude/skills/, .claude/skills/).