Awesome-omni-skill stacks
Stack-specific skills organized by technology category (backend, frontend, infrastructure, mobile)
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/stacks" ~/.claude/skills/diegosouzapw-awesome-omni-skill-stacks-b5075c && rm -rf "$T"
manifest:
skills/development/stacks/SKILL.mdsource content
Stack Skills
Stack-specific patterns, best practices, and implementation guides organized by technology category.
Categories
Backend (175 skills)
Server-side frameworks and patterns.
| Stack | Skills | Description |
|---|---|---|
| nestjs | 17 | Progressive Node.js framework |
| spring | 20 | Java enterprise framework |
| fastapi | 20 | Modern Python web framework |
| django | 16 | Python web framework |
| laravel | 20 | PHP web framework |
| rails | 19 | Ruby web framework |
| go | 20 | Go backend patterns |
| rust | 20 | Rust backend patterns |
| dotnet | 23 | .NET Core patterns |
Frontend (138 skills)
Client-side frameworks and patterns.
| Stack | Skills | Description |
|---|---|---|
| react | 25 | React patterns and hooks |
| angular | 32 | Angular enterprise patterns |
| vue | 28 | Vue.js patterns |
| nextjs | 27 | Next.js SSR/SSG patterns |
| nuxt | 26 | Nuxt.js patterns |
Infrastructure (100 skills)
DevOps and infrastructure patterns.
| Stack | Skills | Description |
|---|---|---|
| docker | 29 | Container patterns |
| kubernetes | 34 | K8s orchestration |
| terraform | 37 | IaC patterns |
Mobile (58 skills)
Mobile development patterns.
| Stack | Skills | Description |
|---|---|---|
| flutter | 29 | Flutter/Dart patterns |
| react-native | 29 | React Native patterns |
Auto-Detection
Stacks are auto-detected based on:
- Files: Configuration files (e.g.,
,nest-cli.json
)package.json - Packages: Dependencies in manifest files
- Patterns: Code patterns in source files
See _index.yaml for detection rules.
Usage
Skills are automatically loaded when a stack is detected in the project.
Manual loading:
/f5-load --stack nestjs
Check detected stacks:
/f5-status stacks