# Rule Name

> Full guide: use `/skill-name` skill

## The Rule

State the rule clearly in 1-2 sentences.

### WRONG

```kotlin
// bad code example
```

### CORRECT

```kotlin
// good code example
```

## Section 2 (if needed)

### WRONG

```kotlin
// bad code
```

### CORRECT

```kotlin
// good code
```

## Quick Reference

| Situation | Do This | Not This |
|-----------|---------|----------|
| Case 1 | Good | Bad |
| Case 2 | Good | Bad |
