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

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

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

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

Каталог

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

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

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

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

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

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

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

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

git

Git commit and pull request guidelines using conventional commits. Use when creating commits, writing commit messages, creating PRs, or reviewing PR descriptions.

EpicenterHQ

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

git-commit-helper

Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests.

alirezarezvani

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

github-manage

Manage operations concerning GitHub on behalf of user

matteocervelli

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

github-multi-repo

Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration

ruvnet

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

graph

How the Zig-backed instance graph works (GraphView/NodeReference/EdgeReference), the real Python API surface, and the invariants around allocation, attributes, and cleanup.

atopile

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

graphql

GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.

davila7

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

hindsight-self-hosted

Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to a self-hosted Hindsight server. (user)

vectorize-io

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

hive-mind-advanced

Advanced Hive Mind collective intelligence system for queen-led multi-agent coordination with consensus mechanisms and persistent memory

ruvnet

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

hugging-face-paper-publisher

Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.

patchy631

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

kubernetes-architect

Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE, service mesh (Istio/Linkerd), progressive delivery, multi-tenancy, and platform engineering. Handles security, observability, cost optimization, and developer experience. Use PROACTIVELY for K8s architecture, GitOps implementation, or cloud-native platform design.

sickn33

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

langchain-architecture

Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

wshobson

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

langfuse

Expert in Langfuse - the open-source LLM observability platform. Covers tracing, prompt management, evaluation, datasets, and integration with LangChain, LlamaIndex, and OpenAI. Essential for debugging, monitoring, and improving LLM applications in production. Use when: langfuse, llm observability, llm tracing, prompt management, llm evaluation.

davila7

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

langsmith-fetch

Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. Requires langsmith-fetch CLI installed.

ComposioHQ

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

lecture-transcript-slide-matcher

Combines YouTube lecture transcripts with PDF slides to create an interactive HTML page. Matches each slide to corresponding transcript segments, organized by key concepts. Use when users want to create synchronized lecture notes from transcript text files and slide PDFs.

az9713

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

linkerd-patterns

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.

wshobson

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

lint-and-validate

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

davila7

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

llm-evaluation

Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or establishing evaluation frameworks.

wshobson

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

map-editor-tool

Comprehensive guide for using the visual map editor. Use when designing game worlds, placing buildings, NPCs, or managing map JSON files.

gigi-f

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

matchms

Mass spectrometry analysis. Process mzML/MGF/MSP, spectral similarity (cosine, modified cosine), metadata harmonization, compound ID, for metabolomics and MS data processing.

davila7

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

math-router

Deterministic router for math cognitive stack - maps user intent to exact CLI commands

parcadei

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

mcp-management

Manage Model Context Protocol (MCP) servers - discover, analyze, and execute tools/prompts/resources from configured MCP servers. Use when working with MCP integrations, need to discover available MCP capabilities, filter MCP tools for specific tasks, execute MCP tools programmatically, access MCP prompts/resources, or implement MCP client functionality. Supports intelligent tool selection, multi-server management, and context-efficient capability discovery.

mrgoonie

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

memory-keeper-proactive-context-maintenance

Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.

b4CU-R4U

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

mermaid-diagrams

Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.

davila7

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

micro-saas-launcher

Expert in launching small, focused SaaS products fast - the indie hacker approach to building profitable software. Covers idea validation, MVP development, pricing, launch strategies, and growing to sustainable revenue. Ship in weeks, not months. Use when: micro saas, indie hacker, small saas, side project, saas mvp.

davila7

Исходник →

Примеры

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

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

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

Что умеет

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

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

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

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

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

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

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

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

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

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

  1. 01

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

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

  2. 02

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

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

  3. 03

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

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

Сценарии

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

Редполитика

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

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

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

Онбординг

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

Вопросы

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

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

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

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

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

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

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

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

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