Skip to content
Development
Skill

/setup

Scaffold project: clone repo, install real library. Only invoke when explicitly requested by the user or by the yoink orchestrator.

From plugin
yoink
374 skills4 agents
Install
$ npx -y skills add theogbrand/yoink --skill setup --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/setup

Context preview

The summary Claude sees to decide when to auto-load this skill.

Scaffold project: clone repo, install real library. Only invoke when explicitly requested by the user or by the yoink orchestrator.

SKILL.md

setup.SKILL.md
name: setup
description: "Scaffold project: clone repo, install real library. Only invoke when explicitly requested by the user or by the yoink orchestrator."
argument-hint: "[--url GITHUB_URL] [--package PACKAGE_NAME]"

Setup

> **Do not invoke this skill unless explicitly requested.** It is called by `/yoink:yoink` or 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.

Ships withyoink

YOINK (You Only Implement Native Knowledge) is an AI agent that removes complex dependencies by reimplementing only what you need. YOINK is currently built as a Claude Code plugin that decomposes third-party dependencies into internal replacements.

Get the whole plugin
Stats
37
Stars
0
Forks
Maintained
Maintenance
Python
Language
MIT
License
5mo ago
Last commit
5mo ago
Created

Repo: theogbrand/yoink

Other skills on yoink.