python

Provide Python development guidelines for code quality and maintainability.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/afrojuju1/county_scraper_2 --skill python-afrojuju1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python
Source: https://github.com/afrojuju1/county_scraper_2/tree/main/.claude/skills/python
Command: npx skills add https://github.com/afrojuju1/county_scraper_2 --skill python-afrojuju1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides Python development guidelines to improve code quality, readability, and maintainability across the project.

Core Features & Use Cases

  • Type hints everywhere: Encourage explicit typing to catch errors early
  • No barrel imports: Prefer direct imports for clarity
  • Ruff integration: Use ruff for linting/formatting
  • Script execution discipline: Run with python script.py

Quick Start

Read the references for typing and import practices, and adopt the recommended patterns in new modules.