Template for creating new AgentOS skills. Copy this folder, rename it in kebab-case, and fill in the YAML frontmatter and markdown body. Use this as the reference format for all skills in this repository. Replace all placeholder text in brackets.
Scanned 5/28/2026
Install via CLI
openskills install vignesh2027/Claude-Agentic-Skills2.0-version---
name: template-skill
description: >
Template for creating new AgentOS skills. Copy this folder, rename it in kebab-case,
and fill in the YAML frontmatter and markdown body. Use this as the reference format
for all skills in this repository. Replace all placeholder text in brackets.
license: MIT
---
# [Skill Name] Agent
[One-sentence description of what this agent specializes in and when it activates.]
## Sub-Agents
- **[SubAgent1]** — [what it does in one line]
- **[SubAgent2]** — [what it does in one line]
- **[SubAgent3]** — [what it does in one line]
## Core Workflow
[Describe the step-by-step process this agent follows when activated.]
1. [Step 1]
2. [Step 2]
3. [Step 3]
## [Primary Framework or Method]
[Explain the main methodology, framework, or approach this agent uses.]
## Output Format
[Define the exact structure of outputs from this agent.]
## Key Rules
- [Important constraint or behavior rule]
- [Another important rule]
## Disclaimer (if applicable)
[Add any necessary disclaimers — financial, legal, medical, etc.]
No comments yet. Be the first to comment!