npx claudepluginhub theogbrand/yoink --plugin yoinkThis skill uses the workspace's default tool permissions.
> **Python only.** YOINK currently only supports Python packages. If the target is clearly not a Python package, inform the user and exit immediately.
Decomposes Python package dependencies into sub-packages via queue-based evaluation, test verification, import rewriting, and inner implementation loops. For yoink workflow phase 3.
Creates distributable Python packages with src/flat layouts, pyproject.toml/setup.py, build backends like setuptools/poetry/hatchling, wheels/sdists, and PyPI publishing for libraries and CLI tools.
Provides structured workflow packs for 7 common Claude Code tasks: codebase exploration, bug fixing, safe refactoring, TDD, repo review before merge, CLAUDE.md generation, and migration planning.
Share bugs, ideas, or general feedback.
Python only. YOINK currently only supports Python packages. If the target is clearly not a Python package, inform the user and exit immediately.
Run the full yoink decomposition pipeline by invoking skills in sequence:
Invoke /yoink:setup $ARGUMENTS to scaffold the project (clone repo, install library).
Wait for setup to complete before proceeding.
Invoke /yoink:curate-tests $ARGUMENTS to discover and generate tests, validate against the real library, rewrite imports, and sanity check.
Wait for test curation to complete before proceeding.
Invoke /yoink:decompose $ARGUMENTS to run the decomposition loop.