Python Developer Agent Skill Suite

Composable skills for senior-level Python development — one responsibility per skill, explicit handoff contracts, deterministic tooling.

CI License Release Stars

GitHub Example walkthrough Install guide

Get started in 60 seconds

mkdir -p .agents/skills
cp -r python-*/ .agents/skills/

`.agents/skills/` is the vendor-neutral location shared by opencode, Codex CLI, Trae, and most SKILL.md-based agents. Per-host paths for Claude Code and Kilo Code are in the INSTALL.md.

Then just ask your agent

Each request routes to the smallest specialist skill chain and hands off through explicit contracts.

The 12 skills

SkillResponsibility
python-agent-orchestratorRoutes work across the suite, defines handoff contracts
python-senior-architectArchitecture analysis, design, ADRs, migration strategy
python-coderBounded implementation from a plan or clear request
python-reviewerCode and PR review for correctness and regressions
python-testingTest strategy, fixtures, regression and contract coverage
python-securityAuth, secrets, injection, SSRF, dependencies, isolation
python-performanceProfiling, database and async bottlenecks, caching
python-productionDeployment, observability, rollback, incidents
python-dependency-analyzerImport graphs, cycles, layer violations, dependency health
python-architecture-scannerEnforces layer contracts and forbidden-import CI gates
python-data-architectPersistence, data models, migrations, warehouses, pipelines
python-async-architectEvent loops, workers, queues, backpressure, messaging

Why this suite

Supported hosts

HostInstall
opencode.agents/skills/, .opencode/skills/, or ~/.config/opencode/skills/
Claude Code.claude/skills/ or plugin marketplace (/plugin marketplace add bzdvdn/python-developer-ai-skill)
Codex CLI.codex/skills/ or codex plugin marketplace add bzdvdn/python-developer-ai-skill
Kilo Code.kilo/skills/
Trae.trae/skills/