ai-senior-engineer-template: Skill for Claude Code

.claude/skills/fastapi-endpoint/SKILL.md

fastapi-endpoint is a skill for Claude Code from alirezaebrahimi5/ai-senior-engineer-template. It costs 56 tokens per session (3,568 once invoked), scanned A, original, no licence file.

A planning and implementation skill for FastAPI web endpoints. FastAPI is a Python framework for building web APIs; the skill covers database access, input validation, authentication, pagination, caching, and tests.

In plain words
What is it for?
Use it to plan and build asynchronous FastAPI endpoints with SQLAlchemy, Pydantic models, authentication dependencies, and pytest tests.
Why use it?
It helps clarify important design choices before code is written and keeps the endpoint work focused on deployment-ready behavior.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is alirezaebrahimi5/ai-senior-engineer-template's own configuration. It tells Claude Code how to work on ai-senior-engineer-template itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-senior-engineer-template configures →

Reuse

Borrowing it

Nothing to install: this file belongs to alirezaebrahimi5/ai-senior-engineer-template. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/alirezaebrahimi5/ai-senior-engineer-template/main/.claude/skills/fastapi-endpoint/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/alirezaebrahimi5/ai-senior-engineer-template

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fastapi-endpoint

README.md
[![agentmods](https://agentmods.dev/badge/skills/alirezaebrahimi5/ai-senior-engineer-template/fastapi-endpoint/github.svg)](https://agentmods.dev/skills/alirezaebrahimi5/ai-senior-engineer-template/fastapi-endpoint)
Your own site
<a href="https://agentmods.dev/skills/alirezaebrahimi5/ai-senior-engineer-template/fastapi-endpoint"><img src="https://agentmods.dev/badge/skills/alirezaebrahimi5/ai-senior-engineer-template/fastapi-endpoint/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fastapi-endpoint

Your own site · 80×15
<a href="https://agentmods.dev/skills/alirezaebrahimi5/ai-senior-engineer-template/fastapi-endpoint"><img src="https://agentmods.dev/badge/skills/alirezaebrahimi5/ai-senior-engineer-template/fastapi-endpoint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,568 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.03568
Opus 5 $0.00028 $0.01784
Sonnet 5 $0.00011 $0.00714
Haiku 4.5 $0.00006 $0.00357

Measured 10d ago against content hash ca296a77644c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

fastapi-endpoint scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/fastapi-endpoint/SKILL.md · 457 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 457 lines · 56 tokens per session scan A ca296a77644c

Subscribe to this mod's changes

fastapi-endpoint is a skill published in the GitHub repository alirezaebrahimi5/ai-senior-engineer-template (5 stars, last pushed 2mo ago), with no licence file. It adds 56 tokens to every session and 3,568 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

python

Use when building FastAPI applications, implementing async endpoints, setting up Pydantic schemas, working with SQLAlchemy, or writing pytest tests for Python backend services.

MadAppGang/claude-code · 34 tokens

fastapi-expert

Expert-level FastAPI development for high-performance Python APIs with async support. Use when the user mentions Python, API, async, REST, OpenAPI, or Pydantic, or when the task involves FastAPI Features.

personamanagmentlayer/pcl · 49 tokens

fastapi-patterns

FastAPI production patterns — routing, dependency injection, background tasks, streaming, error handling, and async. Use when building or reviewing a FastAPI service.

chandrudp29/skillhub · 36 tokens

FastAPI Patterns

Use this skill when building Python APIs with FastAPI and you want consistent boundary validation, async correctness, and maintainable dependency injection patterns.

AmariahAK/atlarix-skills · 3 tokens

FastAPI Customer Support Tech Enablement

Comprehensive FastAPI skill for building modern Python web APIs with focus on customer support systems, ticket management, real-time chat, and backend operations.

manutej/luxor-claude-marketplace · 36 tokens

python-backend

Production Python async patterns including asyncio TaskGroup, FastAPI dependency injection and middleware, SQLAlchemy 2.0 async sessions, and database connection pool tuning. Python 3.11+ runtime concerns such as ExceptionGroup, cancellation semantics, and session rollback. Use when building async services, wiring…

yonatangross/orchestkit · 82 tokens