Setup
Scaffold project: clone repo, install real library. Only invoke when explicitly requested by the user or by the yoink orchestrator.From its SKILL.md
npx -y skills add theogbrand/yoink --skill setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 1 command, including `"${CLAUDE_SKILL_DIR}/scripts/setup.sh" $ARGUMENTS`.
SKILL.md
0.8 KB, 150 tokens by cl100k_base, as published. Nobody here has run it
Setup
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.
What ships with it: 5 files
9.0 KB alongside SKILL.md, 3 of them executable
assets/
- template-.gitignore54 B
- template-__init__.pyruns450 B
- template-pyproject.toml1.3 KB
scripts/
- prepare.pyruns3.8 KB
- setup.shruns3.4 KB