← all publishers

logicleap-labs

@logicleap-labs source repo

11 published skills

  1. No Slop · logicleap-labs
    MANDATORY before declaring prose "done" or ending a turn after writing a README, doc, blog post, comment, or any .md/.mdx/.txt/.rst. Use whenever you write or edit prose and are tempted to reach for an AI-tell cliché — "delve into", "it's worth noting that", "a testament to", "navigate the complexities", "rich tapestry", "in today's fast-paced world", "unlock the full potential", "seamlessly integrate", "elevate your", or a pile-up of decorative em-dashes. Forces you to cut the tell and say the thing plainly. Triggers on "make it sound better", "polish this copy", "write the intro", "draft the README", "punch up the wording", "add a conclusion".
    0
    installs
  2. No Stub · logicleap-labs
    No Stub
    0
    installs
  3. No Debug · logicleap-labs
    MANDATORY before declaring code "done", "ready", or ending a turn after writing or debugging a function/handler/module. Use whenever you added a debug print while working something out — console.log, debugger, pdb.set_trace(), breakpoint(), binding.pry, byebug, dd()/var_dump()/print_r(), dbg!(), a "print('here')" or "console.log('DEBUG', x)". Forces you to strip the debug noise before shipping, and to reach for a real logger when you actually need persistent logs. Triggers on "let me add a log to see", "just debugging", "temporary print", "I'll remove this later", "console.log to check", "drop a breakpoint".
    0
    installs
  4. No Swallow · logicleap-labs
    No Swallow
    0
    installs
  5. Scope Guard · logicleap-labs
    Use at the START of any focused task — a bug fix, one feature, a single file's refactor — and ALWAYS when more than one agent shares a working tree. Declare which files the task is allowed to touch so edits outside that set are blocked. Triggers on "only change X", "just fix the bug in", "don't touch anything else", "stay in your lane", "scoped change", "while you're in there" (the thing to prevent), shared-tree / multi-agent work, and any task where creep is the risk.
    0
    installs
  6. Secret Guard · logicleap-labs
    Secret Guard
    0
    installs
  7. Migration Safety · logicleap-labs
    Migration Safety
    0
    installs
  8. Visual Self Review · logicleap-labs
    MANDATORY acceptance gate before declaring ANY visual or UI work "done", "good", "working", or before screenshotting an interface and ending the task. Use whenever you build, redesign, restyle, or fix a user-facing screen in ANY stack — Xcode/SwiftUI/UIKit apps, iOS/macOS, web (Next.js/React/HTML), Electron, Flutter, generated design mockups — and whenever you are asked to "review the screenshot", "check what you built", "is this good", "spot the issues", or "look at this design". Forces a structured, written, adversarial inspection of the ACTUAL rendered pixels (not the code, not your memory of intent) so obvious defects — blank/unlabelled elements, dead empty space, duplicated or garbage content, misalignment, inconsistent spacing, truncation, low contrast, leftover placeholders, broken states, and lag/jank — are caught BEFORE you claim completion. Triggers on "done", "looks good", "finished the UI", "here's the redesign", "screenshot", "ship it".
    0
    installs
  9. Accessibility Gate · logicleap-labs
    Use before declaring a UI change done, fixed, working, ready, or shipped. Forces a real accessibility pass across keyboard flow, focus visibility, accessible names, contrast, reduced motion, and the platform's native semantics.
    0
    installs
  10. Verify Before Done · logicleap-labs
    MANDATORY before declaring ANY code change "done", "fixed", "working", "ready", "shipped", or before ending a turn after editing source. Use whenever you modified code, config, scripts, SQL, infra, or tests and are about to say it works. Forces you to RUN something that exercises the change (test, build, lint, typecheck, smoke script, reproducible command) and record the evidence. Triggers on "done", "fixed", "working", "all tests pass", "build succeeded", "should work now", "ready to merge".
    0
    installs
  11. No Silent Assumptions · logicleap-labs
    MANDATORY before declaring code "done", "ready", or ending a turn after working with anything you couldn't fully verify — an environment you didn't inspect, a data shape you inferred, an API whose behavior you didn't test, an edge case you decided not to handle. Forces you to track every material guess while working and surface them in a short "Assumptions:" block before claiming done. Triggers on "I'll assume", "assuming the API returns", "probably fine", "should work", "not sure if", "guessing this is", "the data is presumably", "I didn't test", any inferred schema/env/config value.
    0
    installs