---
name: bilal140202/skill-name
source: https://app.decimal.ai/s/bilal140202-skill-name@1/SKILL.md
source_sha256: b26ae20f6c7f
---

# 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)