TheOnlyFusionCube
- 49 skills
- 0 followers
- 6 hours ago last updated
- ▌ Maintain Verification Skill · theonlyfusioncubeRepair a project verification skill whose feature map or commands drifted. Use when app behavior and verification docs no longer agree.
- ▌ Principle Laziness Protocol · theonlyfusioncubeBias toward deletion and the smallest change that fully solves the problem. Use when considering adding code, abstractions, dependencies, or speculative features.
- ▌ Principle Attack The Premise · theonlyfusioncubeInventory who actually owns or exhibits the imbalance, then challenge the shared premise before writing another patch. Use when two or more fixes that share one premise have failed the same gate.
- ▌ Principle Boundary Discipline · theonlyfusioncubeValidate and normalize at boundaries, trust internal invariants, and keep business logic free of adapter noise. Use when at parsing, framework, process, network, storage, or user-input boundaries.
- ▌ Principle Minimize Reader Load · theonlyfusioncubeReduce indirection, mutable scope, and one-caller abstractions until the causal path is easy to hold in one mind. Use when when code requires too many hops, wrappers, hidden states, or mental joins.
- ▌ Principle Foundational Thinking · theonlyfusioncubeChoose the core data structures, ownership, and sequencing first so downstream logic becomes simpler. Use when before writing logic, especially when state or concurrency is involved.
- ▌ Principle Type System Discipline · theonlyfusioncubeMake invalid states hard or impossible to represent and parse external primitives into meaningful internal types at the edge. Use at data modeling, API design, or external data ingestion points.
- ▌ Principle Subtract Before You Add · theonlyfusioncubeRemove dead weight and obsolete paths first; build on the simpler remaining system. Use when before an addition, rewrite, or structural refactor.
- ▌ Principle Exhaust The Design Space · theonlyfusioncubeBuild a few materially different cheap prototypes and compare evidence before committing to one design. Use when for novel interactions or architecture with no strong precedent.
- ▌ Principle Guard The Context Window · theonlyfusioncubeRoute bulk exploration to isolated workers or files and bring back compact evidence summaries, not raw floods. Use when when reads, logs, fan-out, or generated output threatens to dominate context.
- ▌ Principle Never Block On The Human · theonlyfusioncubeRun the experiment or make the reversible best-effort change, then show the result. Ask only for genuine preference, authority, or irreversible decisions. Use when when a reversible empirical or implementation choice can be resolved with available tools.
- ▌ Principle Sequence Verifiable Units · theonlyfusioncubeBreak work into small units that each end with a proof and order delivery so every next unit builds on verified state. Use when for migrations, sweeps, repeated edits, and stacks.
- ▌ Principle Make Operations Idempotent · theonlyfusioncubeDesign repeated execution to converge on the same correct end state rather than multiplying side effects. Use when for commands, lifecycle steps, retries, loops, or crash recovery.
- ▌ Principle Outcome Oriented Execution · theonlyfusioncubeConverge on the target architecture rather than preserving temporary compatibility states as permanent complexity. Use when during planned migrations or rewrites with explicit phases.
- ▌ Principle Encode Lessons In Structure · theonlyfusioncubeTurn recurring guidance into a type, lint, test, metadata flag, generator, runtime check, or skill so the system carries the lesson. Use when when the same corrective instruction appears more than once.
- ▌ Triage Issue Reports · theonlyfusioncubeTriage incoming software issue reports using available repository and runtime evidence, without editing code. Use for automated or manual first-pass issue validation and routing.
- ▌ Principle Redesign From First Principles · theonlyfusioncubeDesign the shape you would choose if the requirement had existed from day one, then migrate toward that shape. Use when when integrating a new requirement into a design that keeps fighting it.
- ▌ Reproduce And Fix Issues · theonlyfusioncubeReproduce a confirmed issue on the closest real surface, find root cause, and optionally prepare a minimal draft fix with evidence. Use after issue triage has enough information to attempt reproduction.
- ▌ Principle Test Behavior Not Implementation · theonlyfusioncubeCall the system the way its consumer does and assert meaningful observable output; avoid mocks or assertions that only mirror internal calls. Use when when writing or evaluating tests.
- ▌ Principle Migrate Callers Then Delete Legacy Apis · theonlyfusioncubeMove callers to the new shape and delete the old path in the same migration wave instead of carrying a compatibility layer. Use when when replacing an internal api.
- ▌ Principle Separate Before Serializing Shared State · theonlyfusioncubeEliminate unnecessary sharing or partition ownership before adding locks, queues, or coordination. Use when concurrency, locks, queues, shared state, or complex coordination are being considered.
- ▌ Bro · theonlyfusioncubeRestate the last technical explanation in plain human language with minimal jargon. Use when the user asks for a simpler version.
- ▌ How · theonlyfusioncubeTrace how a subsystem works using code and runtime evidence. Use for architecture walkthroughs, data flow, call paths, and are-we-sure investigations.
- ▌ Tdd · theonlyfusioncubeWrite a minimal failing test before implementation, make it pass with the simplest code, and refactor cleanly. Use when implementing bug fixes or features with clear verification targets.
- ▌ Why · theonlyfusioncubeRecover why a system or decision exists by triangulating source history and connected evidence. Use for rationale archaeology and historical questions.
- ▌ Arena · theonlyfusioncubeSpawn parallel candidate implementations for the same task, cross-judge, and graft the best parts into the winning base. Use when exploring competing designs or critical artifacts.
- ▌ Swarm · theonlyfusioncubeFan out independent slices or coverage partitions and aggregate them with owner verification. Use for large audits, races, and parallel work.
- ▌ Teach · theonlyfusioncubeTeach a subsystem or change so the reader can reason about it, combining how and why evidence. Use for real understanding rather than summary.
- ▌ Recall · theonlyfusioncubeReconstruct current task context from available durable history and records. Use when resuming work or rebuilding context on a topic.
- ▌ Unslop · theonlyfusioncubeCut AI tells, filler prose, superficial -ing phrases, and bloated commentary from writing and code. Use for all written deliverables and code cleanup.
- ▌ Reflect · theonlyfusioncubeConvert lessons from a completed difficult task into structural improvements. Use after a long or unexpectedly painful workflow.
- ▌ Architect · theonlyfusioncubeSettle data shapes, ownership, boundaries, and interfaces before code crosses a function/module boundary. Use for non-trivial design work.
- ▌ Automate Me · theonlyfusioncubeCreate a personal mode skill from recurring workflow patterns in available history. Use when the user wants their own agent style encoded.
- ▌ Interrogate · theonlyfusioncubeAdversarially review a diff or design with independent lenses and evidence. Use before shipping contested or high-impact changes.
- ▌ Make Bot UI · theonlyfusioncubeBuild a small operator UI over an agent/webhook backend. Use when buttons or controls should trigger an agent workflow.
- ▌ No Comments · theonlyfusioncubeRemove redundant comments, dead workaround explanations, and AI tells from code while preserving necessary constraints. Use when cleaning up code or diffs.
- ▌ Poteto Mode · theonlyfusioncube bundleLauren Tan-inspired rigorous engineering mode for concise communication, deliberate decomposition, simple code, independent review when available, and runtime verification. Use for non-trivial engineering tasks or when the user asks for Poteto Mode/pstack-style rigor.
- ▌ Blast Radius · theonlyfusioncubeProve what a small-looking change can affect before or after editing. Use for compatibility, caller, state, schema, or behavior impact analysis.
- ▌ Setup Pstack · theonlyfusioncubeConfigure potetos-for-everyone model roles and capability preferences for the current agent/runtime. Use during initial setup or routing changes.
- ▌ Figure It Out · theonlyfusioncubeDesign a rigorous custom playbook when no bundled playbook safely fits a large or unusual task. Use for cross-cutting ambiguous execution.
- ▌ Show Me Your Work · theonlyfusioncubeMaintain a compact auditable decision trail during autonomous or high-stakes work. Use when the user will review decisions later.
- ▌ Technical Writing · theonlyfusioncubeWrite maintainable technical docs, RFCs, READMEs, PR descriptions, and commit messages. Use for durable engineering prose.
- ▌ Principle Prove It Works · theonlyfusioncubeVerify the requested behavior against the real artifact or surface whenever possible; a proxy check only proves the proxy. Use when verifying changes, completing tasks, or claiming something is fixed.
- ▌ Create Verification Skill · theonlyfusioncubeGenerate a project-local verification skill that drives the real app and captures evidence. Use when setting up automated verification for a repo.
- ▌ Principle Build The Lever · theonlyfusioncubePrefer a script, codemod, generator, benchmark, or verifier that performs or proves the work repeatably over hand edits. Use when for repetitive, large, or verification-heavy work.
- ▌ Principle Fix Root Causes · theonlyfusioncubeReproduce the symptom, trace causality until one mechanism explains it, and fix that mechanism rather than compensating for downstream effects. Use when during debugging and incident repair.
- ▌ Typescript Best Practices · theonlyfusioncubeApply disciplined TypeScript modeling and boundary parsing. Use when reading or editing TypeScript.
- ▌ Principle Experience First · theonlyfusioncubeOptimize for the end-user experience unless the cost violates an explicit constraint. Use when product, UX, API design, or feature-scope tradeoffs arise.
- ▌