Skip to main content
Configure how agents discover and load reusable skills from directories and paths.

Quick Start

1

Simple List

Pass skill paths directly:
2

With Configuration

Configure skill discovery:

Configuration Options

ParameterTypeDefaultDescription
pathsList[str][]Direct paths to skill folders
dirsList[str][]Directories to scan for skills
auto_discoverboolFalseAuto-discover from default locations

Common Patterns

Pattern 1: Project Skills

Pattern 2: Global Skills Directory

Pattern 3: Mixed Sources


Best Practices

Use paths when you know exactly which skills to load.
Use dirs to manage collections of related skills.
Enable auto_discover during development to find available skills.

Skills

Learn about the skills system

Tool Config

Configure agent tools