python-project-developer
Installation
SKILL.md
Safety Rules
参见 _shared/core/safety-rules.md — 所有安全规则从共享层加载,避免跨技能重复维护。
Quick Commands
| Command | Description |
|---|---|
/python-project init <name> |
Initialize new Python project |
/python-project structure |
Generate project structure |
/python-project api |
Implement ToolResult API pattern |
/python-project cli |
Add CLI with unified flags |
/python-project test |
Generate test suite |
/python-project publish |
Setup PyPI publishing |
Python Multi-Project Development Specification
Complete development workflow for Python CLI/GUI tools with PyPI publishing, unified APIs, and OpenAI function-calling integration.