dignified-python-312

star 5

This skill should be used when editing Python code in the erk codebase. Use when writing, reviewing, or refactoring Python to ensure adherence to LBYL exception handling patterns, modern type syntax (list[str], str | None), pathlib operations, ABC-based interfaces, absolute imports, and explicit error boundaries at CLI level. Also provides production-tested code smell patterns from Dagster Labs for API design, parameter complexity, and code organization. Essential for maintaining erk's dignified Python standards.

cianfhoghlaim By cianfhoghlaim schedule Updated 6/1/2026

name: dignified-python-312 description: This skill should be used when editing Python code in the erk codebase. Use when writing, reviewing, or refactoring Python to ensure adherence to LBYL exception handling patterns, modern type syntax (list[str], str | None), pathlib operations, ABC-based interfaces, absolute imports, and explicit error boundaries at CLI level. Also provides production-tested code smell patterns from Dagster Labs for API design, parameter complexity, and code organization. Essential for maintaining erk's dignified Python standards. erk: kit: dignified-python

Dignified Python - Python 3.12 Coding Standards

Core Knowledge (ALWAYS Loaded)

@.erk/docs/kits/dignified-python/dignified-python-core.md @.erk/docs/kits/dignified-python/version-specific/312/type-annotations.md

Version-Specific Checklist

@.erk/docs/kits/dignified-python/version-specific/312/checklist.md

Conditional Loading (Load Based on Task Patterns)

Use the routing index in @routing-patterns.md to determine which additional files to load:

  • CLI development → @.erk/docs/kits/dignified-python/cli-patterns.md
  • Subprocess operations → @.erk/docs/kits/dignified-python/subprocess.md

Comprehensive Reference (If Needed)

If unsure which specific file to load, or need full overview: .erk/docs/kits/dignified-python/dignified-python-core.md

For code reviews: See .erk/docs/kits/code-review/ for code smell patterns and refactoring guidance (not auto-loaded).

How to Use This Skill

  1. Core knowledge is loaded automatically (LBYL, pathlib, ABC, imports, exceptions, type annotations)
  2. Additional patterns may require extra loading (CLI patterns, subprocess)
  3. Each file is self-contained with complete guidance for its domain

Note: Most common patterns are now loaded by default for convenience

Install via CLI
npx skills add https://github.com/cianfhoghlaim/kings_college_galway --skill dignified-python-312
Repository Details
star Stars 5
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator
cianfhoghlaim
cianfhoghlaim Explore all skills →