fastapi-new-worktree skillA
fastapi-new-worktree is agent-read markdown (skill) from steph-dove/klaussy-agents: 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. Also known as `klaussy-new-worktree`..
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
Create a new git worktree for the task the user described. 1. Read CLAUDE.md to understand the project structure and branching conventions. 2. Create a short, descriptive branch name based on the task (e.g. `fix/login-redirect`, `feat/add-search`). 3. Take the current repository's folder name (you already know the working directory — don't compute it with a shell substitution like `$(basename $PWD)`, which isn't portable to Windows shells), and derive a directory slug from the branch name by replacing every `/` with `-` (`fix/login-redirect` → `fix-login-redirect`). Then run `git worktree add ../<repo-folder>-<dir-slug> -b <branch-name> master` to create the worktree from the configured base branch (the trailing start-point keeps the new branch from inheriting whatever branch the user is currently checked out on). The branch keeps its slash; only the directory is flattened, because a slash in the path would nest the worktree inside a `<repo-folder>-fix/` directory instead of creating a sibling of the repo. 4. Confirm the worktree was created successfully with `git worktree list`. 5. Tell the user the full path to the new worktree so they can open it. Rules: …
Read the whole file at its exact version.
How to install
mdr add steph-dove/klaussy-agents/fastapi-new-worktree@git:20260922.549c04fmdr add steph-dove/klaussy-agents/fastapi-new-worktree@sha256:900fd18986fb2849Pin 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.
[](https://markdownregistry.com/a/art_p66kr4m3hfcbe24n)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260922.549c04f latest | 2026-09-22 | 549c04f | 2,161 B | A | view · diff |
| git:20260918.4ac7924 | 2026-09-18 | 4ac7924 | 1,838 B | A | view · diff |
| git:20260713.91029df | 2026-07-13 | 91029df | 1,800 B | A | view · diff |
| git:20260630.a387a0a | 2026-06-30 | a387a0a | 1,603 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (2161 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
steph-dove/klaussy-agents · 16 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_p66kr4m3hfcbe24n GET https://markdownregistry.com/api/v1/resolve?ref=steph-dove/klaussy-agents/fastapi-new-worktree GET https://markdownregistry.com/api/v1/blob/900fd18986fb28499d4e7364623e8b2bfd3339ca17d05bbb7b4e1d514b02e57f
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.