cyberneticlibrary

Write type-safe Python code

python-proskillsetup L29,726
Jeffallan/claude-skills
What it does

Write Python 3.11+ code with type hints, async, and testing

Best for

When building production Python with strict typing, 80%+ test coverage, and async I/O optimization.

Inputs
  • · Python code requirements, library choices, test scope
Outputs
  • · Type-hinted Python code
  • · pytest tests
  • · async patterns
  • · performance optimization
Requires
  • · pytest
Preconditions
  • · Application running or mock server configured
  • · Valid test framework setup
Failure modes
  • · Flaky tests due to timing
  • · Brittle selectors breaking on CSS changes
  • · Test pollution from shared state
Trust signals
  • · Test passes 10x without flakes
  • · Coverage > 80%
  • · Ran through CI/CD