# Template Skill

> 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.

- Skill: `vignesh2027/template-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vignesh2027/template-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vignesh2027/template-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- License: MIT
- Author: vignesh2027 (https://skillmd.com/u/vignesh2027)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vignesh2027/template-skill

---


# [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.]

