Example SKILL.md showing the format the router expects
Scanned 6/12/2026
Install via CLI
openskills install paulpas/agent-skill-router---
name: example-skill
description: Example SKILL.md showing the format the router expects
license: MIT
compatibility: opencode
metadata:
version: "1.0.0"
domain: agent
role: implementation
scope: implementation
output-format: code
triggers: example, sample, demo, template
---
# Example Skill
This is a sample SKILL.md demonstrating the format loaded by the skill router.
## When to Use
Use this skill when you need a template for creating new skills.
## Core Workflow
1. Copy this file to a new directory
2. Update the frontmatter fields
3. Write your skill content in markdown
## References
See `SKILL_FORMAT_SPEC.md` in the root of the skills repository for full documentation.
No comments yet. Be the first to comment!