python-backend
jiatastic/open-python-skills · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por jiatastic/open-python-skills no skills.sh. Instale com: npx skills add jiatastic/open-python-skills@python-backend
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- jiatastic
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 9
- Forks
- 1
- Last push
- 2026-01-25T00:18:48Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-08-30 15:22:09
- Updated
- 2026-09-08 15:04:37
- Origin id
jiatastic/open-python-skills/python-backend
README
# Open Python Skills A collection of AI-ready skill bundles for Python development. ## Available Skills | Skill | Description | |-------|-------------| | `python-backend` | FastAPI + SQLAlchemy + Redis + security patterns | | `commit-message` | Analyze git changes, generate Conventional Commits | | `excalidraw-ai` | Generate Excalidraw diagrams from text | | `ty-skills` | Complete guide for Astral's ty type checker | | `unit-testing` | Practical pytest patterns, fixtures, and mocks | | `docker-builder` | Production Dockerfiles and compose patterns | | `web-scraping` | Requests/BeautifulSoup/Playwright scraping patterns | | `api-testing` | OpenAPI-driven testing with schemathesis | | `linting` | Ruff linting rules and workflows | | `formatting` | Black/Ruff-format conventions | | `observability` | OpenTelemetry + Logfire for APIs | | `error-handling` | API error schemas and handling patterns | | `marimo-notebook` | Reproducible marimo notebooks | | `pydantic` | Pydantic models and validation | ## Structure Each skill lives in `open_python_skills/<skill>/` with: - `SKILL.md` - Main skill description and usage - `references/` - Markdown reference docs - `data/` - JSON data files (if applicable) - `scripts/` - Helper scripts (if applicable) - `assets/` - Excalidraw libraries or other assets (if applicable) ## License MIT