# Your Skill Name

> One-line description of what this skill does. Used in README and IDE rule descriptions.

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

---


# Skill Title

One paragraph summary of what this skill does and when the agent should use it.

---

## When to Use This Skill

- Bullet points describing the scenarios where this skill applies.
- Be specific so the agent knows when to activate it.

---

## Pre-flight Questions (if interactive)

> If this skill requires user input before generating output, list the questions here.
> The agent MUST ask ALL of these before writing any code.

1. Question one?
2. Question two?

---

## Core Concepts

Explain the main concepts, patterns, or guidelines this skill covers.

### Concept 1

Details...

### Concept 2

Details...

---

## Step-by-Step Instructions

Numbered steps the agent should follow.

1. Step one
2. Step two
3. Step three

---

## Reference Files

| File | Description |
|------|-------------|
| [references/example.md](references/example.md) | Describe what this reference covers |

---

## Rules & Constraints

- Rule 1: Something the agent must always do.
- Rule 2: Something the agent must never do.
- Rule 3: A constraint or guardrail.

---

## Official Docs

- [Doc Title](https://link)

