load_skills
Load and integrate multiple predefined skills into an AI agent’s knowledge base using specific skill IDs and optional agent naming for tailored expertise.
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']) |