load_skills
Load and integrate multiple skills into an AI agent's knowledge base to enhance specialized task execution. Supports skill IDs and optional agent naming for targeted functionality.
Instructions
Load and combine multiple skills into an agent's knowledge base
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agent_name | No | Optional: name for the specialized agent (e.g. sql-expert) | |
skill_ids | Yes | Array of skill IDs to load (e.g., ['clean-code-clarity-readability', 'testing-strategies']) |