# Skill Name

> Brief description of what this skill does (max 80 chars)

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

---


# Skill Name

## When to Use

Describe the situations when this skill should be activated:

- Scenario 1: When the user asks about X
- Scenario 2: When working with Y technology
- Scenario 3: When implementing Z pattern

## Instructions

### Step 1: Title

Detailed instructions for the AI agent.

```typescript
// Example code
const example = "code";
```

### Step 2: Title

More instructions.

## Examples

### Example 1: Basic Usage

```typescript
// Basic example
```

### Example 2: Advanced Usage

```typescript
// Advanced example
```

## Best Practices

- Practice 1
- Practice 2
- Practice 3

## Common Mistakes

- Mistake 1: Description and how to avoid
- Mistake 2: Description and how to avoid

## Resources

- [Official Documentation](https://example.com)
- [Related Skill](../related-skill/SKILL.md)

