/yoink
Curate tests then decompose dependencies
$ npx -y skills add theogbrand/yoink --skill yoink --agent claude-codeHow 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.
- You can call itInvoke it directly when you want it.
- Slash command
/yoink
Context preview
The summary Claude sees to decide when to auto-load this skill.
Curate tests then decompose dependencies
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.
Repo: theogbrand/yoink
Other skills on yoink.
- /curate-tests
Phase 2: Generate and discover tests, validate against real library. Only invoke when explicitly requested by the user or by the yoink orchestrator.
Open skill - /decompose
Phase 3: Dependency decomposition. Only invoke when explicitly requested by the user or by the yoink orchestrator.
Open skill - /setup
Scaffold project: clone repo, install real library. Only invoke when explicitly requested by the user or by the yoink orchestrator.
Open skill

