← all publishers

Tcuzzo

@tcuzzo source repo

205 published skills · page 3 of 3

  1. Design Taste · tcuzzo
    Use before building anything visual (a site, app, dashboard, console, or deck) so it ships with real taste instead of generic AI defaults. Trigger words: design, UI, taste, design tokens, design system, accessibility, WCAG, screenshot critique, dark mode, restyle.
    0
    installs
  2. Fleet Ladder · tcuzzo bundle
    Use before any work is handed to a model (building, grading, or a bounded worker job), or when a provider is down and you need the fallback order. Resolves the LIVE model ladder: probe what is actually up, pick the best available by an explicit fallback order, fail loud when the ladder is exhausted. Trigger words: fleet, ladder, dispatch, fallback, model down, provider down, which model, availability.
    0
    installs
  3. Gpu Dispatch · tcuzzo
    Use when dispatching local models to GPUs — scheduling inference work, picking a card, or managing model residency. One model per GPU, no spill to system RAM, keep warm through the loop, unload at loop end, admit by measured truth. Trigger words: gpu, vram, gpu dispatch, model loading, keep alive, resident model, local inference, spill, warm.
    0
    installs
  4. Guided Steps · tcuzzo
    Use when a setup needs steps only a human can do — third-party dashboards, credentials, CI secrets, provisioning, one-off migrations, cutovers. Authors a stage-by-stage interactive script that opens each URL, says what to click and copy, captures values, and writes them where they belong. Trigger words: wizard, human-only steps, provision, credentials, dashboard setup, CI secrets, cutover.
    0
    installs
  5. Model Fusion · tcuzzo
    Use when one model's answer is not trustworthy enough — a hard build, fix, or design where you want several models to compete and an independent judge to pick. A panel drafts in parallel, a judge merges the winner, the result is validated against the original intent. Trigger words: fusion, panel, judge, multi-model, ensemble, draft and merge, builder not grader.
    0
    installs