From yoink
Use when implementing code changes — engineering principles for writing clean, focused, production-quality code. Invoke this when starting implementation work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yoink:standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
These principles apply to all code you write, regardless of project or language.
These principles apply to all code you write, regardless of project or language.
npx claudepluginhub borkweb/yoinkEnforces engineering safety and maintainability rules including trajectory freeze, clarification triggers, and uncertainty thresholds for code edits, refactoring, and git workflows.
Detects over-engineering patterns like unrequested changes, added abstractions, or excessive diffs and enforces minimal, precise edits only to specified code/files.
Facilitates structured conversation to define clean code principles for a repository, producing clean-code.md override for clean-code atom. Use for coding standards or quality rules.