Add comprehensive skills and documentation for various technologies

This commit is contained in:
duthaho
2025-11-29 18:07:28 +07:00
commit ef96f165ef
60 changed files with 10538 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
# /research - Research Command
## Purpose
Research a technology, library, or approach with comprehensive analysis.
## Usage
```
/research [topic or technology]
```
---
Research: **$ARGUMENTS**
## Workflow
1. **Gather Information**
- Official documentation
- Community resources
- Comparisons
2. **Analyze**
- Pros and cons
- Best practices
- Alternatives
3. **Recommend**
- Summary
- Recommendation
- Next steps
## Output
```markdown
## Research: [Topic]
### Summary
[Overview]
### Pros
- [Pro 1]
- [Pro 2]
### Cons
- [Con 1]
### Alternatives
[Comparison table]
### Recommendation
[Clear recommendation]
```