Skills are modular knowledge packages that teach AI how to perform multi-step tasks using tools. Unlike tools (individual actions), skills are recipes that combine tools into coherent workflows.Documentation Index
Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Aspect | Skill | Tool | Prompt |
|---|---|---|---|
| Purpose | Multi-step workflow | Single action | Message template |
| Contains | Instructions + tool refs | Execution logic | Message array |
| Side effects | No (guidance only) | Yes | No |
| Discovery | searchSkills / loadSkill | tools/list | prompts/list |
Skills Guide
Full skills guide with search, parameters, and examples
@Skill Reference
Complete decorator API reference