dylangrech92/hold-my-coffee — explained in plain English
Analysis updated 2026-05-18
Make an AI coding assistant slow down and understand a system before writing new code.
Break a task into small, shippable pieces using the skill's task breakdown handbook.
Have the AI debug an issue by building an evidence chain to the root cause instead of a quick patch.
Get a structured technical or product review of a change before it ships.
| dylangrech92/hold-my-coffee | 0labs-in/vision-link | 1038lab/agnes-ai | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | — | TypeScript | Python |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Install with a single npx skills command, or as a native plugin inside Claude Code.
Hold My Coffee is a pack of Agent Skills, meaning instruction files that change how an AI coding assistant behaves, aimed at making the assistant act more like a careful senior engineer than a quick code generator. Rather than jumping straight to writing code, it pushes the AI to first understand the existing system, write only the code needed to do the job, avoid known bad patterns, and treat every line of code it adds as something that has an ongoing cost. The pack contains a single main skill called sdlc. It is built as a short master file covering the overall stance and ten core rules, plus nine separate handbook files that get pulled in only when the AI reaches that stage of work: exploring a problem, breaking it into small shippable pieces, designing and building it, debugging with an evidence chain, reviewing a change before it ships, testing it in a fresh environment, checking it from a customer's point of view, and two cross cutting handbooks covering stability, security, and interface design. The AI reads the master file at the start of any task and only opens the handbook relevant to the phase it is currently in, rather than loading everything at once. Because Agent Skills are just a folder containing a SKILL.md file, this pack works with many different AI coding tools, including Claude Code, Codex, and Cursor, and over seventy others, through a single install command from the skills command line tool. Claude Code users can alternatively install it as a native plugin through Claude Code's own plugin marketplace. Both installation paths support updating and removing the skill later, either from one specific tool or from every tool it was installed to. The repository was written by its author together with an Anthropic AI model. It is released under the MIT license, and the author asks that changes be proposed as issues rather than pull requests.
Hold My Coffee is an installable Agent Skill that makes AI coding assistants follow a senior engineer's careful, phase-by-phase workflow instead of generating code quickly.
MIT license, use freely including commercially as long as the copyright notice is kept.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.