Added AI skills

This commit is contained in:
Jose Selesan
2026-09-04 16:49:24 -03:00
parent 778f3fdcad
commit dfa7f73ebb
368 changed files with 51560 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
---
title: Rule Title Here
impact: CRITICAL|HIGH|MEDIUM-HIGH|MEDIUM|LOW-MEDIUM|LOW
impactDescription: Quantified impact (e.g., "2-10× improvement", "prevents runtime crashes")
tags: section-prefix, technique, tool, related-concepts
---
## Rule Title Here
1-3 sentences explaining WHY this matters. Focus on validation implications and cascade effects.
**Incorrect (what's wrong):**
```typescript
// Bad code example - production-realistic, not strawman
// Comments explaining the cost
```
**Correct (what's right):**
```typescript
// Good code example - minimal diff from incorrect
// Comments explaining the benefit
```
**When NOT to use this pattern:**
- Exception 1
- Exception 2
Reference: [Reference Title](URL)