Skills

Открытый реестр Skills для ИИ-агентов — структурированные промпты и рабочие процессы с рекомендуемыми моделями, примерами и совместимыми инструментами.

Некоторые описания переведены автоматически в рамках пилота и пока не проверены редактором.

Добавить Skill

Skills

21

Категории

9

Совместимые инструменты

5

Участники

1

Показано 1–21 из 21

Design to Code ImplementationПродвинутый

Converts a design specification or screenshot into accessible, responsive production UI while preserving component boundaries, design tokens, semantic structure, and states.

3 модели
AI Codebase OnboardingСредний

Превращает незнакомый репозиторий в краткое инженерное руководство по архитектуре, соглашениям, локальной настройке, ключевым путям выполнения и безопасным первым изменениям.

3 модели
Structured Output DesignСредний

Designs reliable JSON and typed outputs for LLM features, including schemas, validation, recovery paths, versioning, examples, and contracts for downstream consumers.

3 модели
Git Hooks ManagerСредний

Sets up and maintains Git hooks for a repository. Recommends a manager (Husky, Lefthook, or pre-commit), wires up pre-commit and commit-msg hooks for linting, formatting, type checks, secret scanning, and conventional-commit validation, and keeps hooks fast with staged-file filtering. Produces config plus a short contributor guide.

4 модели
Webhook Integration BuilderСредний

Builds robust webhook producers and consumers. Covers signature verification, idempotency keys, retry with exponential backoff, dead-letter handling, event ordering, and replay endpoints, and generates handler code plus tests so integrations survive duplicates and outages.

3 модели
Code Comment GeneratorНачальный

Adds clear, accurate inline comments and API doc blocks to existing code without changing behavior. Generates docstrings and structured comments (JSDoc, Google/NumPy style, Javadoc, Rustdoc) that explain intent, parameters, return values, side effects, and edge cases, while avoiding noisy comments that merely restate the code.

4 модели
Mobile App PrototypingСредний

Generates mobile application prototypes and implementations for iOS and Android. Creates SwiftUI views, Jetpack Compose layouts, and React Native components from descriptions or wireframe images. Handles navigation patterns, state management, and platform-specific design guidelines.

3 модели
Git Conflict ResolverСредний

Analyzes and resolves git merge conflicts by understanding the intent of both sides. Examines the conflict markers, surrounding context, and commit history to produce a correct merged result that preserves both changes without breaking functionality.

4 модели
API Error HandlerСредний

Designs and implements comprehensive error handling for APIs. Covers error response formats (RFC 7807 Problem Details), HTTP status code selection, error logging strategies, retry logic, and client-friendly error messages with proper i18n support.

3 модели
TypeScript Type GeneratorСредний

Generates TypeScript type definitions from various sources — JSON data, API responses, database schemas, or plain descriptions. Produces strict types with proper generics, utility types, discriminated unions, and JSDoc comments.

4 модели
Code ExplainerНачальный

Explains complex code in plain language at the requested level of detail. Breaks down algorithms, design patterns, and architecture decisions. Adapts explanation depth from high-level overview to line-by-line walkthrough based on audience.

4 модели
OpenAPI Spec GeneratorСредний

Generates complete OpenAPI 3.1 specifications from API descriptions, existing code, or route definitions. Includes request/response schemas, authentication, error responses, examples, and server configurations. Produces valid YAML ready for Swagger UI.

3 модели
React Component GeneratorСредний

Generates production-ready React components with TypeScript, proper props interfaces, accessibility attributes, responsive design, and test files. Follows modern patterns including Server Components, Suspense boundaries, and composition over inheritance.

4 модели
Code TranslationПродвинутый

Translates code between programming languages while preserving logic, idioms, and best practices of the target language. Handles differences in type systems, error handling, concurrency models, and standard library APIs. Produces idiomatic target code, not line-by-line transliteration.

3 модели
Refactoring AssistantПродвинутый

Guides systematic code refactoring while preserving exact behavior. Identifies code smells, suggests appropriate refactoring patterns, and executes transformations incrementally with verification at each step. Follows Chesterton's Fence principle — understands why code exists before changing it.

3 модели
Prompt EngineeringПродвинутый

Designs, optimizes, and iterates on prompts for LLM applications. Covers system prompt design, few-shot examples, chain-of-thought reasoning, output formatting, and prompt testing strategies. Helps build reliable AI-powered features.

3 модели
Debugging AssistantСредний

Systematic debugging workflow that helps identify, isolate, and fix bugs. Follows a structured approach: reproduce, localize, reduce, fix, guard. Analyzes error messages, stack traces, and logs to pinpoint root causes rather than symptoms.

4 модели
Performance OptimizationПродвинутый

Identifies and resolves performance bottlenecks in code and systems. Covers algorithmic complexity analysis, memory optimization, caching strategies, database query tuning, and frontend performance (Core Web Vitals). Follows a measure-first approach.

3 модели
Code ReviewСредний

Автоматизированная проверка кода с практическими рекомендациями по качеству, возможным ошибкам, производительности, уязвимостям безопасности и нарушениям стиля. Анализирует изменения с тщательностью старшего инженера и предлагает конкретные исправления с примерами кода.

4 модели
API DesignПродвинутый

Проектирует RESTful- и GraphQL API по принципу «сначала контракт». Охватывает структуру эндпоинтов, схемы запросов и ответов, обработку ошибок, версионирование, пагинацию, аутентификацию и ограничение частоты запросов. Создаёт спецификации OpenAPI/Swagger и заготовки реализации.

3 модели
Regex BuilderНачальный

Builds, explains, and tests regular expressions from natural language descriptions. Supports multiple regex flavors (PCRE, JavaScript, Python, Go). Provides step-by-step breakdowns, test cases, and performance considerations for complex patterns.

4 модели

Skills и MCP-серверы

в чём разница?

Skillsописывают, что делать

Skill объединяет инструкции, пример промпта и рекомендуемые модели, чтобы агент стабильно выполнял задачу. Skills добавляют знания, а не новые подключения.

MCP-серверыописывают, как подключиться

MCP-сервер расширяет возможности агента, подключая его к реальным системам: базам данных, API и файлам. MCP добавляет подключения и действия, а не инструкции к задаче.

Простое правило: выбирайте Skill, когда модели нужно хорошо выполнить задачу, и MCP-сервер, когда ей нужен доступ к инструменту или системе. Их можно сочетать: Skill может использовать инструменты MCP-сервера.

Создали полезный Skill?

Добавьте SKILL.md в открытый реестр, который поддерживает сообщество.

Добавить на GitHub