TheBitcoinBreakdown-95
- 4 skills
- 0 followers
- 15 hours ago last updated
- ▌ Walkthrough · thebitcoinbreakdown-95Use when the user wants to be walked through a plan, document, or set of decisions one at a time and ratify each before moving on, especially anything technical or jargon-heavy. Trigger phrases: "walk me through", "beat by beat", "ratify this plan", "go through this with me one at a time", "let's step through this", "one at a time", "one beat at a time". Keywords: one decision per beat, single hinge question, plain language first, no jargon, gloss terms inline, wait for my verdict, six-line cap, no dumps.
- ▌ Figure It Out · thebitcoinbreakdown-95 bundleUse when stuck — the same approach has failed twice (per loop-prevention), or you are about to tell the user something "doesn't work / isn't supported / is gated / needs a workaround / is impossible," or a problem is open-ended with no clear approach. Diagnoses the stuck-problem, runs a front-end that questions the framing and constraints before solving, dispatches the right investigation agents from an 11-agent library, proves the fix empirically (the Verifier's run is the verdict), and returns a committed answer or a specific map of what's still unknown. The executable arm of the figure-it-out rule (Directive 8).
- ▌ Frontier Prompter · thebitcoinbreakdown-95Reformats a raw prompt, task, or goal into a hand-off prompt optimized for a top-tier autonomous model, using Anthropic's prompting best practices for strong autonomous models. Use this whenever the user wants to hand a task to a frontier/premium model or any top-tier autonomous agent — phrases like "make a frontier prompt", "format this for my frontier model", "turn this into a hand-off prompt", "write a hand-off / planning prompt", "prep this for a strong model", or any time the user is authoring a prompt that asks a powerful model to plan or execute autonomously. Encodes intent-first framing, lead-with-outcome brevity, act-when-you-have-enough, effort/tier matching, prove-it verification, and a small set of rationalized negative guardrails placed at anticipated failure points. Reach for it any time the user is hand-drafting a multi-paragraph Intent/Success/Read-first hand-off or seat prompt for a strong model.
- ▌ Update Claude Code · thebitcoinbreakdown-95Use when updating Claude Code to a new version, when a brand-new model "isn't available in this environment" or doesn't appear in /model, or after an Anthropic release the user wants to pick up. Encodes the non-obvious fact that the VS Code extension runs its OWN bundled binary (separate from the PATH CLI and from any npm-global copy), so `claude update` alone does not change what a VS Code chat session runs — and that a full VS Code restart (not Reload Window) is required to activate a freshly-installed extension version. Diagnoses all install surfaces, updates each, and verifies.