Поиск skills
Найдите подходящую возможность для вашего агента.
react-frontend-development
Build React components with TypeScript, Tailwind CSS, and React Query for the Medellin Spark platform. Use when implementing UI features, creating components, managing state, or optimizing frontend performance. Specializes in React hooks, shadcn/ui components, and Supabase integration.
openapi
OpenAPI 3.1 specification patterns. Use when defining API schemas, operations, or documentation. Triggers: openapi.go, OpenAPI, Spec.*, openapi.Operation, openapi.Schema, openapi.Response, RequestBodyJSON, ResponseJSON, ResponseRef, SchemaRef, Schemas(), /docs endpoint, Scalar UI. File patterns: internal/*/openapi.go, pkg/openapi/*.go, cmd/server/openapi.go
django-api-debugger
Debug Django REST Framework API issues including serializers, viewsets, permissions, pagination, filtering, and response formatting. Use when troubleshooting API endpoints, serialization errors, permission denials, or unexpected response data.
authentication-strategies
Authentication patterns including JWT, sessions, and OAuth. Use when implementing user authentication.
vercel-fastapi-link
Configure FastAPI for Vercel deployment. Bundled Resources: Includes 'vercel.json', CORSMiddleware, Python logging, Pydantic models, and personalization endpoints.
fastapi-development
Enforces best practices for FastAPI development, ensuring scalable, high-performance, and maintainable APIs. Use when working on server-side Python code involving FastAPI.
implementer-agent-skill
Complete TDD workflow for implementing business logic (use cases) and API endpoints that make tests pass. Covers Zod safeParse validation, async/await patterns, Next.js API routes, service orchestration, and Clean Architecture compliance.
sharp-edges
Identify dangerous-but-tempting API patterns in React/Next.js/Supabase. Finds "footguns" - APIs that look safe but fail silently or have dangerous defaults. Inspired by Trail of Bits methodology.
supabase-integration
Complete Supabase integration for React applications including database setup, authentication, storage, and Edge Functions. Use this skill when users mention Supabase, databases, user authentication, file storage, "Enable Cloud", or backend functionality. 使用此技能处理 Supabase 数据库、用户认证、文件存储、Edge Functions 等后端功能。
docusaurus-auth
Expert skill for implementing authentication in Docusaurus static sites. Handles FastAPI backend setup for authentication, JWT token management, and secure API communication. Includes setup for static site generation, client-side authentication, and user data protection. Use when adding authentication to Docusaurus static sites, implementing FastAPI backend for authentication services, or securing API routes with JWT tokens in static site context.
ginx-skill
Develop HTTP APIs, middleware, error codes, and i18n strings using the ginx framework conventions. Use when creating or modifying APIs in apis/, defining error codes, adding i18n strings, or when the user asks to follow project conventions for HTTP endpoints, routes, middleware, or error handling.
php-symfony-api-platform-resources
Configure API Platform resources with operations, pagination, DTOs, and GraphQL support. WHEN: Defining API resources, configuring operations (Get, Post, Put, Delete), setting pagination strategies, creating input/output DTOs, API versioning. WHEN NOT: Adding filters (use php-symfony-api-platform-filters), security (use php-symfony-api-platform-security), custom data providers (use php-symfony-api-platform-state-providers).
backend-integration
Ensure the front-end application remains fully compatible with the backend API by referencing and adhering to the Server API Specification.
event-contract-generator
Generator สำหรับสร้าง event schemas, types, validators และ documentation สำหรับ event-driven architecture
nextjs-data-flow
Expert guidance on data handling in Next.js 16+, focusing on Server Actions, robust data fetching, and the Data Access Layer (DAL) pattern. Enforces type safety, `server-only` constraints, and secure mutation patterns. Trigger: "Create Server Action", "Fetch data Next.js", "Handle form submission", "Database query Next.js".
api-jwt-authenticator
A conceptual skill for securing FastAPI REST APIs with JWT authentication
php-symfony-api-platform-security
Secure API Platform resources with security expressions, voters, and operation-level access control. WHEN: Adding security to API operations, writing security expressions, creating custom voters, implementing role-based access, protecting resources. WHEN NOT: General Symfony security (use Symfony docs), API filters (use php-symfony-api-platform-filters), serialization (use php-symfony-api-platform-serialization).