# Template

> Skill name here

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

---


# Skill name here

> Replace this template. Keep `SKILL.md` under ~500 lines / 5k tokens. Push long
> detail into `references/`, deterministic steps into `scripts/`, and templates
> into `assets/`. Claude reads those only when needed (progressive disclosure).

## What this does

Two or three sentences on the capability and the outcome it produces.

## When to use it

- Trigger condition 1
- Trigger condition 2

The `description` frontmatter is what Claude actually reads to decide whether to
load this skill — make it specific and include the triggering situation. Write it
in the third person ("Generates…", "Audits…"), never first person.

## How to use it

1. Step one — be concrete and ordered.
2. Step two — reference a bundled file when detail is needed, e.g. see
   [`references/REFERENCE.md`](references/REFERENCE.md).
3. Step three — prefer a bundled script for anything deterministic:
   `python scripts/example.py <args>`.

## Inputs

What the user/agent must provide.

## Output

What the skill produces, and where it goes.

## Notes & constraints

Edge cases, things to avoid, required tools. Use forward-slash paths. Fully
qualify any MCP tools as `Server:tool`. Don't assume packages are installed.

