fastapi-best-practices
✓FastAPI 用于构建可扩展、高性能 Web API 的生产级最佳实践和指南。涵盖项目结构、异步并发、Pydantic 验证、依赖项注入和数据库模式。
SKILL.md
Comprehensive production-grade best practices for FastAPI applications. Contains rules across 7 categories to guide automated refactoring and code generation.
| 1 | Async & Concurrency | CRITICAL | async- | | 2 | Project Structure | HIGH | structure- | | 3 | Pydantic Patterns | HIGH | pydantic- | | 4 | Dependency Injection | MEDIUM-HIGH | dependency- | | 5 | Database & Storage | MEDIUM | db- | | 6 | REST & API Design | MEDIUM | api- | | 7 | Testing & Tooling | LOW-MEDIUM | tooling- |
| 8 | Code Maintenance | LOW | maintenance- | | 9 | Performance Optimization | MEDIUM | performance- | | 10 | TDD Strategy | HIGH | tdd- |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/ahmed6ww/ax-agents --skill fastapi-best-practices- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 fastapi-best-practices?
FastAPI 用于构建可扩展、高性能 Web API 的生产级最佳实践和指南。涵盖项目结构、异步并发、Pydantic 验证、依赖项注入和数据库模式。 来源:ahmed6ww/ax-agents。
如何安装 fastapi-best-practices?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/ahmed6ww/ax-agents --skill fastapi-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/ahmed6ww/ax-agents