fastapi skills

1,072 tagged fastapi, measured the same way as everything else here.

Browse within: docker 149Multi-Agent 99open-source 84llm-routing 83nextjs 71postgresql 60enterprise 49a-ri-a-ai 48agentic-workspace 48ai-workspace 48ariaai 48client-memory 48langgraph 48LangChain 44

fastcrud

25

benavlabs/fastcrud

Skill Claude CodeCodex

Use when building or modifying CRUD endpoints with FastCRUD (the fastcrud PyPI package) in a FastAPI project — covers FastCRUD, crudrouter, EndpointCreator, FilterConfig, JoinConfig, auto-relationship detection, the filter operator syntax (gte, in, ilike, etc.), cursor pagination, soft delete, and how to avoid N+1…

not rated 1.6k +4 2mo ago A 147 tokens original MIT

fastapi-guard

26

rennf93/fastapi-guard

Skill Claude CodeCodex

Production-ready security middleware for FastAPI. Use when adding IP filtering, rate limiting, per-route security decorators, route-resolution strict mode, global behavior rules, passive/log-only mode, or Guard Agent SaaS telemetry to a FastAPI app. Covers SecurityMiddleware setup, SecurityConfig tuning, and the…

not rated 813 6d ago A 72 tokens original MIT

alikon-art/DeterminFlow

Skill Claude CodeCodex

A setup guide for creating and managing DeterminFlow agent definitions, which describe how an AI agent is configured and what it can access.

not rated 685 +14 5d ago A 65 tokens AGPL-3.0

automation-guide

28

alikon-art/DeterminFlow

Skill Claude CodeCodex

A guide for DeterminFlow Cron automations, which run agents or tasks once or on a repeating schedule.

not rated 685 +14 5d ago A 68 tokens AGPL-3.0

workflow-guide

29

alikon-art/DeterminFlow

Skill Claude CodeCodex

A guide for working with DeterminFlow workflows, which are automated sequences of tasks connected by steps and decisions.

not rated 685 +14 5d ago A 75 tokens AGPL-3.0

docx

30

AgentTeam-TaichuAI/ScienceClaw

Skill Claude CodeCodex

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…

not rated 660 +1 3mo ago A 168 tokens

pdf

31

AgentTeam-TaichuAI/ScienceClaw

Skill Claude CodeCodex

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

not rated 660 +1 3mo ago A 92 tokens

deep-research

32

AgentTeam-TaichuAI/ScienceClaw

Skill Claude CodeCodex

A research workflow for gathering information from multiple sources and producing professional PDF or DOCX reports. It can use papers, scientific databases, and web search for technical and scientific questions.

not rated 660 +1 3mo ago A 197 tokens

memclaw

33

caura-ai/caura

Skill Claude CodeCodex

The agent's persistent long-term memory — the only knowledge that survives across sessions, shared across the fleet under access control. Consult it at the start of a task to recall prior decisions, findings, and rules before acting, and write outcomes, decisions, and lessons as work completes. Use whenever a caura…

not rated 469 +3 yesterday A 124 tokens original Apache-2.0

company-brain

34

caura-ai/caura

Skill Claude CodeCodex

How an agent should operate as one mind inside a shared Company Brain built on Caura — recall before acting, obey fleet keystones, reuse and publish skills, and report outcomes so every task compounds across the whole organization. Use this whenever you work as part of a Caura-connected team or fleet and your work…

not rated 469 +3 yesterday A 108 tokens original Apache-2.0

meeting-facilitate

35

CronusL-1141/AI-company

Skill Claude CodeCodex

Part of ai-team-os

A process for running structured meetings between multiple software agents. It covers choosing a meeting format, bringing in participants, managing discussion rounds, checking attendance, and producing a summary.

not rated 353 +2 20d ago A 72 tokens original MIT

os-workflow

37

CronusL-1141/AI-company

Skill Claude CodeCodex

Part of ai-team-os

A workflow guide for sending work from an AI Team OS project back into its task records. It explains how a lead agent and workflow agents record progress and important results.

not rated 353 +2 20d ago A 51 tokens original MIT

KLR-Pattern/pydantic-resolve

Skill Claude CodeCodex

A three-stage development method for Python projects built with pydantic-resolve, starting with agreed data models and ending with application interfaces. It uses an ER diagram, which shows database entities and their relationships, plus ORM models that represent database records in code.

not rated 326 27d ago A 56 tokens original MIT

aiocache

39

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Configure or use the aiocache caching layer. Use when: adding cache reads/writes, configuring cache backends, working with TTLs, enabling/disabling caching, or understanding the NoOpCache fallback pattern.

not rated 309 3mo ago A 47 tokens original MIT

celery-tasks

40

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Create or modify Celery tasks and periodic task configuration. Use when: adding new background tasks, setting up periodic/scheduled tasks, configuring Celery workers, or understanding the Celery app setup.

not rated 309 3mo ago A 44 tokens original MIT

sqlalchemy-models

41

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Create or modify SQLAlchemy models, queries, and Alembic migrations. Use when: defining new database tables, writing queries, creating migrations, checking model conventions, or understanding the database layer.

not rated 309 3mo ago A 44 tokens original MIT

trellis-brainstorm

42

yuqie6/ProductFlow

Skill Claude CodeCodex

Guides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex…

not rated 301 8d ago A 65 tokens original MIT

yuqie6/ProductFlow

Skill Claude CodeCodex

A local memory skill that searches earlier AI conversations through the Trellis mem command-line tool. It can inspect past Claude Code and Codex sessions without uploading them.

not rated 301 8d ago A 140 tokens original MIT

trellis-update-spec

44

yuqie6/ProductFlow

Skill Claude CodeCodex

Captures executable contracts and coding conventions into .trellis/spec/ documents. Use when learning something valuable from debugging, implementing, or discussion that should be preserved for future sessions.

not rated 301 8d ago A 40 tokens original MIT

vakovalskii/searcharvester

Skill Claude CodeCodex

Deep-research methodology with a ROLE-BASED team of parallel sub-agents. One delegatetask batch dispatches 2–3 researchers (each on a distinct sub-question), 1 critic (adversarial counter-search), and 1 fact-checker (numeric/date verification). The lead synthesises their findings into a cited report at ./report.md.…

not rated 258 +2 4mo ago A 107 tokens AGPL-3.0

vakovalskii/searcharvester

Skill Claude CodeCodex

Fetch a web page and extract its main content as clean markdown via trafilatura. Strips navigation, ads, and footers automatically. Supports size presets (short/medium/long) and full mode with pagination for very long documents. Use after searcharvester-search to actually read the pages behind your URLs.

not rated 258 +2 4mo ago A 71 tokens AGPL-3.0

vakovalskii/searcharvester

Skill Claude CodeCodex

Search the web via SearXNG (100+ engines: Google, DuckDuckGo, Brave, Bing, Yandex, Mojeek, ...) through a Tavily-compatible API. Use when the user needs to find information, recent news, compare sources, gather facts, or locate specific URLs. Returns title + URL + short snippet for each result. For full page content…

not rated 258 +2 4mo ago A 95 tokens AGPL-3.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: