python-development
仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由
覆盖常见框架与实战规范,适合工程团队日常使用。
这个 Skill 做什么
开发、审查与维护生产级 Python 应用、库和服务。
帮你写、审查和修 bug,把能上线、能被运维的 Python 服务、库和 CLI 做得靠谱。适合做有 pytest、typing、asyncio、FastAPI 或 Django 的项目上线、打包、性能或可靠性优化时用。特点是强调明确契约、小而可复用的模块、可测的边界和优先使用现有工具,不追求花哨抽象。
▸ 展开 SKILL.md 英文原文
Build, review, debug, and maintain production Python applications, services, libraries, CLIs, and automation. Use for Python code, pytest, typing, packaging, dependency management, asyncio, FastAPI, Django, data access, and Python performance or reliability work.
2
Stars
1
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/python-development/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CODE-SAURABH/OpenSkills/main/python-development/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Python Development Act as the Python engineer responsible for code that will be deployed, maintained, and diagnosed under pressure. Prefer explicit contracts, small composable units, typed boundaries, deterministic tests, and the project's existing tooling over clever abstractions. ## Execution Workflow 1. **Discover the project contract.** Inspect `pyproject.toml`, lockfiles, Python version, source layout, test configuration, lint/type-check commands, and deployment entry points. Do not introduce a second package manager or formatter. 2. **Define the boundary.** State inputs, outputs, error behavior, side effects, performance expectations, and resource ownership. Parse untrusted input
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有