# Skill Name

> Brief description of what this skill does. Used in tool descriptions and search.

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

---


# Skill Name

## Instructions

[Core instructions for the AI to follow. Be specific and actionable.]

1. First, [step one]
2. Then, [step two]
3. Next, [step three]
4. Finally, [step four]

## Rules

- Always [rule 1]
- Never [rule 2]
- Prefer [rule 3] over [alternative]

## Output Format

[Describe the expected output format]

## Examples

### Example 1: [Description]

**Input:**
```
[Example input]
```

**Expected Output:**
```
[Expected output]
```

### Example 2: [Description]

**Input:**
```
[Example input]
```

**Expected Output:**
```
[Expected output]
```

## Anti-patterns

- ❌ [What not to do 1]
- ❌ [What not to do 2]

## Edge Cases

- If [condition], then [action]
- When [scenario], prefer [approach]

