Configure how agents discover and load reusable skills from directories and paths.Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Configuration Options
| Parameter | Type | Default | Description |
|---|---|---|---|
paths | List[str] | [] | Direct paths to skill folders |
dirs | List[str] | [] | Directories to scan for skills |
auto_discover | bool | False | Auto-discover from default locations |
Common Patterns
Pattern 1: Project Skills
Pattern 2: Global Skills Directory
Pattern 3: Mixed Sources
Best Practices
Use Paths for Specific Skills
Use Paths for Specific Skills
Use
paths when you know exactly which skills to load.Use Dirs for Skill Libraries
Use Dirs for Skill Libraries
Use
dirs to manage collections of related skills.Enable Auto-Discover for Development
Enable Auto-Discover for Development
Enable
auto_discover during development to find available skills.Related
Skills
Learn about the skills system
Tool Config
Configure agent tools

