# steph-dove

> Open-source publisher. Listings imported from github.com/steph-dove — credited to the original author with their license.

- **Listings:** 16
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/steph-dove
- **Website:** https://github.com/steph-dove

## Published listings

- [Fastapi Test](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-test) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-test`
  Use when the user wants tests written for current changes (uncommitted diff or recent feature). Matches the repo's existing test framework, fixtures, and assertion style. Covers happy path, edge cases, and error paths without over-mocking.
- [Fastapi Implement](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-implement) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-implement`
  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.
- [Fastapi Refactor](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-refactor) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-refactor`
  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.
- [Fastapi Plan](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-plan) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-plan`
  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.
- [Fastapi Explain](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-explain) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-explain`
  Use when the user wants code, a concept, or the current diff explained in this repo. With no specific target, explains the current branch diff; with a target, traces call chains and data flow end-to-end and explains in plain language.
- [Fastapi Security Audit](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-security-audit) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-security-audit`
  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 and reports findings; it does not refactor or fix.
- [Fastapi Pr](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-pr) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-pr`
  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.
- [Fastapi Slop Coded](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-slop-coded) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-slop-coded`
  Use when the user explicitly wants to turn clean, human prose INTO maximal AI slop — as a joke, a demo of what AI tells look like, or to stress-test the humanize skill by feeding it the worst input imaginable. The evil twin of humanize — it adds every tell humanize strips. For laughs and demos only; never run it on a real deliverable.
- [Fastapi New Worktree](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-new-worktree) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-new-worktree`
  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.
- [Fastapi Commit](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-commit) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-commit`
  Use when the user wants a commit message written for currently staged changes. Reads `git diff --cached`, recent log style, and CLAUDE.md, then outputs a conventional-commit-style message — type(scope) summary + why-focused body.
- [Fastapi Precommit](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-precommit) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-precommit`
  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 the Klaussy desktop pre-commit gate, which inlines the diff and adds its own ma…
- [Fastapi Review](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-review) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-review`
  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.
- [Fastapi Debug](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-debug) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-debug`
  Use when the user reports an error, bug, or unexpected behavior in this repo and wants help diagnosing it. Five phases — reproduce, diagnose root cause (read-only), write a failing test, fix, verify against the full suite.
- [Fastapi Humanize](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-humanize) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-humanize`
  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.
- [Fastapi Adr Generator](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-adr-generator) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-adr-generator`
  Use when the user wants to record an architectural decision — drafting an Architecture Decision Record (ADR) or RFC, documenting a design choice and its trade-offs, or capturing why an approach was taken. Detects the repo's existing ADR location and template style (MADR or Nygard) and matches it; if none exists, sets one up. Writes the record; it does not change code.
- [Fastapi Fix](https://agentstack.voostack.com/l/skill-steph-dove-klaussy-agents-fastapi-fix) — Skill · Free · security-reviewed — `agentstack add skill-steph-dove-klaussy-agents-fastapi-fix`
  Use when the user wants lint, format, and type errors fixed in the current changes. Reads CLAUDE.md for the repo's lint/format/type-check commands, runs each, and fixes only style/format/type issues — no behavior changes.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
