From yoink
Clones GitHub repo and installs Python library via bash script. Verifies Python package presence post-setup. Invoke explicitly or via yoink orchestrator.
npx claudepluginhub theogbrand/yoink --plugin yoinkThis skill uses the workspace's default tool permissions.
> **Do not invoke this skill unless explicitly requested.** It is called by `/yoink:yoink` or run standalone by the user.
Curates tests then decomposes dependencies in Python packages via sequential pipeline: setup (clone/install), test curation (discover/validate/rewrite), decompose. Python only.
Creates distributable Python packages with proper project structure, setup.py/pyproject.toml, and PyPI publishing. Use for Python libraries, CLI tools, or code distribution.
Initializes new Python, Rust, or TypeScript projects interactively with git repo, GitHub workflows, pre-commit hooks, Makefile, and standard configs. Updates existing projects too.
Share bugs, ideas, or general feedback.
Do not invoke this skill unless explicitly requested. It is called by
/yoink:yoinkor run standalone by the user.
Execute the setup script to scaffold the project:
"${CLAUDE_SKILL_DIR}/scripts/setup.sh" $ARGUMENTS
After the setup script runs, print its full output to the user verbatim.
CRITICAL: After setup completes, check the cloned repo for a Python package (e.g., pyproject.toml, setup.py, or setup.cfg in .yoink/reference/). If none are found, inform the user that YOINK currently only supports Python packages and exit. You MUST NOT proceed to subsequent phases.