← All creators

domengabrovsek

User

Shared agent configuration for Claude Code, Codex, and Pi. One AGENTS.md instruction source, 35 portable skills, 16 expert personas, and host adapters that wire each runtime to the same rules, hooks, and permission boundaries.

34 indexed · 0 Featured · 15 stars · avg score 70
Prolific

Categories

Indexed Skills (34)

AI & Automation Listed

wayfinder

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 Updated yesterday
domengabrovsek
AI & Automation Listed

handoff

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 Updated yesterday
domengabrovsek
AI & Automation Listed

debug

Runs a structured production-incident investigation that forces evidence-first hypothesis ranking before any code change. Use when given an error message, Sentry alert, failing log, or an 'investigate <X>' request.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

grill-with-docs

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 Updated yesterday
domengabrovsek
AI & Automation Listed

to-issues

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 Updated yesterday
domengabrovsek
AI & Automation Listed

write-a-skill

Provides the reference and principles for writing and editing skills well - the vocabulary that makes a skill predictable. Use when creating, writing, editing, reviewing, or refactoring an agent skill.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

review-pr

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 Updated yesterday
domengabrovsek
AI & Automation Listed

prototype

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 Updated yesterday
domengabrovsek
AI & Automation Listed

build

Implements code incrementally with quality gates. Use when the user says 'build' or 'implement', or when starting the implementation phase of an approved plan.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

diagram

Creates or updates a diagram, picking mermaid vs drawio per rules/diagrams.md, writing the source file, and previewing via MCP. Use when the user says 'diagram' or '/diagram', or asks for a flowchart, architecture, sequence, or state diagram.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

document

Creates or refreshes technical engineering docs in the current repo's /docs/ tree: Diataxis layout, mermaid diagrams, ADR support, drift audit. Use when the user says 'write docs', 'document this', 'audit the docs', or '/document'.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

drive-fleet

Drives a fleet of MRs/PRs to done with a manager loop plus the built-in /goal command, delegating all edit, review, rebase, and conflict work to worktree-isolated domain-expert subagents. Use when the user says 'drive fleet' or 'drive the fleet', has 2+ independent lanes to drive in parallel, or wants a hands-off manager that stops only when the whole fleet is green, reviewed, and rebased.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

improve-codebase-architecture

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 Updated yesterday
domengabrovsek
AI & Automation Listed

prune

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 only hunts complexity.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

sentry-issue

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 a Sentry error.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

ship

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

15 Updated yesterday
domengabrovsek
AI & Automation Listed

spec

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 Updated yesterday
domengabrovsek
AI & Automation Listed

ci

Monitor the CI pipeline for the current branch via a background Monitor script (GitHub or GitLab), reacting to pass, fail, and manual-gate states. Use when the user says 'watch CI', 'monitor the pipeline', 'is CI green', or after pushing a branch or creating a PR/MR.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

mr

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 Updated yesterday
domengabrovsek
AI & Automation Listed

jira

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 Updated yesterday
domengabrovsek
AI & Automation Listed

constraints

Establishes a repo's quality bar as CONSTRAINTS.md: numbers with a command behind each, ratcheted so they never regress, guarded against quiet weakening. Use when no quality bar is written down, when the user says 'set up constraints' or 'define our standards', or when an agent keeps silencing checks or skipping tests to reach green.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

observability

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 Updated yesterday
domengabrovsek
AI & Automation Listed

wizard

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 Updated yesterday
domengabrovsek
AI & Automation Listed

write-plain

Edits prose to cut the patterns that read as machine-written: puffery, vague attribution, forced triads, synonym cycling, inline-header lists, and sentences that name a feeling instead of a mechanism. Use when writing or revising a doc, ADR, spec, research artifact, PR description, or any prose longer than a few lines.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

fix-issue

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

15 Updated yesterday
domengabrovsek
AI & Automation Listed

research

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 <topic>' or '/research', or before planning work in unfamiliar code. Research only - proposes no solutions.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

summarize

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 Updated yesterday
domengabrovsek
AI & Automation Listed

verify-done

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 Updated yesterday
domengabrovsek
AI & Automation Listed

worktree

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 <slug>' or wants an isolated working copy for a new task.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

worktrees

Audits and optionally prunes git worktrees: current repo by default, cross-repo scan under ~/dev/ with --all. Use when the user says '/worktrees', 'audit worktrees', or 'prune worktrees'.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

resolve-conflicts

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 Updated yesterday
domengabrovsek
AI & Automation Listed

rulebook

Routes agent hosts to the applicable detailed standards in this repo's rules directory. Use before implementation, review, documentation, Git operations, delegation, or other work that needs rules beyond AGENTS.md.

15 Updated yesterday
domengabrovsek
AI & Automation Listed

worktree-merge

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 Updated yesterday
domengabrovsek
AI & Automation Listed

wait-what

Stop. That last message did not land: re-pitch it.

15 Updated yesterday
domengabrovsek

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.