Tag: backend-development

Type: All Skills Tools
skill ★ 4,849

Baserow In-App Notification Implementation

Provides a structured approach for implementing or updating in-app notifications within the Baserow ecosystem, covering backend notification types and frontend rendering logic. It details patterns for event handling, target routing, and dup…

baserow/baserow baserow notification-system backend-development frontend-development
skill ★ 9,967

Guide to building production MCP servers

This guide outlines mandatory best practices and architectural patterns for developing robust MCP servers using the mcp-use framework. It provides detailed reference material for implementing tools, data resources, prompts, and interactive …

mcp-use/mcp-use mcp-server llm-agent backend-development tool-building
skill ★ 148,520

Backend Code Quality and Security Review

Automates the review of Python backend code for security vulnerabilities, performance bottlenecks, and architectural best practices. It supports analysing pending changes, code snippets, and specific files within the backend directory.

langflow-ai/langflow python code-review security-audit backend-development
skill ★ 1,010

CloudBase Run Backend Development

Provides instructions for deploying and managing backend services on CloudBase Run using Function or Container modes. It covers service configuration, long-lived connections such as WebSockets, and AI agent deployment.

TencentCloudBase/CloudBase-MCP cloudbase serverless backend-development cloud-run
skill ★ 1,010

Unified CloudBase Application Development Skill

A unified execution framework for managing, repairing, and integrating CloudBase applications, encompassing authentication, database, and storage services. It focuses on targeted repairs and implementing existing TODOs within established co…

TencentCloudBase/CloudBase-MCP cloudbase baas app-integration backend-development
tool ★ 1,010

Manage CloudBase Run Backend Service Deployment

This skill manages the full lifecycle of persistent backend services on CloudBase Run, supporting both Function and Container modes. It provides structured tooling for deployment, inspection, debugging, and managing long-lived connections l…

TencentCloudBase/CloudBase-MCP cloudbase cloudrun backend-development deployment
skill ★ 27,411

Langfuse Backend Development Guidelines

Comprehensive development guidelines for the Langfuse monorepo, covering tRPC routers, BullMQ processors, and database access patterns using Prisma and ClickHouse. It provides standards for architecture, middleware, and testing across web, …

langfuse/langfuse backend-development typescript trpc bullmq
skill ★ 19,338

Java Backend Development Patterns for Opik

Provides architectural patterns, naming conventions, and coding standards for developing the Opik Java backend. It covers layered architecture, dependency injection with Guice, and database interactions with MySQL and ClickHouse.

comet-ml/opik java backend-development api-design guice
skill

CloudBase Development and MCP Guidelines

Provides essential development guidelines and MCP configuration for managing Tencent CloudBase services, including cloud functions, databases, and authentication. It instructs agents on how to route tasks and use the CloudBase MCP server fo…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase mcp tencent-cloud serverless
skill

CloudBase Run Backend Development

Provides instructions for deploying and managing backend services on CloudBase Run using Function or Container modes. It covers service initialisation, deployment, and debugging for long-lived connections and custom runtimes.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase cloud-run backend-development serverless
skill

CloudBase Run Backend Development

Provides instructions for deploying and managing backend services on CloudBase Run using Function or Container modes. It covers service initialising, deployment, and debugging for long-lived connections and custom runtimes.

TencentCloudBase/CloudBase-AI-ToolKit cloudbase cloud-run backend-development serverless
skill ★ 11,620

Convex Application Performance Audit

Diagnoses and resolves performance bottlenecks in Convex applications, including read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and implementing optimizations such…

get-convex/convex-backend convex performance-optimization backend-development database-tuning
skill ★ 11,620

Convex Schema Migration Assistant

Facilitates safe Convex schema and data migrations using a widen-migrate-narrow workflow. It manages breaking changes, field transformations, and zero-downtime deployment strategies for existing tables.

get-convex/convex-backend convex database-migration schema-management backend-development
skill ★ 11,620

Designing and Building Reusable Convex Components

This skill provides a structured workflow for designing and implementing isolated Convex components with distinct tables and clear boundaries. It covers the implementation of local, packaged, and hybrid architectures using the Convex Compon…

get-convex/convex-backend convex backend-development component-architecture typescript
skill ★ 11,620

Convex Schema and Data Migration Helper

This skill plans and executes safe Convex schema and data migrations using a widen-migrate-narrow workflow. It handles breaking changes such as field type updates, table splits, and data backfilling while ensuring zero downtime.

get-convex/convex-backend convex schema-migration data-migration database-management
skill ★ 11,620

Designing and Building Convex Components

This skill facilitates the design and implementation of reusable Convex components with isolated tables and defined boundaries. It provides a structured workflow for extracting backend logic and managing component-to-app communication via a…

get-convex/convex-backend convex backend-development component-architecture serverless
skill ★ 11,620

Convex Application Performance Audit

This skill diagnoses and resolves performance bottlenecks in Convex applications, focusing on read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and applying optimisat…

get-convex/convex-backend convex performance-optimization backend-development database-auditing
skill ★ 11,620

Convex Schema and Data Migration Helper

This skill manages safe Convex schema and data migrations using a widen-migrate-narrow workflow. It handles breaking changes like field type updates, table splits, and data backfilling via the @convex-dev/migrations component.

get-convex/convex-backend convex schema-migration data-migration database-management
skill ★ 11,620

Create Reusable Convex Components

This skill facilitates the design and implementation of isolated Convex components with distinct schemas, clear boundaries, and app-facing wrappers. It provides a structured workflow for extracting backend logic into reusable modules or bui…

get-convex/convex-backend convex backend-development component-architecture typescript
skill ★ 11,620

Convex Schema and Data Migration Helper

This skill manages breaking schema changes in Convex by implementing a widen-migrate-narrow workflow. It facilitates safe data transformations, field updates, and table restructuring using the @convex-dev/migrations component.

get-convex/convex-backend convex schema-migration data-migration database-management