基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Fujigo-Software/f5-framework-claude --skill stacks命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | stacks |
| description | Stack-specific skills organized by technology category (backend, frontend, infrastructure, mobile) |
| category | stacks |
| allowed-tools | Read, Glob, Grep |
| user-invocable | true |
| context | inject |
Stack-specific patterns, best practices, and implementation guides organized by technology category.
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 |
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 |
DevOps and infrastructure patterns.
| Stack | Skills | Description |
|---|---|---|
| docker | 29 | Container patterns |
| kubernetes | 34 | K8s orchestration |
| terraform | 37 | IaC patterns |
Mobile development patterns.
| Stack | Skills | Description |
|---|---|---|
| flutter | 29 | Flutter/Dart patterns |
| react-native | 29 | React Native patterns |
Stacks are auto-detected based on:
nest-cli.json, package.json)See _index.yaml for detection rules.
Skills are automatically loaded when a stack is detected in the project.
Manual loading:
/f5-load --stack nestjs
Check detected stacks:
/f5-status stacks