Cria um Django Model completo no padrão Fat Model do SurveyHub: UUID PK, TextChoices para status, soft delete (deleted_at), state machine (ativar/pausar/encerrar com guards),…
Cria um Manager e QuerySet customizado Django para um model do SurveyHub, com métodos em português seguindo o padrão do projeto (ativos, nao_deletados, do_usuario, com_contagens,…
Choose the right Zoom building surface for a use case and explain the tradeoffs clearly. Use when deciding between REST API, Webhooks, WebSockets, Meeting SDK, Video SDK, Zoom…
Migrate Python projects to idiomatic Go end-to-end. Branches into 6 project-type playbooks (CLI, TUI, HTTP backend, data pipeline, async worker, library) with the right stack…
Peer review the **new work** on the current niche/* branch (vs origin/ on a -general branch, or vs origin/niche/-general on a feature branch).
Internal reference skill loaded by audit and fix skills for version-specific Rails breaking changes and fix patterns. Not a user-facing skill — do not activate this directly.
Spring Boot coding guidelines for REST APIs, data access, caching, and configuration. This skill covers Spring-specific patterns. For core Java, use java-coding skill.
Orchestrate the backend team through a full feature implementation cycle: API design, database design, service implementation, and testing.
Master FastAPI dependency injection for building modular, testable APIs.
GraphQL schema design and optimization with federation support
Expert-level gRPC, Protocol Buffers, microservices communication, and streaming
Validate OpenAPI specifications for correctness, security, and best practices
Protocol Buffers and gRPC service definition with backward compatibility checks
Redis backend for conversation state persistence and caching
Deploy interactive API documentation using Swagger UI with custom branding
Use this skill to create a Terraform backend configuration file (backend.tf) using Terraform Cloud as the backend.
Create websocket client creator operations. Auto-activating skill for API Integration. Triggers on: websocket client creator, websocket client creator Part of the API Integration…
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
The Twelve-Factor App methodology for building scalable, maintainable cloud-native applications. Use when designing backend services, APIs, microservices, or any…
Adds new WebSocket event subscriptions to OneKey. Use when implementing new socket events, handling server push messages, or adding real-time data subscriptions.
Stratégies de gestion d'erreurs, logging, debugging et troubleshooting dans la stack NestJS + Next.js de Lumira V2.
Use when you need to review, improve, or build Spring Boot 4.0.x applications — including proper usage of @SpringBootApplication, component annotations (@Controller, @Ser — from…
Use when you need to design, review, or improve REST APIs with Spring Boot — including HTTP methods, resource URIs, status codes, DTOs, versioning, deprecation and sunset — from…
Use when you need to design, review, or improve validation in Spring Boot applications — including Bean Validation on request DTOs, @Valid/@Validated at API boundaries, c — from…
Use when you need to write or review programmatic JDBC with Spring — including JdbcClient (Spring Framework 7+) as the default API, JdbcTemplate only where batch/streamin — from…
Use when you need to use Spring Data JDBC with Java records — including entity design with records, repository pattern, immutable updates, aggregate relationships, custom — from…
Use when you need to add or review Flyway database migrations in a Spring Boot application — Maven dependencies, db/migration scripts, spring.flyway.* configuration, base — from…
Use when you need to write unit tests for Spring Boot applications — including pure unit tests with @ExtendWith(MockitoExtension.class) for @Service/@Component, slice tes — from…
Use when you need to write or improve integration tests — including Testcontainers with @ServiceConnection, @DataJdbcTest persistence slices, TestRestTemplate or MockMvcT — from…
Use when you need to implement acceptance tests from a Gherkin .feature file for Spring Boot applications — including finding scenarios tagged @acceptance, implementing h — from…
Use when reviewing Rails code, PRs, or architecture for conventions, Hotwire defaults, and correctness risks.
Apply 37signals/DHH Rails conventions when writing Ruby on Rails code. Use when building Rails applications, reviewing Rails code, or making architectural decisions.
Create your FastAPI skill in one prompt, then learn to improve it throughout the chapter
Use when you need framework-agnostic OpenAPI 3.x guidance — spec structure, metadata and versioning, paths and operations, reusable schemas, security schemes, examples, d — from…
Agent-to-Agent (A2A) server configuration patterns for HTTP, STDIO, SSE, and WebSocket transports. Use when building A2A servers, configuring MCP transports, setting up server…
Recipe skill for implementing GraphQL proxying patterns using the a6 CLI. Covers operation-based routing with built-in GraphQL variables, per-operation rate limiting,…
Ably real-time messaging patterns, WebSocket channel management, message validation and processing, staleness filtering, error recovery strategies, collaborative editing with…
Generate ABP Application.Contracts layer scaffolding (interfaces, DTOs, permissions) from technical design. Enables parallel development by abp-developer and qa-engineer.
Use when implementing GraphQL resolvers with Absinthe. Covers resolver patterns, dataloader integration, batching, and error handling.
Use when designing GraphQL schemas with Absinthe. Covers type definitions, interfaces, unions, enums, and schema organization patterns.
Use when implementing real-time GraphQL subscriptions with Absinthe. Covers Phoenix channels, PubSub, and subscription patterns.
Generates DI Container configuration for PHP 8.5. Creates module classes, service providers, container configuration, and autowiring setup.
Search and reference Ace Browser backend architecture documentation including system topology, service inventory, data flow, API schemas, and design rationale.
Exposes Advanced Custom Fields data through the WordPress REST API using register_rest_field and acf_format_value.
Real-time WebSocket features with Action Cable in Rails. Use when: (1) Building real-time chat, (2) Live notifications/presence, (3) Broadcasting model updates, (4) WebSocket…
Use proactively for authorization with ActionPolicy. Creates policies, scopes, and integrates with GraphQL/ActionCable.
Garante que novas Actions sigam o padrão de classes actions reutilizáveis do Easy Budget. — from diegosouzapw/awesome-omni-skill
Add a new AI processing mode to the tube2txt pipeline. Handles all required touch-points across CLI args, GeminiClient prompts, and hub WebSocket parsing.
Scaffold a new API route with shared schemas, OpenAPI definition, handler, and registration
Guides backend architecture decisions — over-engineering, folder structure, slices, layers, feature organization, where code goes.
Backend API architecture: Clean Architecture, SOLID, DTOs, Services, Repositories, RESTful — stack-agnostic.
Add backend integration testing with Vitest to an existing app. Sets up isolated test database schema and writes tests for tRPC routers. — from engineering/backend
Add backend integration testing with Vitest to an existing app. Sets up isolated test database schema and writes tests for tRPC routers. — from majiayu000/claude-skill-registry
Use VoltAgent to intercept, validate, and enforce input/output policies in TypeScript agent workflows.
Create WebSocket handlers for Hyper-Porto with Litestar. Use when the user wants to add websocket, create ws handler, realtime, добавить websocket, вебсокет, реалтайм.
Add a real-time WebSocket event with server emit, client hook, and org-scoped rooms. Use when adding live updates like new leads, deal changes, or chat messages.
Provides additional instructions for HTMX and Flask, primarily related to templating.
Building voice and video agents with Gemini Live API — bidirectional streaming via WebSocket, LiveRequestQueue, run_live(), RunConfig, and audio/video patterns.
Expert guidance for Adobe Express add-on development using Document APIs, Add-on UI SDK, and Document Sandbox.