LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

pythonic-conventions - Essential Python idioms for readable, concise and efficient code

Apply Pythonic idioms and conventions when writing or reviewing Python code

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • apply list comprehensions
  • use enumerate for iteration
  • implement context managers
  • apply unpacking patterns
  • use built-in functions

Inputs

  • Python code
  • Code review context
  • Programming rules

Outputs

  • Refactored Python code
  • Code review feedback
  • Idiomatic patterns applied

Requirements

  • Python environment
  • Python code to analyze
  • Basic Python knowledge

Source

  • Spec: SKILL.md
python
code-quality
best-practices
refactoring
apply list comprehensions
use enumerate for iteration
implement context managers
apply unpacking patterns
Python code
Code review context
Programming rules
Refactored Python code
Code review feedback
Idiomatic patterns applied