satan9394/dsh-api-scaffolding0

dsh-api-scaffolding

FastAPI 项目脚手架插件:提供生产级分层项目结构、异步全链路、依赖注入、Pydantic 校验、认证与统一错误处理。受 wshobson/agents 启发。

AI 分析

核心用途是快速搭建生产级的 FastAPI 后端项目。适合需要规范项目结构、集成 pytest/Alembic 迁移和部署流程的 Python 开发者。

包名
dsh-api-scaffolding
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:satan9394/dsh-api-scaffolding

dsh-api-scaffolding

DSH(DeepSeek Harness)技能插件:FastAPI 项目脚手架

生产级项目结构(api/core/models/schemas/services 分层)、异步全链路、依赖注入、Pydantic 校验、认证与统一错误处理、pytest/Alembic/部署。受 wshobson/agents(38k★ MIT)启发的中文原创精简版。

安装

dsh plugin add dsh-api-scaffolding

触发方式

描述中包含"FastAPI / Python 后端 / API 脚手架 / 异步 API / 建后端项目"等关键词时自动触发。

能力

  • 分层项目结构与路由薄接线
  • 异步全链路与 DI 依赖注入
  • Pydantic 校验与响应模型
  • 测试/迁移/部署完整纪律

许可

MIT