Home / steph-dove / klaussy-agents · examples/fastapi/.agents/skills/fastapi-grant-permissions/SKILL.md · GitHub

fastapi-grant-permissions skillB

fastapi-grant-permissions is agent-read markdown (skill) from steph-dove/klaussy-agents: 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 tests, lint, build, git, the package manager and the run command — while keeping secret files denied. Also known as `klaussy-grant-permissions`..

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

Grant the permissions a developer needs to work in this repo without a prompt on every routine command, while keeping sensitive files off-limits.

Permissions live in your agent's config file, not in memory or preferences — this skill edits that file. It does NOT loosen anything silently: propose the allow-list, show it, then write it.

## Where your allow-list lives

You're running **Cline**. Cline's auto-approval is GUI-only — there's no committed allow-list file, and `.clineignore` is the only committed control. So this skill's file-writing steps don't apply as written; tell the user that plainly, and where the agent has an equivalent control (an ignore file, a settings UI, a test/lint gate) point them at it instead of writing an allow-list.

## Steps

1. **Find the repo's real commands.** Read CLAUDE.md and any rules files first. If there's no CLAUDE.md (common on third-party repos), fall back to `README.md`, `CONTRIBUTING.md`, `package.json` `scripts`, a `Makefile`/`justfile`/`Taskfile.yml`, and a `scripts/` directory. Capture test, lint, format, type-check, build, and especially the **run/dev/start** command — that's the one people forget to allow.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add steph-dove/klaussy-agents/fastapi-grant-permissions@git:20260918.4ac7924
Exact content
mdr add steph-dove/klaussy-agents/fastapi-grant-permissions@sha256:94c0bde17df06377

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_fkecgi3lqlsyo4rq.svg)](https://markdownregistry.com/a/art_fkecgi3lqlsyo4rq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.4ac7924 latest2026-09-18 4ac7924 10,600 BB view · diff
git:20260918.e529a802026-09-18 e529a80 10,557 BB view · diff
git:20260716.ce03f932026-07-16 ce03f93 10,219 BB view · diff
git:20260716.a0d04612026-07-16 a0d0461 9,816 BB view · diff
git:20260716.30d2fb12026-07-16 30d2fb1 8,722 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No instruction to read or print local credentials (matched: Read(**/.env)` + `Edit(**/.env)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (10600 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 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_fkecgi3lqlsyo4rq
GET https://markdownregistry.com/api/v1/resolve?ref=steph-dove/klaussy-agents/fastapi-grant-permissions
GET https://markdownregistry.com/api/v1/blob/94c0bde17df06377cfbf6d382aaaff9912f1b5a8a7fc6c0a291ac30359d1cdf0

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-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
fastapi-plan skill
steph-dove/klaussy-agents · examples/fastapi/.agents/skills/fastapi-plan/SKILL.md · Use when the user wants a plan for a non-trivial task in this repo. Runs discovery, parallel exploration of the…
git:20260922.549c04f · audit A · 16 stars

Every file in steph-dove/klaussy-agents

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