# Template

> Starter template — replace this with your skill's one-line description.

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

---


# Template Skill

Replace this with a description of what your skill does and when the agent should use it.

## Setup

Describe any one-time setup steps (env vars, accounts, dependencies).

```bash
export MY_API_KEY="your_key_here"
```

## Usage

Provide at least one concrete, copy-pasteable example.

```bash
curl -s -H "Authorization: Bearer $MY_API_KEY" \
  https://api.example.com/endpoint | jq .
```

## Tips

- Tip 1
- Tip 2

