Source

utarn/engineer-skills

53 skills · 2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
diagnosing-bugs Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports …
utarn/engineer-skills
63
2
grilling Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, o…
utarn/engineer-skills
61
3
codebase-design Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find…
utarn/engineer-skills
60
4
decision-mapping Turn a loose idea into a sequenced map of investigation tickets, then drive them to resolution one at a time.
utarn/engineer-skills
60
5
domain-modeling Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous la…
utarn/engineer-skills
60
6
grill-with-docs A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
utarn/engineer-skills
60
7
to-prd Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis o…
utarn/engineer-skills
60
8
work-on-issues Fetch, implement, and close GitHub/GitLab issues sequentially (one main issue starting with PRD:/feat: at a time). Ha…
utarn/engineer-skills
60
9
ask-utarn Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.
utarn/engineer-skills
59
10
grill-me A relentless interview to sharpen a plan or design.
utarn/engineer-skills
59
11
to-issues Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet verti…
utarn/engineer-skills
59
12
handoff Compact the current conversation into a handoff document for another agent to pick up.
utarn/engineer-skills
58
13
implement Implement a piece of work based on a spec or set of tickets.
utarn/engineer-skills
58
14
setup-utarn-skills Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc la…
utarn/engineer-skills
58
15
teach Teach the user a new skill or concept, within this workspace.
utarn/engineer-skills
58
16
find-mismatch Systematic code review focusing on bugs that break at runtime (contract mismatches, logic/async errors, serialization…
utarn/engineer-skills
57
17
improve-codebase-architecture Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one y…
utarn/engineer-skills
57
18
resolving-merge-conflicts Use when you need to resolve an in-progress git merge/rebase conflict.
utarn/engineer-skills
57
19
writing-great-skills Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
utarn/engineer-skills
57
20
prototype Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state mode…
utarn/engineer-skills
56
21
tdd Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refact…
utarn/engineer-skills
56
22
triage Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write…
utarn/engineer-skills
56
23
git-guardrails-claude-code Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they exe…
utarn/engineer-skills
52
24
scaffold-exercises Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when u…
utarn/engineer-skills
49
25
setup-pre-commit Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when use…
utarn/engineer-skills
49
26
migrate-to-shoehorn Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to…
utarn/engineer-skills
48
27
edit-article Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to …
utarn/engineer-skills
46
28
writing-beats Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.
utarn/engineer-skills
45
29
writing-fragments Writing, explore — mine raw fragments, no structure yet.
utarn/engineer-skills
45
30
writing-shape Writing, exploit — shape raw material into an article, paragraph by paragraph.
utarn/engineer-skills
45
31
design-an-interface Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants t…
utarn/engineer-skills
44
32
obsidian-vault Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, c…
utarn/engineer-skills
44
33
qa Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explore…
utarn/engineer-skills
42
34
request-refactor-plan Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user w…
utarn/engineer-skills
41
35
review Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code…
utarn/engineer-skills
40
36
ubiquitous-language Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing ca…
utarn/engineer-skills
40
37
to-issues-yes Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet verti…
utarn/engineer-skills
25
38
loop-me Grill me about specs for the workflows I want to build, within this workspace.
utarn/engineer-skills
15
39
code-review Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code…
utarn/engineer-skills
6
40
research Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Us…
utarn/engineer-skills
6
41
to-spec Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis …
utarn/engineer-skills
6
42
to-tickets Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edge…
utarn/engineer-skills
6
43
to-tickets-yes Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edge…
utarn/engineer-skills
6
44
wayfinder Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue …
utarn/engineer-skills
6
45
claude-handoff Hand the current conversation off to a fresh background agent that picks up the work immediately.
utarn/engineer-skills
3
46
setup-ts-deep-modules Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders…
utarn/engineer-skills
3
47
to-questionnaire Turn a decision you can't fully answer into a questionnaire for someone else to fill in.
utarn/engineer-skills
3
48
wizard Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migr…
utarn/engineer-skills
3
49
wait-what Stop. That last message did not land — re-pitch it.
utarn/engineer-skills
2
50
writing-for-agents Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md.
utarn/engineer-skills
2
Page 1 · 53 total Next