# My Skill Name

> Brief description of what this skill does. Triggers: keyword1, keyword2.

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

---


# Skill Name

## Overview

A short paragraph explaining what this skill does and when to use it.

## When to Use

- When the user asks about X
- When working with Y
- When setting up Z

## Quick Start

Simple example showing the most common use case:

```bash
# Example command or code
example_command --option value
```

## Patterns

### Pattern 1: Basic Usage

```python
# Simple example
basic_example()
```

### Pattern 2: Advanced Usage

```python
# More complex example
advanced_example(
    option1=True,
    option2="custom"
)
```

## Reference Files

Link to supporting documentation files if needed:
- [example-reference.md](example-reference.md) - Description of what this covers

## Common Issues

| Issue | Solution |
|-------|----------|
| **Problem description** | How to fix it |
| **Another problem** | Another solution |

