python-backend

仓库创建 2026年6月27日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

生成异步微服务模板并集成 Kafka

这个 Skill 做什么

生成基于 aiohttp 的 Python 微服务代码,含 Clean Architecture 与事件流。

快速生成基于 aiohttp 的 Python 微服务骨架代码,包含 Clean Architecture 分层、异步 SQLAlchemy、Kafka 事件流、依赖注入和 marshmallow schema。适合搭新服务、建模型/仓库/视图或写事件处理器时用。优势是把常见最佳实践和框架配置都模板化,能直接落地运行。

▸ 展开 SKILL.md 英文原文

Generate Python aiohttp microservice backend code with Clean Architecture, SQLAlchemy, Kafka event streaming, dependency injection, and marshmallow schemas. Use when creating services, models, repositories, views, or event handlers.

开发编程Pythonaiohttp微服务通用
0
Stars
0
Forks
7
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AdiPP/skills/main/skills/python-backend/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AdiPP/skills/main/skills/python-backend/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Python Backend Skill

Generic skill for generating aiohttp-based microservice backend code aligned with Clean Architecture, using SQLAlchemy 2.0 async, Kafka event streaming, and `dependency-injector` for IoC.

## Placeholder Convention

When applying this skill, replace:

| Placeholder | Format | Example |
|-------------|--------|---------|
| `{ProjectName}` | PascalCase — used in application/doc title | `Blog`, `Shop`, `CMS` |
| `{project-name}` | kebab-case — used in Kafka group, Docker names | `blog-api`, `shop-api` |
| `{Domain}` | PascalCase — bounded context name | `Employer`, `OpenAccount`, `Withdrawal` |
| `{Entity}` | PascalCase — entity / aggregate name | `Employer`, `Platform`,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有