agentsclimarketplace

Python

Skill ahgraber/skills/skills/python

Agent skills

Install
npx -y skills add ahgraber/skills --skill python

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Python skill router. Use when planning, implementing, or reviewing Python changes and you need to select focused skills for workflow, design, typing/contracts, reliability, testing, data/state, concurrency, integrations, runtime operations, or notebook async behavior.

SKILL.md

2.3 KB, as published. Nobody here has run it

Python Skill Router

Scope Note

  • Treat these recommendations as preferred defaults for common cases, not universal rules.
  • If a default conflicts with project constraints or worsens the outcome, suggest a better-fit alternative and explain why it is better for this case.
  • When deviating, call out tradeoffs and compensating controls (tests, observability, migration, rollback).

Invocation Notice

  • Inform the user when this skill is being invoked by name: python.

Overview

Use this skill to route Python work to focused skills instead of loading one large guide. Select the smallest set of skills that matches the task.

Route by Task

Choose one or more based on scope:

  • Delivery workflow, branch/PR checks: python-workflow-delivery
  • Design, readability, module boundaries, refactor shape: python-design-modularity
  • Typing, public interfaces, contract evolution, pydantic boundaries: python-types-contracts
  • Error strategy, retries/timeouts, retryability policy: python-errors-reliability
  • Testing strategy, pytest practices, async/reliability testing: python-testing
  • Data lifecycle, consistency boundaries, configuration: python-data-state
  • Concurrency models, cancellation/deadlines, leak diagnostics: python-concurrency-performance
  • External clients, outbound reliability, resilience contract tests: python-integrations-resilience
  • Services/jobs/CLI runtime behavior and observability: python-runtime-operations
  • Notebook async loop ownership and #%%/.ipynb patterns: python-notebooks-async

Shared Defaults

  • Use project-defined Python version first.
  • Use uv for env/dependency workflow and run checks with uv run ....
  • Prefer #%% .py notebooks over .ipynb unless .ipynb is explicitly required.
  • If repo conventions conflict with a selected skill, follow the repo and state tradeoffs.

Clarification Rule

Ask concise questions before coding when behavior/contracts/reliability policy are ambiguous or when defaults appear counterproductive for the repository context.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.