domengabrovsek

51 mods across 1 repository, 15 stars between them.

fix-issue

25

domengabrovsek/claude

Skill Claude CodeCodex

Investigates and fixes a GitHub issue. Use when given an issue number or URL, or when the user says 'fix issue'.

15 3d ago A 31 tokens

grill-with-docs

26

domengabrovsek/claude

Skill Claude CodeCodex

Runs a grilling session that challenges a plan against the existing domain model, sharpens terminology, and updates the CONTEXT.md glossary inline as decisions are made. Use when the user wants to stress-test a plan against their project's language and documented decisions.

15 3d ago A 55 tokens

handoff

27

domengabrovsek/claude

Skill Claude CodeCodex

Compacts the current conversation into a handoff document another agent can pick up. Use when the user says 'handoff', 'hand off', or wants to continue this work in a fresh session.

15 3d ago A 43 tokens

domengabrovsek/claude

Skill Claude CodeCodex

Finds deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

15 3d ago A 69 tokens

jira

29

domengabrovsek/claude

Skill Claude CodeCodex

Read and write Jira work items through the acli CLI. Use when the user mentions a Jira ticket, issue, story, bug, or epic, drops a Jira key like SER-123, or pastes an atlassian.net/browse URL.

15 3d ago A 53 tokens

mr

30

domengabrovsek/claude

Skill Claude CodeCodex

Create a merge request or pull request from the current branch: verify quality gates, enforce conventional commits, validate the title, preview, and wait for explicit approval before creating. Use when the user says 'create MR', 'create PR', 'open a merge request', or 'raise a PR'.

15 3d ago A 61 tokens

observability

31

domengabrovsek/claude

Skill Claude CodeCodex

Instruments a feature so production behavior is diagnosable before the first incident: structured logs, RED/USE metrics, traces, symptom alerts. Use when adding logging, metrics, tracing, or alerting, when shipping a feature that runs in production, or when a PR adds I/O, retries, queues, or cross-service calls.

15 3d ago A 71 tokens

prototype

32

domengabrovsek/claude

Skill Claude CodeCodex

Builds 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.

15 3d ago A 40 tokens

prune

33

domengabrovsek/claude

Skill Claude CodeCodex

Reviews code exclusively for over-engineering and lists what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. Use when the user says 'review for over-engineering', 'is this over-engineered', or invokes /prune. Complements correctness-focused review; this one…

15 3d ago A 69 tokens

research

34

domengabrovsek/claude

Skill Claude CodeCodex

Starts Phase 1 (Research) for a topic: reads every relevant file, optionally runs a panel of Explore teammates, and saves a research artifact to .claude/state/research/. Use when the user says 'research ' or '/research', or before planning work in unfamiliar code. Research only - proposes no solutions.

15 3d ago A 68 tokens

resolve-conflicts

35

domengabrovsek/claude

Skill Claude CodeCodex

Resolves an in-progress git merge or rebase conflict by recovering each side's intent from commits, PRs, and issues. Use when a merge or rebase stops on conflicts, or when the tree contains conflict markers.

15 3d ago A 49 tokens

review-pr

36

domengabrovsek/claude

Skill Claude CodeCodex

Reviews a pull request with structured severity-based feedback. Use when asked to review a PR, asked for a code review, or given a PR number/URL.

15 3d ago B 35 tokens

sentry-issue

37

domengabrovsek/claude

Skill Claude CodeCodex

Fetches and digests Sentry issue data (summary, tags, stack trace, breadcrumbs, latest event) by short ID, numeric issue ID, or sentry.io URL, for any Sentry org the local token can access. Use when the user mentions a Sentry issue or short ID (e.g. MY-PROJECT-4X2), pastes a sentry.io issue URL, or asks to investigate…

15 3d ago A 95 tokens

ship

38

domengabrovsek/claude

Skill Claude CodeCodex

Runs pre-launch validation and the release workflow. Use when the user says 'ship', 'release', 'deploy', or 'ready to merge'.

15 3d ago A 31 tokens

spec

39

domengabrovsek/claude

Skill Claude CodeCodex

Defines requirements before planning. Use when starting a new feature, when requirements are ambiguous, or when the user says 'write a spec' or 'define requirements'.

15 3d ago A 34 tokens

summarize

40

domengabrovsek/claude

Skill Claude CodeCodex

Summarizes the current session's work into a diary entry at .claude/state/sessions/ and runs worktree auto-cleanup. Use when the user says 'summarize' or '/summarize', or when closing out a completed work session.

15 3d ago A 57 tokens

test

41

domengabrovsek/claude

Skill Claude CodeCodex

Writes tests using a TDD workflow. Use when the user says 'write tests', 'add tests', 'TDD', or 'prove-it pattern'.

15 3d ago A 33 tokens

to-issues

42

domengabrovsek/claude

Skill Claude CodeCodex

Breaks a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when the user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

15 3d ago A 55 tokens

verify-done

43

domengabrovsek/claude

Skill Claude CodeCodex

Runs the comprehensive quality gate before declaring work done: discovers the checks CI actually runs, executes them in order, then reviews git status and the session diff. Use when the user says 'verify done' or '/verify-done', or before pushing any branch.

15 3d ago A 56 tokens

wayfinder

45

domengabrovsek/claude

Skill Claude CodeCodex

Plans a huge chunk of work - more than one agent session can hold - as a shared map of decision tickets in a local file, and resolves them one at a time until the way to the destination is clear. Use when the user invokes /wayfinder on an effort too big for a single session.

15 3d ago A 64 tokens

wizard

46

domengabrovsek/claude

Skill Claude CodeCodex

Generates an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking a third-party dashboard, or running a one-off migration or cutover. Not for steps the agent can perform itself.

15 3d ago A 56 tokens

worktree-merge

47

domengabrovsek/claude

Skill Claude CodeCodex

Cleans up a worktree after its branch has been merged: removes the worktree directory and deletes the local branch. Use when the user says '/worktree-merge' or asks to clean up a merged worktree.

15 3d ago A 50 tokens

worktree

48

domengabrovsek/claude

Skill Claude CodeCodex

Creates an isolated git worktree for the current task and switches into it, resolving cross-session collisions before they happen. Use when the user says '/worktree ' or wants an isolated working copy for a new task.

15 3d ago A 48 tokens