35 lines
531 B
Markdown
35 lines
531 B
Markdown
---
|
|
name: _template
|
|
description: Template for creating new Agentic OS skills
|
|
version: 1.0.0
|
|
author: Agentic OS
|
|
tags: [template, meta]
|
|
---
|
|
|
|
# {Skill Name}
|
|
|
|
## Description
|
|
Brief description of what this skill does.
|
|
|
|
## When to Use
|
|
- Trigger condition 1
|
|
- Trigger condition 2
|
|
|
|
## Input
|
|
- What this skill expects as input
|
|
|
|
## Process
|
|
1. Step one
|
|
2. Step two
|
|
3. Step three
|
|
|
|
## Output
|
|
- What this skill produces
|
|
|
|
## Agent Assignment
|
|
- Primary: opencode / hermes / gemini
|
|
- Fallback: {fallback agent}
|
|
|
|
## Dependencies
|
|
- Any prerequisites
|