Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When you need to create a distributable Python library, CLI tool, or publish code to PyPI/private repos.
A properly structured, installable Python package with valid metadata, ready to build as wheel/sdist and publish to PyPI.
Use Cases
A developer finishes a utility library and wants to share it on PyPI. Using this skill, they set up a src/ layout, write pyproject.toml with metadata and dependencies, choose setuptools backend, build wheel and sdist, and publish to TestPyPI then PyPI. The skill prevents common structural mistakes and ensures installable, importable packages.
A team builds a CLI tool and needs it installable via pip. The skill guides them to define console_scripts entry points in pyproject.toml, use a source layout to avoid import leaks, and configure build backend. Result is a pip-installable command with clean separation of test and source code.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File