mirror of
https://github.com/duthaho/claudekit.git
synced 2026-08-01 01:07:45 +03:00
Add comprehensive skills and documentation for various technologies
This commit is contained in:
@@ -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]
|
||||
```
|
||||
Reference in New Issue
Block a user