From python-dev
[EXAMPLE] Python code style conventions. This is a placeholder skill demonstrating the skill format. Replace or remove it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/python-dev:example-python-styleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is an example skill. Replace it with your real skills.
This is an example skill. Replace it with your real skills.
pyproject.toml as single source of truthnpx claudepluginhub drmingdrmer/xp-claude-skills --plugin python-devConfigures ruff/mypy for Python linting/formatting, enforces PEP 8 naming/docstrings/type hints. Use for new projects, code reviews, or style standards.
Provides index of 12 principle skills for Python package creation, review, modernization including project structure, pyproject.toml, testing, CI/CD, docs, releases. Use when selecting skills or starting projects.
Provides a template for authoring SKILL.md files with sections for overview, usage triggers, step-by-step instructions, and references. Useful when creating new skills for Claude Code.