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

Add TypeSpec API Operations

porgithub·github· v1.0.0 · atualizado em 2026-04-10
78
Score

Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards

typespecapi-designrestful-apimicrosoft-365adaptive-cardscrud-operations
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdtypespec-api-operations/workflow
1. Define the data models (e.g., Item, CreateItemRequest, UpdateItemRequest) using TypeSpec.
2. Use the `@route` decorator to specify the API endpoint for each operation.
3. Use the `@get`, `@post`, `@patch`, and `@delete` decorators to define the HTTP method for each operation.
4. Use `@path`, `@query`, and `@body` decorators to define parameters for each operation.
5. Optionally, use the `@card` decorator to associate an adaptive card with a GET operation.
6. Optionally, use the `@capabilities` decorator to add confirmation prompts to POST, PATCH, and DELETE operations.
7. Compile the TypeSpec code to generate the API definition.

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

Similar aCode Reviewer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
94
Similar aGit Diff Parser
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
86
Similar aREST API Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
90

Árvore do Skill

Add TypeSpec API Operations
typespec-api-operations
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers6
create a TypeSpec API with CRUD operationsadd GET, POST, PATCH, DELETE operations to TypeSpecimplement RESTful API using TypeSpecgenerate API endpoints with TypeSpecdefine API routes and parameters in TypeSpecadd adaptive cards to TypeSpec API responses

Avaliar este Skill

Score Breakdown

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

Instalação

$ synaptic mcp download typespec-api-operations
$ synaptic skills detail typespec-api-operations
$ synaptic skills live typespec-api-operations

Dependências

typespec

Links

GitHub Repository