steph-dove

63 mods across 2 repositories, 17 stars between them.

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user is tired of approving the same routine dev work ("stop asking me yes", "allow the normal dev tools", "grant permissions"). Detects the repo's stack and writes a curated allow-list into the agent's own local permission file so the basics stop prompting — reading, editing and creating files, plus…

15 5d ago E 93 tokens copy · 100% MIT

httpx-humanize

50

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants prose, comments, docs, or a file's text to read like a human engineer wrote it instead of an AI. Strips AI tells (em-dashes, filler openers, chatbot scaffolding) by rewriting, then runs klaussy's deterministic scrubber as a guaranteed backstop. Never touches code.

15 5d ago A 72 tokens copy · 100% MIT

httpx-implement

51

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user pastes a ticket, design doc, or task description and wants it implemented. Multi-phase flow — understand, investigate (in plan mode), plan, implement, verify. Enforces strict scope rules and writes failing tests first for bug fixes.

15 5d ago A 57 tokens copy · 98% MIT

httpx-new-worktree

52

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants a new git worktree created for a task. Picks a kebab-case branch name with a fix/feat/chore/docs/refactor prefix, runs git worktree add from the configured base branch, and reports the new path.

15 5d ago A 59 tokens copy · 94% MIT

httpx-plan

53

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants to plan and implement a non-trivial task in this repo. Runs a multi-phase flow — discovery, parallel exploration, clarifying questions, parallel architectures, approval gate, implementation, parallel review, summary.

15 5d ago A 50 tokens copy · 100% MIT

httpx-pr

54

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants a PR description generated for the current branch. Reads commit history, file changes, and CLAUDE.md, then writes a Summary / Changes / Test Plan / Notes block to pr-description.md.

15 5d ago A 48 tokens copy · 98% MIT

httpx-precommit

55

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when reviewing a staged diff or an about-to-commit/push change for last-mile issues — silent failures, leaked secrets, debug leftovers, blatant correctness landmines, and excessive/narrating comments. Reports findings on the changed lines only; it does not refactor or rewrite code. This is the canonical source for…

15 5d ago A 93 tokens copy · 98% MIT

httpx-qa

56

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants the current change QA'd and PR-ready evidence captured. Classifies the diff and runs the verification that actually fits it — screenshots for UI/frontend changes, endpoint or e2e runs for backend, command output for a CLI, tests for a library — then saves artifacts and writes a QA summary.…

15 5d ago A 86 tokens copy · 92% MIT

httpx-refactor

57

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants to restructure code while preserving behavior exactly. Establishes a passing test baseline first, then makes incremental moves that each leave the suite green. Refuses to change behavior and structure in the same step.

15 5d ago A 49 tokens copy · 98% MIT

httpx-release

58

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants to cut a release — bump the version, update the changelog from conventional commits, and tag. Detects where the version lives, derives the next version from the commits since the last tag, and stages the release locally; it does not push or publish unless explicitly asked.

15 5d ago A 64 tokens copy · 97% MIT

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user hands you a task definition and wants the ENTIRE development loop run end-to-end — plan, implement, review and fix, QA the change with evidence appropriate to it, open a humanized PR, then poll CI and code review, fixing and resolving until the PR is green and clean. Does everything except merge.…

15 5d ago A 87 tokens copy · 92% MIT

httpx-review

60

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants a thorough PR or branch review. Triages by diff size — small PRs get a single-pass review, large PRs fan out to parallel sub-agents (correctness, architecture, security, scope, and an Agentic & Evals lens that activates on AI/agent code) with a validation phase that drops false positives.

15 5d ago A 76 tokens original MIT

httpx-run

61

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants to run, start, or launch this project's app — to watch a change work end-to-end, reproduce behavior in the real app, or smoke-test locally. Finds the run command from CLAUDE.md and drives the app; it does not write features or fix bugs.

15 5d ago A 64 tokens copy · 95% MIT

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use when the user wants a focused security pass over the current change — scanning the branch diff for leaked secrets, injection and SSRF, broken access control, unsafe deserialization, and newly added or vulnerable dependencies. Narrower and deeper than the general review skill: it applies only the security lenses…

15 5d ago A 76 tokens copy · 98% MIT

httpx-self-review

63

steph-dove/klaussy-agents

Skill Claude CodeCodex

Use right before declaring an implementation done — a last-pass review of your OWN uncommitted change against a fixed checklist (reuse, stdlib, comments, dead code, tests, scope). Catches the things that make a diff read as AI-written before a human ever sees it. Reviews the current diff; it does not write new…

15 5d ago A 74 tokens copy · 97% MIT