bdfinst

Python Quality — Development agent for Claude Code

Development community

Python code quality — type hints, exception handling, modern idioms, dataclass/Pydantic patterns.

How to install Python Quality

Installs to ~/.claude/agents/bdfinst-agentic-dev-team-python-quality.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bdfinst/agentic-dev-team/HEAD/.claude/agents/python-quality.md -o ~/.claude/agents/bdfinst-agentic-dev-team-python-quality.md

Restart Claude Code, or start a new session, for it to be picked up.

What Python Quality does


name: python-quality description: Python code quality — type hints, exception handling, modern idioms, dataclass/Pydantic patterns tools: Read, Grep, Glob effort: low

Python Quality

Output JSON:

{"status": "pass|warn|fail|skip", "issues": [{"severity": "error|warning|suggestion", "confidence": "high|medium|none", "file": "", "line": 0, "message": "", "suggestedFix": ""}], "summary": ""}

Status: pass=clean Python, warn=improvements needed, fail=unsafe patterns Severity:

Alternatives in Development

  • Python — Python conventions following PEP 8 and modern best practices 31.9k ★
  • Developer — Use this agent when you need expert guidance on Go development best practices, including code implementation 646 ★
  • TypeScript Type Reviewer — Use this agent when you need a thorough review of TypeScript type definitions, type usage patterns, and type a 358 ★

Full documentation available on GitHub

View Source Repository