Skip to content
Development
Skill

/python

Python development best practices, PEP 8, and modern Python features

From plugin
pudo-code-system
534 skills1 agent
Install
$ npx -y skills add DongDuong2001/pudo-code-system --skill python --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/python

Context preview

The summary Claude sees to decide when to auto-load this skill.

Python development best practices, PEP 8, and modern Python features

SKILL.md

python.SKILL.md
name: python-code
description: Python development best practices, PEP 8, and modern Python features

Python Code Skill

This skill is specialized for Python development, focusing on idiomatic Python (Pythonic code), performance, and typing.

When to use this skill

  • When writing or refactoring Python code (Django, FastAPI, Flask, Pandas, etc.).
  • When utilizing Python's specific features like list comprehensions, generators, context managers.
  • When integrating PEP 8 standards or type hints (mypy/pydantic).

Guidelines

  • Write "Pythonic" code. Use built-in functions and standard libraries where appropriate.
  • Use explicit type hints for better Developer Experience (DX) and tooling support.
  • Handle exceptions specifically rather than using bare `except:` clauses.
  • Use virtual environments (venv, poerty, conda) for dependency management.
Ships withpudo-code-system

Modular, scalable, automated development intelligence.

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: DongDuong2001/pudo-code-system

Other skills on pudo-code-system.