FastAPI Expert
Skill DoğrulandıComprehensive FastAPI knowledge for building production-ready APIs from basic to planet-scale. Use when building FastAPI applications, implementing REST APIs, setting up database operations with SQLModel, implementing authentication (OAuth2/JWT), deploying to Docker/Kubernetes, or needing guidance on middleware, WebSockets, background tasks, dependency injection, security, scalability, or performance optimization. Triggers include "FastAPI", "build API", "REST endpoint", "SQLModel", "OAuth2", "JWT", "deploy FastAPI", "Docker FastAPI", "Kubernetes", "API security", or questions about Python web frameworks.
This skill offers detailed code examples, project templates, and deployment configurations for FastAPI, including best practices for databases, security, and performance. It covers topics like SQLModel integration, JWT authentication, Docker containerization, and Kubernetes deployment, serving as a complete reference for building scalable APIs.
Documentation
- info:Configuration & parameter referenceWhile the skill provides good guidance on configuration, some specifics like exact environment variable names for CORS origins or database URLs could be more explicitly referenced within the main SKILL.md for immediate discoverability.
Versioning
- info:Release ManagementThe SKILL.md file and other project files do not contain explicit versioning information like a version number or changelog.
Code Execution
- info:LoggingThe skill provides examples of structured logging in FastAPI applications and mentions Prometheus for performance monitoring, but does not explicitly detail audit log creation for destructive actions.
Practical Utility
- info:Edge casesThe skill names several failure modes in the troubleshooting section (e.g., performance issues, authentication errors, database connection issues) but does not explicitly document recovery steps for each.
Yükleme
npx skills add bilalmk/todo_correctVercel skills CLI'yi (skills.sh) npx üzerinden çalıştırır — yerelde Node.js ve skills uyumlu en az bir ajanın (Claude Code, Cursor, Codex, …) kurulu olmasını gerektirir. Repo'nun agentskills.io biçimini izlediği varsayılır.
Benzer eklentiler
Shannon Skill
98Autonomous AI pentester for web apps and APIs. Run white-box security assessments with Shannon — analyzes source code, identifies attack vectors, and executes real exploits to prove vulnerabilities. Triggered by 'shannon', 'pentest', 'security audit', 'vuln scan'.
GitHub Deep Research Skill
97Conduct multi-round deep research on any GitHub Repo. Use when users request comprehensive analysis, timeline reconstruction, competitive analysis, or in-depth investigation of GitHub. Produces structured markdown reports with executive summaries, chronological timelines, metrics analysis, and Mermaid diagrams. Triggers on Github repository URL or open source projects.
Clerk Backend API
96Clerk Backend REST API explorer and executor. Browse tags, inspect endpoint schemas, and execute authenticated requests. Use when listing users, managing organizations, or calling any Clerk API endpoint.
Config Scan
95Detect security misconfigurations in config files, Docker, and IaC. Use when reviewing configuration security for containers, Kubernetes, Terraform, or application settings.
Vercel CLI
90The command-line interface for Vercel
Better Auth + FastAPI JWT Bridge
85Implement secure authentication bridge between Better Auth (Next.js frontend) and FastAPI (Python backend) using JWKS JWT token verification. Use this skill when users need to (1) Integrate Better Auth with FastAPI backend, (2) Implement JWT authentication with JWKS verification, (3) Set up user isolation and authorization in FastAPI endpoints, (4) Configure frontend to send authenticated API requests, or (5) Troubleshoot Better Auth + FastAPI authentication issues.