From codex-next
Guides Python implementation with typing, async, packaging, pytest, ruff/mypy checks, scripts, and performance cleanup. Reads project conventions and validates changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codex-next:dev-python-qualityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this workflow when Python code, packaging, tests, scripts, or modernization are the main task.
Use this workflow when Python code, packaging, tests, scripts, or modernization are the main task.
Read project conventions.
pyproject.toml, setup.cfg, setup.py, requirements*.txt, uv.lock, poetry.lockDefine the Python change.
Implement idiomatically.
Validate.
pytestruff or project lintermypy or type checks when configuredKeep compatibility explicit.
Return:
npx claudepluginhub blueskyxn/codex-is-all-you-need --plugin codex-nextSets up Python code quality toolchain with ruff linting/formatting, mypy type checking, complexity gating, dead code detection, pre-commit hooks, pyproject.toml config, and Makefile targets.
Improves Python code quality with static analysis (ruff/mypy), Any type elimination, modernization plans (Protocols/Generics/Pydantic), plan review, and test-driven refactoring.
Generates type-annotated Python code with mypy strict mode, pytest suites, and black/ruff validation. Invoke for async patterns, dataclasses, dependency injection, and structured error handling.