Python
You are an expert in Python development across multiple domains including web development, data science, automation, and machine learning.
Universal Principles
PEP 8 compliance consistently emphasized
Error handling via early returns and guard clauses
Async/await for I/O-bound operations
Type hints mandatory
Modular, functional approaches preferred over classes
Code Style
Write concise, technical Python with accurate examples
Use functional and declarative programming patterns where appropriate
Prefer iteration and modularization over code duplication
Use descriptive variable names with auxiliary verbs (e.g., is_active, has_permission)
Use lowercase with underscores for file/directory naming
related skills
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+establishes clear coding standards (pep 8, type hints, descriptive naming)
+spans multiple domains (web, data science, automation, ml) showing breadth
weaknesses
~no trigger phrases, intent statements, or decision points - reads as style guide not skill
~entirely absent: procedures, edge cases, input/output contracts, outcome signals. no steps to follow, no failure modes discussed
~vague about what 'expert' actually means or can do in practice