Приложение Промто · Скиллы

Правила, которые агент запоминает один раз

Скилл — это записанный порядок работы: как оформлять посты, каким тоном писать клиентам, что проверять перед публикацией. Один раз объяснили — дальше агент делает так всегда.

Опишите правило, которое агент должен запомнить

Каталог

5 115 навыков, которые можно подключить к агенту

Навык — это готовая инструкция для агента: как делать презентацию, вести рефакторинг, оформлять отчёт. Подключается к задаче в приложении «Скиллы», описания у большинства — авторские, на языке оригинала.

Можно подключить свой навык

Навык — это папка с инструкцией в markdown: как делать работу, на что смотреть, чего избегать. Свой можно написать прямо в проекте и передать агенту, а чужой — установить по ссылке на репозиторий.

И собрать под свою команду

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

Показаны 15851608 из 5 115

Навык3 установок

secure-workflow-guide

Guides through Trail of Bits' 5-step secure development workflow. Runs Slither scans, checks special features (upgradeability/ERC conformance/token integration), generates visual security diagrams, helps document security properties for fuzzing/verification, and reviews manual security areas.

trailofbits

Исходник →
Навык3 установок

security-audit

Comprehensive security scanning and vulnerability detection. Includes input validation, path traversal prevention, CVE detection, and secure coding pattern enforcement. Use when: authentication implementation, authorization logic, payment processing, user data handling, API endpoint creation, file upload handling, database queries, external API integration. Skip when: read-only operations on public data, internal development tooling, static documentation, styling changes.

ruvnet

Исходник →
Навык3 установок

security-scanning-security-hardening

Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls.

sickn33

Исходник →
Навык3 установок

seo-content-planner

Creates comprehensive content outlines and topic clusters for SEO. Plans content calendars and identifies topic gaps. Use PROACTIVELY for content strategy and planning.

sickn33

Исходник →
Навык3 установок

sexp

How the Zig S-expression engine and typed KiCad models work, how they are exposed to Python (pyzig_sexp), and the invariants around parsing, formatting, and freeing.

atopile

Исходник →
Навык3 установок

similarity-search-patterns

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

wshobson

Исходник →
Навык3 установок

simpleaible

Use the SimpleAIBLE MCP server to scan, connect, and interact with Bluetooth devices. This skill provides guidance on the recommended flow (scan -> connect -> services -> read/notify) and handles platform-specific differences like UUIDs on macOS vs MAC addresses on Linux. Use when the user wants to interact with BLE hardware or debug Bluetooth connections.

simpleble

Исходник →
Навык3 установок

skill

Manage local skills - list, add, remove, search, edit, setup wizard

Yeachan-Heo

Исходник →
Навык3 установок

skill-builder

Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.

ruvnet

Исходник →
Навык3 установок

slo-implementation

Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability targets, implementing SRE practices, or measuring service performance.

wshobson

Исходник →
Навык3 установок

sprint-planner

Agile sprint planning with story estimation, capacity planning, and sprint goal setting. Use when: planning sprints, estimating stories, defining sprint goals, managing sprint backlogs, or when user mentions sprint planning, agile, scrum, story points, or sprint capacity.

Shubhamsaboo

Исходник →
Навык3 установок

sql-injection-testing

SQL注入测试的专业技能和方法论

Ed1s0nZ

Исходник →
Навык3 установок

sql-pro

Master modern SQL with cloud-native databases, OLTP/OLAP optimization, and advanced query techniques. Expert in performance tuning, data modeling, and hybrid analytical systems. Use PROACTIVELY for database optimization or complex analysis.

sickn33

Исходник →
Навык3 установок

sql-research

Guide for researching SQL syntax and behavior for database backends. Use when you need to research how a SQL function, command, or feature works in a specific database before implementing it in dbplyr.

tidyverse

Исходник →
Навык3 установок

sqs

AWS SQS message queue service for decoupled architectures. Use when creating queues, configuring dead-letter queues, managing visibility timeouts, implementing FIFO ordering, or integrating with Lambda.

itsmostafa

Исходник →
Навык3 установок

subtask

Parallel task orchestration CLI that dispatches work to AI workers (via Claude Code) in isolated git workspaces. Use when the user wants to draft, create, run, or manage tasks, delegate tasks to workers/subagents, or mentions subtask or Subtask.

zippoxer

Исходник →
Навык3 установок

supabase-ci-integration

Configure Supabase CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating Supabase tests into your build process. Trigger with phrases like "supabase CI", "supabase GitHub Actions", "supabase automated tests", "CI supabase".

jeremylongshore

Исходник →
Навык3 установок

supabase-policy-guardrails

Implement Supabase lint rules, policy enforcement, and automated guardrails. Use when setting up code quality rules for Supabase integrations, implementing pre-commit hooks, or configuring CI policy checks for Supabase best practices. Trigger with phrases like "supabase policy", "supabase lint", "supabase guardrails", "supabase best practices check", "supabase eslint".

jeremylongshore

Исходник →
Навык3 установок

supabase-reliability-patterns

Implement Supabase reliability patterns including circuit breakers, idempotency, and graceful degradation. Use when building fault-tolerant Supabase integrations, implementing retry strategies, or adding resilience to production Supabase services. Trigger with phrases like "supabase reliability", "supabase circuit breaker", "supabase idempotent", "supabase resilience", "supabase fallback", "supabase bulkhead".

jeremylongshore

Исходник →
Навык3 установок

superpowers-python-automation

Implements reliable automations in Python for REST APIs: httpx/requests patterns, retries, timeouts, pagination, typing, config, logging, and tests. Use when writing Python scripts/services that call external APIs.

anthonylee991

Исходник →
Навык3 установок

superpowers-tdd

Applies tests-first discipline (red/green/refactor) and adds regression tests for bugs. Use when implementing features, fixing bugs, or refactoring.

anthonylee991

Исходник →
Навык3 установок

svelte

Svelte 5 patterns including TanStack Query mutations, shadcn-svelte components, and component composition. Use when writing Svelte components, using TanStack Query, or working with shadcn-svelte UI.

EpicenterHQ

Исходник →
Навык3 установок

swift-concurrency-expert

Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.

Dimillian

Исходник →
Навык3 установок

task-coordination-strategies

Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.

wshobson

Исходник →

Примеры

Готовые промпты, с которых можно начать

Нажмите на сам пример, чтобы открыть результат крупно в интерактивном iframe. Кнопка «Использовать пример» перенесёт референс или готовый промпт в Промто.

Веб-сервис4 навыка встроеныВеб-приложениеХочу создать веб-приложение. Сайт, админка, сервис или личный кабинет.Готовый промпт4 встроенных навыка
Веб-сервис4 навыка встроеныМобильное приложениеХочу создать мобильное приложение на стандартном Promto Expo/React Native шаблоне. Интерфейс и сценарии для iOS и Android.Готовый промпт4 встроенных навыка

Что умеет

Скиллы внутри операционной системы Промто

Повторяемый результат

Один и тот же порядок работы применяется к каждой задаче, а не объясняется заново.

Фирменный стиль

Тон, оформление и правила подачи закрепляются и соблюдаются автоматически.

Общие правила команды

Скилл живёт в проекте: им пользуются все, кто в нём работает.

Правится в любой момент

Инструкцию можно дополнить или отключить — это обычный текст, а не чёрный ящик.

Как это работает

  1. 01

    Объясните правило

    Обычными словами: что делать, чего избегать, на что смотреть.

  2. 02

    Сохраните как скилл

    Правило закрепляется за проектом.

  3. 03

    Работайте как обычно

    Агент применяет скилл сам, без напоминаний.

Сценарии

Когда это выручает

Редполитика

Единый тон во всех текстах — от постов до писем.

Проверки перед отправкой

Список того, что нужно сверить, чтобы не выпустить ошибку.

Онбординг

Новый человек в проекте получает те же правила, что и агент.

Вопросы

Коротко о главном

Чем скилл отличается от обычного сообщения агенту?

Сообщение действует один раз, скилл — постоянно. Он применяется к каждой новой задаче в проекте.

Сколько скиллов можно завести?

Несколько: под тексты, под оформление, под проверки. Полезнее держать их короткими и по одному правилу на скилл.

Можно ли отключить скилл на одну задачу?

Да, достаточно сказать об этом в задаче — либо временно выключить скилл в приложении.

Откройте Скиллы и поставьте первую задачу

Приложение работает в браузере: ничего не нужно устанавливать, VPN не требуется, оплата — российскими картами.