Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

Backend Development Guidelines

porlangfuse·langfuse· v1.0.0 · atualizado em 2026-04-11
81
Score

Comprehensive backend development guidelines for Langfuse's Next.js 14/tRPC/Express/TypeScript monorepo. Use when building tRPC routers, public API endpoints, BullMQ queue processors, or services, and when working with tRPC procedures, Next.js API routes, Prisma database access, ClickHouse analytics queries, Redis queues, OpenTelemetry instrumentation, Zod v4 validation, env.mjs configuration, tenant isolation patterns, or async patterns. Covers layered architecture, dual database system (PostgreSQL + ClickHouse), projectId filtering, traceException error handling, observability patterns, and testing strategies (Jest for web, vitest for worker).

backend-developmenttypescripttrpcnextjsbullmqprismaclickhouseobservability
Linguagens
TypeScriptSQL
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdbackend-dev-guidelines/workflow
1
Identify Task: — Determine the type of backend task (e.g., tRPC procedure, API endpoint, queue processor).
2
Checklist: — Follow the relevant checklist (UI, SDK, Queue Processor) to ensure all steps are covered.
3
Implement Logic: — Implement the business logic in a service, following the layered architecture.
4
Database Access: — Use Prisma or ClickHouse for database interactions, ensuring tenant isolation.
5
Validation: — Validate all input using Zod schemas.
6
Observability: — Instrument the code with OpenTelemetry and DataDog for monitoring.
7
Testing: — Write unit and integration tests to ensure code quality.

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 aPine Script Developer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aEncore Service Structure
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aFeature Development
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81

Árvore do Skill

Backend Development Guidelines
backend-dev-guidelines
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers9
create a new tRPC routermodify a public API endpointcreate a BullMQ queue processorimplement backend service logicaccess the database with Prismaadd observability with OpenTelemetryvalidate input with Zodconfigure environment variableswrite backend tests

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 backend-dev-guidelines
$ synaptic skills detail backend-dev-guidelines
$ synaptic skills live backend-dev-guidelines

Dependências

nextjstrpcbullmqtypescriptprismaclickhouseotelzodenv-cmd

Links

GitHub Repository