theogbrand/yoink
yoink is an AI agent that removes complex dependencies by reimplementing only what you need.
This tool helps software engineers reduce the complexity and security risks associated with third-party code libraries. It takes a GitHub repository URL and a description of the desired functionality, then produces a lean, custom-reimplemented version of only the parts of the library you actually use. This is for developers who want more control over their codebase and fewer external dependencies.
Use this if you need to integrate specific functions from a small to medium-sized utility package, but want to avoid the overhead, security concerns, or maintenance burden of the entire original library.
Not ideal if you're dealing with large, complex frameworks, packages with deep platform-specific integrations, or critical cryptographic implementations where audited, standard libraries are essential.
Stars
19
Forks
—
Language
Python
License
MIT
Category
Last pushed
Apr 04, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/theogbrand/yoink"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Windy3f3f3f3f/how-claude-code-works
Deep dive into Claude Code internals — architecture, agent loop, context engineering, and more....
Windy3f3f3f3f/claude-code-from-scratch
🔍 Claude Code 开源了 50 万行代码,读不动?用 ~3000 行 TypeScript 从零复现核心架构,11 章分步教程带你理解 coding agent 精髓。Build...
JCodesMore/ai-website-cloner-template
Clone any website with one command using AI coding agents
repowise-dev/claude-code-prompts
Independently authored prompt templates for AI coding agents — system prompts, tool prompts,...
Enderfga/openclaw-claude-code
OpenClaw plugin — turn Claude Code CLI into a programmable, headless coding engine with plenty...