Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

FastAPI Skill

porjezweb·jezweb· v1.0.0 · atualizado em 2026-04-10
79
Score

|

fastapipythonapi-developmentbackendpydanticsqlalchemyuvicorn
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdfastapi/workflow
1. Set up a new project using `uv init my-api` and navigate into the project directory.
2. Add necessary dependencies using `uv add fastapi[standard] sqlalchemy[asyncio] aiosqlite python-jose[cryptography] passlib[bcrypt]`.
3. Define Pydantic schemas for request and response data validation.
4. Create SQLAlchemy models to represent database tables.
5. Implement API endpoints using FastAPI routes, integrating with the database and authentication services.
6. Configure CORS middleware to allow requests from the frontend application.
7. Run the development server using `uv run fastapi dev src/main.py`.
8. Test the API endpoints and ensure proper functionality and security.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Depende deFastAPI Skill
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
79
Depende de ←python-backend
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar astripe-best-practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aOpenAPI to TypeScript
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aFull-Stack Developer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81

Árvore do Skill

FastAPI Skill
fastapi
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers7
create a FastAPI applicationbuild a REST API with FastAPIset up a FastAPI project with SQLAlchemyimplement JWT authentication in FastAPIdefine Pydantic schemas for data validationconfigure a database connection with FastAPIdeploy a FastAPI application with Docker

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download fastapi
$ synaptic skills detail fastapi
$ synaptic skills live fastapi

Dependências

fastapipydanticsqlalchemyuvicornpython-josepasslibaiosqlite

Links

GitHub Repository