← all publishers

erwinkn

@erwinkn source repo

14 published skills

  1. Typescript Best Practices · erwinkn bundle
    TypeScript best practices. Use when reading or editing any .ts or .tsx file.
    0 installs
  2. Control CLI · erwinkn
    Build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external services. Use for CLI UX checks, startup regressions, memory leaks, hangs, prompt flows, or terminal demos.
    1 install
  3. Interrogate · erwinkn bundle
    Use for "interrogate", "adversarial review", "multi-model review", "challenge this", "stress test this code", "find blind spots", or "tear this apart". Multiple LLM reviewers challenge changes from independent angles.
    1 install
  4. Figure It Out · erwinkn
    Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a human reviews after stepping away. Scales rigor to the task, runs a hypothesis loop, and logs decisions via show-me-your-work. Use for /figure-it-out, 'figure it out', a large migration, or when no narrower playbook applies.
    1 install
  5. Decision Audit · erwinkn
    Pre-merge audit of the choices made during implementation, not the code itself. Use before any commit, PR, or merge of agent-implemented work, or when the user says "audit your choices", "which decisions did you make", "pride gate", or asks whether you stand behind the work.
    1 install
  6. How · erwinkn bundle
    Use for "how does X work", code walkthroughs before changing something, and placement / ownership / layering questions ("where should this live", "which package owns this", "is this the right layer"). Explains subsystem architecture, runtime flow, onboarding mental models. Can critique architecture. Use why for motivation.
    1 install
  7. Why · erwinkn bundle
    Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat, infrastructure observability, error tracking, product analytics warehouse) in parallel, then returns a cited read on decisions and tradeoffs. Use how for runtime behavior.
    1 install
  8. Grill · erwinkn bundle
    Interview the user in multiple rounds to stress-test a plan, design, or idea. Use when the user asks to be grilled, wants assumptions challenged, or wants a design clarified.
    1 install
  9. Arena · erwinkn
    Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the arena', or when one attempt at a non-trivial artifact would lock in the wrong shape.
    1 install
  10. Swarm · erwinkn
    Fan out N parallel workers, drain them, and return one report. Use for /swarm, 'swarm this', or parallel coverage, races, gauntlets, and exploration.
    1 install
  11. Reflect · erwinkn bundle
    Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use when the user says reflect.
    1 install
  12. Architect · erwinkn bundle
    Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.
    1 install
  13. Erwin Mode · erwinkn bundle
    erwin's agent style for concise, detailed responses, deliberate subagents, unslopped prose, simple code, and verified work. Use for erwin, /erwin-mode, or requests to work in this style.
    1 install
  14. Automate Me · erwinkn
    Use for "automate me", "create/update/refresh my -mode skill", "turn/capture my preferences or working style into a skill", or wanting agents to follow how the user works. Drafts or revises a personal -mode skill via create-skill + unslop, optionally pulling fresh evidence from recent transcripts.
    1 install