This one's your copilot for writing Python that doesn't make other developers wince. It pushes you toward PEP 8, type hints, and idiomatic patterns like EAFP over LBYL. You get concrete examples of dataclasses, context managers, proper exception chaining, and when to use generators instead of building massive lists in memory. Activate it when writing new code, reviewing PRs, or refactoring legacy stuff. The guidance is opinionated in a good way, preferring explicit over clever and readability over showing off. It won't turn bad code into good code automatically, but it'll nudge you toward patterns that age well.
npx -y skills add affaan-m/ecc --skill python-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills