← all publishers

dominikwozniak

@dominikwozniak source repo

16 published skills

  1. Git Workflow · dominikwozniak
    Use for any git operation in this project — commit, push, PR, sync, branch, stash. Reads conventions from CLAUDE.local.md; falls back to defaults. Trigger phrases: "commit", "push", "open PR", "create pull request", "sync with main", "stash my work", "new branch".
    0
    installs
  2. Session Handoff · dominikwozniak
    Compact the current conversation into a handoff document so another agent (fresh Claude Code session, Codex, etc.) can continue the work. Trigger phrases: "session handoff", "handoff", "summarise for next session", "prepare context for another agent", "wrap up so someone can pick this up".
    0
    installs
  3. Setup Pre Commit · dominikwozniak
    Use when adding pre-commit hooks to a JS/TS project. Detects package manager, installs husky + lint-staged + prettier, wires .husky/pre-commit to run lint-staged (and optionally typecheck + test). When pnpm is the detected manager, also enforces pnpm-only via `packageManager` field + `preinstall: npx only-allow pnpm` + `.npmrc engine-strict=true`. COMMITS to the repo — affects teammates. Trigger phrases: "set up pre-commit", "add husky", "configure lint-staged", "add commit-time formatting", "enforce pnpm".
    0
    installs
  4. Bootstrap Workflow · dominikwozniak
    Use when applying the claude-kit setup to a new project — drops CLAUDE.local.md, .claude/settings.local.json, hook scripts, and updates .gitignore. À la carte picker via AskUserQuestion: choose artifacts, pick hooks, optionally brew-install missing deps. All artifacts are local/gitignored. Trigger phrases: "bootstrap this project", "set up workflow", "apply claude-kit".
    0
    installs
  5. Dw Init · dominikwozniak bundle
    Scaffold a private/solo repo for the solo loop — `.ai/` (work / backlog / archive), `docs/decisions/`, `CONTEXT.md`, a tracked `AGENTS.md` with a Task Router and a size budget, the guardrail hooks, settings with a derived allow-list, and an optional pre-commit. Explicit-invoke only.
    0
    installs
  6. Dw Land · dominikwozniak bundle
    You are done with a change: wrap it up and decide whether it is ready to merge. One last thin verdict over the whole finished branch, then on your go close it: promote what is worth keeping — the decision records, the glossary, the gotchas — file the leftovers, archive the change doc, push the branch and open its pull request.
    0
    installs
  7. Dw Next · dominikwozniak
    Continue the change you are in the middle of, from where the last session had to leave it: catch up on where it stands and what is left, then build every unticked task, one commit each. Its state is read back from the doc, never from the conversation, so it survives a `/clear`.
    0
    installs
  8. Dw Ship · dominikwozniak
    Merge the landed change and leave nothing behind: settle the PR's checks, squash-merge it, tear down the worktree and branch, and pull the default branch. Explicit-invoke only.
    0
    installs
  9. Dw Check · dominikwozniak
    A second opinion on the diff so far, mid-build: what is wrong with it, and does it fit this repo? The pass goes to an outside reviewer — codex — or to a quick self-review when the diff is trivial or none is installed, and every mistake it names is verified at a real file:line before it counts, then fixed in-session on your approval.
    0
    installs
  10. Dw Grain · dominikwozniak
    Audit code just written for excess the gate cannot see: a helper reinvented beside its canonical home, a wrapper with one caller, config for a case that never occurs, a shape the neighbouring files build differently, code this change stranded. One table, and every row is a deletion or a reuse. Explicit-invoke only.
    0
    installs
  11. Dw Grill · dominikwozniak
    Interview the user to sharpen a vague, half-formed or ambiguous idea into decided requirements before any of it gets built — a round asks every question whose prerequisites are settled, hardest first, each with a recommended answer, then plays back what is decided and what is still open, so the thinking is finished first.
    0
    installs
  12. Dw Prune · dominikwozniak
    Walk `.ai/backlog/` and decide every entry out loud: drop what is stale or already done, do what is cheap and unblocked, bundle what ships with a cousin, leave the rest. Explicit-invoke only.
    0
    installs
  13. Dw Shape · dominikwozniak bundle
    Turn a request, a backlog entry or a finished `dw-grill` conversation into the change doc: write a durable `CHANGE.md` under `.ai/work/` with the goal, the decisions taken, a task checklist and anchors in real files; one per goal, never per shippable piece, depth scales with size, and in its own worktree when you ask for one.
    0
    installs
  14. Dw Doctor · dominikwozniak bundle
    Read-only environment diagnostic for a solo-lane repo: whether the tools the hooks and skills assume are installed, and whether the guardrails and the pre-commit really fire here or are silently skipping, each gap reported with a copy-paste fix.
    0
    installs
  15. Dw Unslop · dominikwozniak bundle
    Cut the AI tells out of text a human will read — a PR body, a commit body, a release note — without flattening it into something voiceless. Refuses agent-facing artifacts by name. Explicit-invoke only.
    0
    installs
  16. Dw Handoff · dominikwozniak
    Compact the live session into `.ai/work/<slug>/HANDOFF.md` — how far into the current task you are, what is applied but uncommitted, and which dead ends are already ruled out, so the next context window resumes mid-task. Explicit-invoke only.
    0
    installs