Agent Skills¶
Runtime for composable AI agent skills — deterministic execution of capability-based workflows.
Quick navigation¶
- New here? Start with Installation and the 10-Minute Onboarding
- Build a skill: Tutorial: First Skill → Skill Authoring Guide
- Integrate: Environment Variables · MCP Integration · OpenAPI Construction
- Troubleshoot: Troubleshooting · Error Taxonomy
- Architecture: Runner Guide · Scheduler · CognitiveState
What is this?¶
Agent Skills is a deterministic execution engine for AI agent capabilities. It lets you:
- Define atomic capabilities (summarize, classify, extract, translate…)
- Compose them into multi-step skills (workflows)
- Execute skills via CLI, embedded SDK, MCP, HTTP REST, or LLM tool integrations
- Observe every step via structured traces, webhooks, and metrics
See the README for the full overview.