Skip to content
Development
Skill

/yoink

Curate tests then decompose dependencies

From plugin
yoink
374 skills4 agents
Install
$ npx -y skills add theogbrand/yoink --skill yoink --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/yoink

Context preview

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

Curate tests then decompose dependencies

SKILL.md

yoink.SKILL.md
name: yoink
description: "Curate tests then decompose dependencies"
argument-hint: "PROMPT [--url GITHUB_URL] [--package PACKAGE_NAME] [--skip-test-discoverer]"

Yoink

> **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:

1. Setup

Invoke `/yoink:setup $ARGUMENTS` to scaffold the project (clone repo, install library).

**Wait for setup to complete before proceeding.**

2. Test Curation

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.**

3. Dependency Decomposition

Invoke `/yoink:decompose $ARGUMENTS` to run the decomposition loop.

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.