AgentSkillsCN

fastapi-skills

FastAPI框架的常用模式、最佳实践与实现指南。

SKILL.md
--- frontmatter
name: fastapi-skills
description: FastAPI framework patterns, best practices, and implementation guides
category: stacks/backend/fastapi
applies_to: fastapi
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject

FastAPI Skills

Modern, fast Python web framework for building APIs.

Sub-Skills

Architecture

Database

Security

Validation

Error Handling

Testing

Performance

Detection

Auto-detected when project contains:

  • main.py with FastAPI
  • fastapi or uvicorn packages
  • from fastapi import imports