# Skill Template

> A template for creating a new skill.

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

---

# Skill Template

## Overview

Brief description of what the prompt does.

## Inputs
- List of what you will provide to the model (documentation, requirements, source code, etc.).

## Steps
1. First Step
2. Second Step
3. Third Step

## Guidelines
- Any additional guidance that can be helpful.

## Output Template (If outputting code.)

```language
// Code template or structure you want the model to follow.
// Include comments to guide the model on what to implement.
```

## Output Format (If outputting a file that is not code.)

```markdown
## Header 1
[What you want to see in the section.]

## Header 2
[What you want to see in the section.]
```

