ia-python-services
CommunityBuild disciplined Python services with confidence
Authoriliaal
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It helps you produce reliable, production-grade Python CLI tools and backend services by enforcing consistent engineering discipline for async concurrency, resilience, testing, and maintainable architecture.
Core Features & Use Cases
- Modern Python tooling workflow: Use uv for dependency management, ruff for lint/format, ty for type checking, and pytest for test rigor with a coverage target.
- Correct async/concurrency decisions: Choose between sync, asyncio patterns, and multiprocessing based on whether work is I/O-bound or CPU-bound, with guidance for structured concurrency and cancellation.
- Operational readiness for services: Apply resilience patterns (timeouts, retries, idempotency), health/ready endpoints, structured observability (structlog, metrics, tracing), and clean error/envelope design.
- Practical backend and API design: Contract-first Pydantic/FastAPI schemas, consistent error structures, DI-friendly project structure, and safe evolution practices.
Quick Start
Ask the agent to "design and implement a FastAPI service endpoint with contract-first Pydantic schemas, proper readiness/health checks, async concurrency where appropriate, and a complete pytest + ruff + ty validation workflow."
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ia-python-services Download link: https://github.com/iliaal/whetstone/archive/main.zip#ia-python-services Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.