← all publishers

beskars-code

@beskars-code source repo

18 published skills

  1. Task · beskars-code bundle
    Stateless end-to-end build loop: grill, plan, implement, gather acceptance evidence, and review one verifiable outcome using in-chat execution context. Use when the user wants a feature or outcome built end to end. Nested under /just-do-it when that parent owns shipping.
    0
    installs
  2. Taste · beskars-code bundle
    Pack coding taste: keep it simple, keep jobs apart, honest names, fail fast, trust the server, types tell the truth, don’t repeat yourself, and related rules. Use to audit or apply taste to a lane; parents load it before planning or writing code.
    0
    installs
  3. Design · beskars-code bundle
    Designer and customer-experience worker for user-facing UI. Owns docs/design.md (the app UX source of truth), captures the app from code, and implements screens, components, and visible copy to a finished professional bar in one pass. Use when building frontend, initializing or updating design.md, or the user talks about UX, clicks, keystrokes, or how a screen should feel.
    0
    installs
  4. Analyze · beskars-code bundle
    Stateless task analysis returned in chat. One-off research with promote-to-task handoffs, or nested under a parent (write-ticket, just-do-it, review remediation). Does not write tickets or automatic artifacts.
    0
    installs
  5. Publish · beskars-code bundle
    Publish completed work on a typed branch and optionally open a GitHub PR. Uses an approved draft with concrete QA steps and a high-level Mermaid Change diagram (Before/After for rework). Any agent that opens a PR follows the same ship contract, not only this skill. Use after work is complete when the user wants to ship a branch or PR. Never use inside /task.
    0
    installs
  6. Grill Me · beskars-code bundle
    Relentless stateless interview that sharpens intent through batched questions and a Locked closure in chat. Keeps decisions and Active Rules in shared execution context. User must invoke (not auto).
    0
    installs
  7. Trackers · beskars-code
    Read-only Linear/GitHub ticket and PR context for specifications and acceptance criteria. Used by parent orchestrators and never writes to trackers.
    0
    installs
  8. Implement · beskars-code
    Implement one bounded worker slice from the parent’s inline execution context.
    0
    installs
  9. Pr Review · beskars-code bundle
    Stateless review of an open GitHub PR. Standards hard-require /taste KISS + named principles (including honest names, trust the server, types tell the truth, and naming alignment) and /architecture, plus a correctness hunt and PR extras (body vs diff, migrations, breaking API). Triage historical finding threads, draft one-topic comments, post only after one publish decision.
    0
    installs
  10. Just Do It · beskars-code bundle
    Autonomously turn a Linear ticket into a typed branch, reviewed implementation, and visible GitHub PR. Carries safety and review state in chat execution context. Use when the user wants ticket-to-PR execution.
    0
    installs
  11. Split Task · beskars-code
    Split a bounded outcome into small, ordered inline slice contracts in shared execution context for a parent orchestrator.
    0
    installs
  12. Ask Gabriel · beskars-code
    Thin router over this pack: recommend which skill to run next. Sole auto-invokable skill. Use when unsure which skill, what to run next, before non-trivial work, after a phase completes, when multiple pack skills could apply, or the user asks what to do. Agents should reach for this often.
    0
    installs
  13. Code Review · beskars-code bundle
    Review a shipped diff for quality and whether it matches the request. Quality checks use /taste and /architecture (keep it simple, keep jobs apart, honest names, trust the server, types tell the truth, and related rules), a correctness hunt for reachable bugs, plus a pass for stale file and symbol names after renames. Parallel Standards and Spec Tasks, evidence-backed findings, and a bounded fix path. Use for branch, PR, or parent-owned review. User must invoke (not auto).
    0
    installs
  14. Create Test · beskars-code bundle
    Write durable behavior-lock tests for complex hooks, domain logic, facades, and stateful classes. User-invoked skill, used only after /code-review or /pr-review recommends a lock—not for coverage theater.
    0
    installs
  15. Pack Shared · beskars-code bundle
    Internal pack contracts for Gabriel Lafrance Skills: asking, stateless execution context, subagent dispatch, review behavior, and how every agent opens a PR. Not user-invoked. Other skills link here so shared docs install with npx skills (skill folders only).
    0
    installs
  16. Architecture · beskars-code bundle
    Shape scalable code: one service per domain job, simple public APIs, one-job helpers inside those services, writes that check who may act, clear folders, cheap honest reads, and writes that are safe to retry. Use to decide structure, or inside /task before planning. Triggers: folders, services, split logic, data/reads, duplicating domain logic, auth on writes, Date.now in queries.
    0
    installs
  17. Write Ticket · beskars-code bundle
    Create or refine one Feature, Tweak, Bug, Refactor, Chore, or Hotfix ticket from a single prompt. Infers type and body, always runs full /analyze, and asks only a too-short grill or missing tracker metadata. Use for Linear or GitHub tickets, including “don’t forget this” captures; never inside /task.
    0
    installs
  18. Setup Toolkit · beskars-code bundle
    Install ESLint, Prettier, Cursor/VS Code workspace files, and principle quality-gate tests into the current JavaScript or TypeScript repo from this pack's templates. Also starts docs/design.md capture when that file is missing. Use when the user wants linting, formatting, ESLint, Prettier, a formatter, recommended extensions, a complexity test, test:quality, dead code, Knip, mutants, Stryker, test:mutants, design.md, or to add the engineering toolkit to an app. Bans em dashes. Not for rewriting an existing lint stack.
    0
    installs