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.md
source content

Stack Skills

Stack-specific patterns, best practices, and implementation guides organized by technology category.

Categories

Backend (175 skills)

Server-side frameworks and patterns.

StackSkillsDescription
nestjs17Progressive Node.js framework
spring20Java enterprise framework
fastapi20Modern Python web framework
django16Python web framework
laravel20PHP web framework
rails19Ruby web framework
go20Go backend patterns
rust20Rust backend patterns
dotnet23.NET Core patterns

Frontend (138 skills)

Client-side frameworks and patterns.

StackSkillsDescription
react25React patterns and hooks
angular32Angular enterprise patterns
vue28Vue.js patterns
nextjs27Next.js SSR/SSG patterns
nuxt26Nuxt.js patterns

Infrastructure (100 skills)

DevOps and infrastructure patterns.

StackSkillsDescription
docker29Container patterns
kubernetes34K8s orchestration
terraform37IaC patterns

Mobile (58 skills)

Mobile development patterns.

StackSkillsDescription
flutter29Flutter/Dart patterns
react-native29React 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