Skip to main content
Back to registry

dignified-python

dagster-io/skills

Production-quality Python coding standards for writing clean, maintainable, modern Python code (versions 3.10-3.13).

Installs208
Install command
npx skills add https://github.com/dagster-io/skills --skill dignified-python
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Production-quality Python coding standards for writing clean, maintainable, modern Python code (versions 3.10-3.13). Auto-invoke when users ask about: Note : This skill is general Python standards , not Dagster-specific. Use /dagster-best-practices for Dagster patterns. @dignified-python-core.md Identify the project's minimum Python version by checking (in order): Once identified, load the appropriate version-specific file: Core files above cover 80%+ of Python code patterns. Only load these additional files when you detect specific patterns: Pattern detection examples: The references/ directory contains detailed guidance organized by topic: Read when : Read when : Read when : Read when : Read when : Read when : - "make this pythonic" / "is this good python" - "type hints" / "type annotations" / "typing" - "LBYL vs EAFP" / "exception handling" - "pathlib vs os.path" / "path operations" - "CLI patterns" / "click usage" - "code review" / "improve this code" - Any Python code quality or standards question - pyproject.toml - Look for requires-python field (e.g., requires-python = ">=3.12" ) - setup.py or setup.cfg - Look for python_requires - .python-version file - Contains version like 3.12 or 3.12.0 - Default to Python 3.12 if no version specifier found - Python 3.10: Load versions/python-3.10.md - Python 3.11: Load versions/python-3.11.md - Python 3.12: Load...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does dignified-python do?

Production-quality Python coding standards for writing clean, maintainable, modern Python code (versions 3.10-3.13).

Is dignified-python good?

dignified-python does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does dignified-python work with?

dignified-python currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to dignified-python?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install dignified-python?

npx skills add https://github.com/dagster-io/skills --skill dignified-python

Related skills

More from dagster-io/skills

Related skills

Alternatives in Software Engineering