← all publishers

lexler

@lexler source repo

26 published skills

  1. Hotspots · lexler bundle
    Find where a codebase actually costs time by mining its git history (Tornhill hotspot analysis). Produces ranked refactoring targets with evidence, change-coupling seams, and a do-not-refactor list; re-run after refactoring to verify it paid off.
    0 installs
  2. Extract Knowledge · lexler
    Extracts what the session learned into prose that stands alone, or reviews existing text through the same distortion lenses.
    0 installs
  3. Event Modeling · lexler bundle
    Designs systems using Event Modeling.
    0 installs
  4. Refactoring · lexler bundle
    Refactoring process. Invoke immediately when user or document mentions refactoring, or proactively when code gets too complex or messy.
    0 installs
  5. Approval Tests · lexler bundle
    Writes approval tests (snapshot/golden master testing) for Python, JavaScript/TypeScript, or Java. Use when verifying complex output, characterization testing legacy code, testing combinations, or working with .approved/.received files.
    0 installs
  6. Tdd · lexler bundle
    Test-driven development (TDD) process used when writing code. Use whenever you are adding any new code, unless the user explicitly asks to skip TDD or the code is exploratory/spike.
    0 installs
  7. Align · lexler
    Presents a proposed approach in progressive confirmable chunks with recommended decisions and alternatives. Use when aligning on a design, plan, or technical approach before implementation.
    0 installs
  8. AI Patterns · lexler bundle
    Reference patterns for augmented coding with AI. Use when discussing AI coding patterns, anti-patterns, obstacles, context management, steering AI, or looking up Lexler's patterns collection.
    0 installs
  9. Nullables · lexler bundle
    Nullables — testing technique alternative to using mocking libraries. Use when writing unit tests, when code touches external I/O or state (HTTP, databases, files, clock, random) anywhere in its dependency chain, when making a system testable, or when tests are slow or flaky.
    0 installs
  10. C4 Diagrams · lexler bundle
    Creates C4 architecture diagrams for designing, documenting, or understanding software architecture. Use when working through system design, mapping existing codebases, or visualizing structure at any level from system landscape down to code.
    0 installs
  11. Using Uv · lexler bundle
    Python package and project management with UV. Use when creating Python scripts, initializing projects, or managing dependencies.
    0 installs
  12. Creating Process Files · lexler bundle
    Creates process files - text as code instructions for reliable AI workflows. Use when creating new process files.
    0 installs
  13. Refinement Loop · lexler
    Iterative refinement through multiple passes. Use when the user asks to 'meditate on', 'distill', 'refine', or 'iterate on' something, or proactively when a problem benefits from multiple passes rather than a single attempt.
    0 installs
  14. Socratic Learning · lexler bundle
    Facilitates deep, structured learning of a topic — gathering source material, assessing the learner's gaps, then teaching through guided Socratic sessions. Use when someone wants to genuinely study or be tutored on a subject over time, not get a quick answer.
    0 installs
  15. Bdd With Approvals · lexler bundle
    Scannable BDD tests written in domain language. Use when doing BDD.
    0 installs
  16. Collaborative Design · lexler bundle
    Designs software features collaboratively through visual scenarios and iterative refinement. Use when designing features, tools, UIs, workflows, or any system before implementation.
    0 installs
  17. Creating Hooks · lexler bundle
    Creates Claude Code hooks.
    0 installs
  18. Hexagonal Architecture · lexler bundle
    Applies hexagonal (ports & adapters) architecture. Use when designing application structure, separating domain from infrastructure, creating testable boundaries, or when user mentions ports, adapters, hexagonal, or clean architecture.
    0 installs
  19. Git Worktrees · lexler
    Creates git worktrees for parallel development. Use when creating a git worktree, setting up multiple working directories, or working on features in parallel.
    0 installs
  20. Demo With Narration · lexler
    Demos working software: first proves every claimed behavior by exercising the real artifact, then replays the proof as a slow, voice-narrated walkthrough. Use when the user asks for a demo or to be shown that something works.
    0 installs
  21. Playwright CLI · lexler bundle
    Drive a browser from the terminal with playwright-cli: snapshot the page, then act on elements by ref. Use when automating browser interactions, filling web forms, testing UIs, or driving logged-in web apps from the command line.
    0 installs
  22. Refactoring Team · lexler bundle
    Iterative code refactoring through progressive lenses via a worker-reviewer agent team.
    0 installs
  23. Writing Statuslines · lexler bundle
    Writes Claude Code status line scripts. Use when creating, customizing, or debugging statusline configurations.
    0 installs
  24. Launching Agent Teams · lexler bundle
    Launches agent teams with structured roles and task decomposition. Use when asked to create a team, spawn teammates, or coordinate multiple agents in parallel.
    0 installs
  25. Writing Bash Scripts · lexler bundle
    Bash script style guide. Always use when writing bash scripts, shell scripts, or CLI bash tools.
    0 installs
  26. Growing Outside In Systems · lexler bundle
    Drive feature development using Outside-In TDD with Hexagonal Architecture. Design emerges through inline code, in-memory fakes, interface extraction, and deferred I/O. Use when building features, writing tests, or structuring backend services. Triggers on: TDD, outside-in, hexagonal, ports and adapters, emergent design, acceptance test, component test, walking skeleton, in-memory fakes, component, contract test, adapter, fast tests, sub-second feedback. Language-agnostic (Go, Rust, Python, TypeScript, Java, C#).
    0 installs