← all publishers

leek

@leek source repo

37 published skills

  1. Tdd · leek bundle
    The red → green loop tuned for Pest/PHPUnit in a Laravel codebase: seams, what a good test is, and the anti-patterns to refuse. Use when building features test-first or when another skill needs the loop.
    0
    installs
  2. Panel · leek bundle
    Convene a panel of agent CLIs (grok, claude, codex, agy) on a prompt or a code review, then report one consensus grouped by how much they agree.
    0
    installs
  3. Setup · leek bundle
    Configure this repo for the engineering skills: the markdown tracker layout, triage status vocabulary, and domain doc layout.
    0
    installs
  4. Teach · leek bundle
    Teach the user a new skill or concept, within this workspace.
    0
    installs
  5. Commit · leek bundle
    Commit the work done in this session, skipping files a parallel session also touched.
    0
    installs
  6. Triage · leek bundle
    Move markdown issues and external-PR requests through triage roles: categorise, verify, grill if needed, and write agent-ready briefs.
    0
    installs
  7. Verify · leek bundle
    Exercise a change end to end in the running application (hit the route, run the command, click through the page) and report what actually happened. Use after tests pass, when a change needs proving in the real app, or when another skill's build step ends.
    0
    installs
  8. Handoff · leek bundle
    Compact the current conversation into a handoff document for another agent to pick up.
    0
    installs
  9. To Spec · leek bundle
    Turn the current conversation into a spec (PRD) and save it as markdown under .scratch/: no interview, just synthesis, with Laravel test seams chosen from the tdd ranking rules rather than asked about.
    0
    installs
  10. Grill Me · leek bundle
    Run a grilling session: the user wants their plan, decision, or idea stress-tested one question at a time.
    0
    installs
  11. Grilling · leek bundle
    Interview the user one decision at a time until reaching shared understanding, resolving each branch of the decision tree with recommended options and trade-offs. Use when a plan, design, or idea needs its soft spots found and forced into the open, or when another skill needs the interview protocol.
    0
    installs
  12. Research · leek bundle
    Investigate a question against high-trust primary sources and capture the findings as a cited Markdown file. Use when the user wants a topic researched, docs or package facts gathered, reading legwork delegated, or a wayfinder research ticket resolved.
    0
    installs
  13. Autopilot · leek bundle
    Drive an existing wayfinder map, spec, or set of tickets to completion through fresh top-level Claude Code, Codex, or Grok sessions.
    0
    installs
  14. Implement · leek bundle
    Implement one Laravel work item end to end: scope and claim it when trackable, TDD at chosen seams, commit, review, verify, and resolve it.
    0
    installs
  15. Prototype · leek bundle
    Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
    0
    installs
  16. Wait What · leek bundle
    Stop. That last message did not land. Re-pitch it.
    0
    installs
  17. Wayfinder · leek bundle
    Plan work too big for one agent session as a map of decision tickets in markdown under .scratch/, then resolve them one per session until the route to the destination is clear.
    0
    installs
  18. To Tickets · leek bundle
    Break a spec into tracer-bullet vertical-slice tickets with explicit blocking edges, take one green light on the breakdown, and save one markdown file per ticket beside the spec.
    0
    installs
  19. Code Review · leek bundle
    Two-axis review of the diff since a fixed point: Standards (repo conventions) and Spec (ticket/PRD fidelity). Use when the user wants to review a branch, PR, WIP changes, or asks to "review since X".
    0
    installs
  20. Housekeeper · leek bundle
    Run a conservative code-project housekeeping pass: one proven low-risk cleanup at a time.
    0
    installs
  21. Which Skill · leek bundle
    Not sure which skill to reach for? Name the situation and get routed to one.
    0
    installs
  22. Codebase Design · leek bundle
    Shared vocabulary for designing deep modules in a PHP/Laravel codebase. Use when the user wants to design or improve a class or module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill (to-spec, implement, architecture-satisfaction) needs the deep-module vocabulary.
    0
    installs
  23. Diagnosing Bugs · leek bundle
    Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
    0
    installs
  24. Domain Modeling · leek bundle
    Build and sharpen a project's domain model: challenge terms against the glossary, resolve fuzzy language, stress-test concepts with concrete scenarios, and record CONTEXT.md entries and ADRs the moment decisions land. Use when pinning down domain terminology or a ubiquitous language, recording an architectural decision, or when another skill (grilling, wayfinder, to-spec) needs the domain model maintained.
    0
    installs
  25. Grill With Docs · leek bundle
    Run a grilling session with domain-modeling alongside, capturing terms in CONTEXT.md and decisions as ADRs while they land. The default front door for planning work in an existing codebase.
    0
    installs
  26. Dependency Audit · leek bundle
    Run a weekly dependency audit for Composer or npm projects and propose a safe upgrade plan.
    0
    installs
  27. Distill Sessions · leek bundle
    Mine recent AI-coding session logs for reusable patterns and propose concrete improvements.
    0
    installs
  28. To Questionnaire · leek bundle
    Turn a decision the user can't fully answer into a Markdown questionnaire for someone else to fill in, async or over a meeting.
    0
    installs
  29. Code Smells Audit · leek bundle
    Audit a codebase, path, or branch diff for classic code smells against the 56-smell Luzkan catalog (PHP/Laravel and TS/React heuristics). Use when the user asks for a code-smell audit or smell-check of a module or diff.
    0
    installs
  30. Nightly Docs Sweep · leek bundle
    Run a documentation sweep so repo docs match the current implementation.
    0
    installs
  31. Repository Cleanup · leek bundle
    Audit and clean Git repository state: branches, PRs, stashes, and worktrees.
    0
    installs
  32. Writing For Agents · leek bundle
    Reference for writing documents an agent consumes. Use when creating or editing a skill, or when modifying AGENTS.md, CLAUDE.md, or a reference doc reached by a pointer.
    0
    installs
  33. Laravel Herd Worktrees · leek bundle
    Create, list, or remove git worktrees for Laravel projects served by Laravel Herd on macOS. Use when the user needs a branch worktree, .test URL, or per-worktree PHP/composer isolation.
    0
    installs
  34. Resolve Review Comments · leek bundle
    Triage, fix or rebut, then reply-and-resolve every review comment on a pull request, including AI-review bot findings (Codex, Copilot, Gemini). Use when the user wants to address, respond to, action, or clear the review comments on a PR.
    0
    installs
  35. Architecture Satisfaction · leek bundle
    Run a bounded architectural refactor loop toward a stated design.
    0
    installs
  36. Resolving Merge Conflicts · leek bundle
    Resolve an in-progress git merge or rebase conflict while preserving both sides' intent. Use when a merge/rebase is blocked on conflicts, or the user asks to finish a conflicted merge or rebase.
    0
    installs
  37. Improve Codebase Architecture · leek bundle
    Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
    0
    installs