Files
alla-allaos-fullstack/.agents/skills/vercel-composition-patterns/rules/_template.md
phaichayon 7a390cf0df init
2026-06-11 12:46:57 +07:00

25 lines
329 B
Markdown

---
title: Rule Title Here
impact: MEDIUM
impactDescription: brief description of impact
tags: composition, components
---
## Rule Title Here
Brief explanation of the rule and why it matters.
**Incorrect:**
```tsx
// Bad code example
```
**Correct:**
```tsx
// Good code example
```
Reference: [Link](https://example.com)