Skills

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

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

Добавить Skill

Skills

55

Категории

9

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

5

Участники

2

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

AI Agent Incident ResponseПродвинутый

Guides containment, evidence collection, root-cause analysis, customer communication, and remediation when an AI agent takes an unsafe, incorrect, or unauthorized action.

3 модели
Database Migration PlanningПродвинутый

Plans safe database schema and data migrations with backwards compatibility, staged rollout, validation, rollback, performance safeguards, and application coordination.

3 модели
Model Context BudgetingПродвинутый

Optimizes prompts and agent workflows for finite context windows by prioritizing evidence, compressing history, managing retrieval budgets, and measuring token-cost trade-offs.

3 модели
AI Safety Policy ReviewПродвинутый

Converts product safety requirements into practical agent and LLM policies with abuse cases, escalation paths, safe defaults, audit events, and acceptance criteria.

3 модели
AI Red Team SimulationПродвинутый

Simulates realistic adversarial behavior against AI features to uncover prompt injection, data exfiltration, unsafe tool use, jailbreak, and authorization failures before launch.

3 модели
Agent Memory DesignПродвинутый

Designs durable memory for AI agents, including what to retain, how to retrieve it, privacy boundaries, expiration policies, and evaluation criteria for useful recall.

3 модели
Infrastructure Cost ReviewПродвинутый

Reviews cloud and AI infrastructure spend to identify measurable savings while preserving reliability, performance, security, ownership, and product requirements.

3 модели
Tool Call TestingПродвинутый

Tests AI agent tool use with realistic fixtures, malformed inputs, permission boundaries, deterministic assertions, and recovery checks for failed or partially completed actions.

3 модели
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 модели
Browser Test DebuggingПродвинутый

Diagnoses failing browser and end-to-end tests by correlating assertions, traces, screenshots, network activity, timing, and application state into reproducible fixes.

3 модели
LLM Output EvaluationПродвинутый

Defines repeatable quality evaluation for LLM outputs using representative datasets, scoring rubrics, model-graded checks, human review sampling, and regression thresholds.

3 модели
Secrets Rotation DesignПродвинутый

Designs low-risk secret rotation for applications and agents, covering inventory, overlapping credentials, automation, audit evidence, emergency revocation, and rollback.

3 модели
API Versioning StrategyПродвинутый

Designs durable API evolution plans with compatibility guarantees, deprecation policy, version negotiation, consumer communication, migration tooling, and operational telemetry.

3 модели
MCP Server Security ReviewПродвинутый

Reviews Model Context Protocol servers for excessive permissions, unsafe tool design, prompt injection exposure, secret handling, authorization gaps, and auditability.

3 модели
Agent Evaluation DesignПродвинутый

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

3 модели
Retrieval EvaluationПродвинутый

Evaluates retrieval quality for search and RAG systems using grounded test sets, relevance metrics, failure taxonomy, chunking experiments, and actionable remediation.

3 модели
MCP Server BuilderПродвинутый

Designs and implements secure, ergonomic Model Context Protocol servers with precise tool schemas, transport selection, authentication boundaries, error contracts, and tests.

3 модели
LLM Observability DesignПродвинутый

Designs traces, metrics, structured events, privacy controls, dashboards, and alerts for LLM applications so teams can diagnose quality, cost, latency, and tool-use behavior.

3 модели
Visual Regression TesterПродвинутый

Designs and implements visual regression testing for web UIs. Recommends a tooling approach (Playwright snapshots, Storybook + a diffing service, or a dedicated platform), writes screenshot tests with stable selectors and masked dynamic regions, sets sensible diff thresholds, and integrates the suite into CI with baseline management to reduce flaky failures.

4 модели
Caching Strategy DesignerПродвинутый

Designs caching strategies across the stack to cut latency and load. Chooses cache layers (browser, CDN, application, database), picks patterns (cache-aside, read-through, write-through, write-behind), sets TTLs and eviction policies, and plans invalidation to avoid staleness and stampedes. Produces a layered plan with keys, TTLs, and invalidation rules.

4 модели
OAuth Flow ImplementerПродвинутый

Implements secure OAuth 2.0 and OpenID Connect flows including authorization code with PKCE, client credentials, and device code grants. Generates token exchange logic, refresh handling, state/nonce validation, and secure token storage. Flags common pitfalls like implicit flow usage, missing PKCE, and insecure redirect URI handling.

4 модели

Skills и MCP-серверы

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

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

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

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

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

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

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

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

Добавить на GitHub