# Skill Examples **Purpose**: Example skill implementations for OpenAgents Control --- ## Structure ``` skills/ ├── navigation.md (this file) └── multi-file-skill.md ``` --- ## Quick Routes | Task | Path | |------|------| | **Multi-file skill** | `multi-file-skill.md` | | **Skill concepts** | `../../concepts/skills.md` | | **Skill guides** | `../../guides/navigation.md` | --- ## By Type **Skills** → Working skill implementations --- ## Related Context - **Examples** → `../navigation.md` - **Concepts** → `../../concepts/navigation.md` - **Guides** → `../../guides/navigation.md`