# Skill Name

> [What this skill does]. Use when [trigger scenarios].

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

---


# [Skill Name]

Brief description of what problem this skill solves.

## When to Use

- Scenario 1
- Scenario 2
- Scenario 3

## Quick Start

```bash
# Minimal example to get started
example command here
```

## Core Concept

Explain the main idea in 2-3 sentences.

## Procedure

1. **Step 1**: Description
2. **Step 2**: Description
3. **Step 3**: Description

## Examples

### Example 1: [Title]

```text
Before:
[code or command]

After:
[result]
```

### Example 2: [Title]

```text
[example code]
```

## Common Mistakes

| Mistake | Why It Happens | Correct Approach |
|---------|----------------|------------------|
| ... | ... | ... |

## Related Skills

- [link to related skill 1]
- [link to related skill 2]

---

<!-- Evolution metadata -->
<!-- 
Validation History:
- YYYY-MM-DD: Initial creation from pattern [id]
- YYYY-MM-DD: Validated by [author] in [project]
-->

