Home / steph-dove / klaussy-agents · examples/fastapi/.agents/skills/fastapi-rest-of-the-owl/SKILL.md · GitHub

fastapi-rest-of-the-owl skillA

fastapi-rest-of-the-owl is agent-read markdown (skill) from steph-dove/klaussy-agents: 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. Long-running and autonomous; the human keeps the merge button. Also known as `klaussy-rest-of-the-owl`..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

> **Adapted for Cline.**
>
> - This skill orchestrates parallel sub-agents using Claude's `Agent` tool / `subagent_type` syntax. Most coding agents now have their own parallel sub-agent or task mechanism (e.g. Cursor's `Task`, Codex's `spawn_agent`, Gemini subagents, Copilot's `task`) — use yours and translate the wording. If it truly has none, apply each lens or angle yourself, sequentially, and combine the findings.

## Task

`$ARGUMENTS`

If `$ARGUMENTS` is empty, use the task definition the user pasted into the conversation (a ticket, a design note, a one-line ask). If there is none, stop and ask for one — this skill needs a target.

## The bit

*How to draw an owl: (1) draw two circles. (2) draw the rest of the owl.* The user just handed you the two circles. This skill draws the rest: the whole lifecycle from "here's what I want" to "here's a green, reviewed PR waiting for your merge", including the enormous unglamorous middle the meme skips.

**It does everything except merge.** The merge button stays with the human. Never merge, never force-push over someone else's work, never mark the PR ready-to-merge on the user's behalf.

## How this skill works
…

Read the whole file at its exact version.

How to install

Latest version
mdr add steph-dove/klaussy-agents/fastapi-rest-of-the-owl@git:20260922.549c04f
Exact content
mdr add steph-dove/klaussy-agents/fastapi-rest-of-the-owl@sha256:6ec31c60da81a686

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_o4nxxjbpdnlrqb7u.svg)](https://markdownregistry.com/a/art_o4nxxjbpdnlrqb7u)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.549c04f latest2026-09-22 549c04f 8,826 BA view · diff
git:20260918.4ac79242026-09-18 4ac7924 13,766 BA view · diff
git:20260918.e529a802026-09-18 e529a80 13,725 BA view · diff
git:20260716.30d2fb12026-07-16 30d2fb1 8,344 BA view · diff
git:20260713.91029df2026-07-13 91029df 7,669 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (8826 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

steph-dove/klaussy-agents · 16 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_o4nxxjbpdnlrqb7u
GET https://markdownregistry.com/api/v1/resolve?ref=steph-dove/klaussy-agents/fastapi-rest-of-the-owl
GET https://markdownregistry.com/api/v1/blob/6ec31c60da81a68635f1b8c42730320ef36d046d7741498fa14a835369364b9d

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from steph-dove/klaussy-agents

fastapi-address-review skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-address-review/SKILL.md · Use when a PR has review feedback and the user wants it addressed — pull the review comments, triage each one, apply…
git:20260922.549c04f · audit A · 16 stars
fastapi-adr-generator skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-adr-generator/SKILL.md · Use when the user wants to record an architectural decision — drafting an Architecture Decision Record (ADR) or RFC…
git:20260922.549c04f · audit A · 16 stars
fastapi-commit skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-commit/SKILL.md · Use when the user wants a commit message written for currently staged changes. Reads `git diff --cached`, recent log…
git:20260922.549c04f · audit A · 16 stars
fastapi-debug skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-debug/SKILL.md · Use when the user reports an error, bug, or unexpected behavior in this repo and wants help diagnosing it. Five phases…
git:20260918.4ac7924 · audit A · 16 stars
fastapi-deps skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-deps/SKILL.md · Use when the user wants to upgrade the project's dependencies safely — bump versions, read changelogs for breaking…
git:20260922.549c04f · audit A · 16 stars
fastapi-document skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-document/SKILL.md · Use when the user wants documentation written or updated — docstrings, API docs, a README section, or a doc comment on…
git:20260922.549c04f · audit A · 16 stars
fastapi-explain skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-explain/SKILL.md · Use when the user wants code, a concept, or the current diff explained in this repo. With no specific target, explains…
git:20260922.549c04f · audit A · 16 stars
fastapi-fix skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-fix/SKILL.md · Use when the user wants lint, format, and type errors fixed in the current changes. Reads CLAUDE.md for the repo's…
git:20260918.4ac7924 · audit A · 16 stars
fastapi-grant-permissions skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-grant-permissions/SKILL.md · Use when the user is tired of approving the same routine dev work ("stop asking me yes", "allow the normal dev tools"…
git:20260918.4ac7924 · audit B · 16 stars
fastapi-humanize skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-humanize/SKILL.md · Use whenever prose, a comment, a doc, a PR or commit body, or a file's text should read like a human engineer wrote it…
git:20260922.549c04f · audit A · 16 stars
fastapi-implement skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-implement/SKILL.md · Use when the user pastes a ticket, design doc, or task description and wants it implemented. Multi-phase flow —…
git:20260918.4ac7924 · audit A · 16 stars
fastapi-new-worktree skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-new-worktree/SKILL.md · Use when the user wants a new git worktree created for a task. Picks a kebab-case branch name with a…
git:20260922.549c04f · audit A · 16 stars

Every file in steph-dove/klaussy-agents

Browse by kind, by grade A, or by owner.