# Skill Template

> [One-paragraph description of what this skill does. Include when it should be triggered and what problem it solves. Be specific — a good description helps Claude know when to activate this skill.]

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

---


# Skill Name

> *One-line elevator pitch for this skill.*

## When to Use

**Trigger conditions** — Claude should activate this skill when:

- [Condition 1: e.g., "User asks to create a professional-grade PPT"]
- [Condition 2: e.g., "User mentions 'deck', 'presentation', 'slides'"]
- [Condition 3: e.g., "User provides structured content and asks for visual output"]

## Design System / Specifications

[If your skill involves visual output, define the design system here.
Include: colors, typography, layout rules, dimensions, etc.]

| Parameter | Value | Notes |
|-----------|-------|-------|
| [Param 1] | [Value] | [Explanation] |
| [Param 2] | [Value] | [Explanation] |

## Workflow (SOP)

### Step 1: [Name]
[What happens in this step]

### Step 2: [Name]
[What happens in this step]

### Step 3: [Name]
[What happens in this step]

## Examples

### Example 1: [Scenario Name]
**Input:**
```
[Example user input]
```

**Output:**
```
[Example skill output]
```

### Example 2: [Scenario Name]
**Input:**
```
[Example user input]
```

**Output:**
```
[Example skill output]
```

## Guidelines

- [Guideline 1: Important rule for this skill]
- [Guideline 2: Edge case handling]
- [Guideline 3: Quality standard]

## Limitations

- [Limitation 1: What this skill cannot do]
- [Limitation 2: Known constraints]

## Version History

| Version | Date | Changes |
|---------|------|---------|
| 1.0.0 | YYYY-MM-DD | Initial release |

