pipeline-plugin-development
流水线插件开发完整指南,涵盖插件创建、task.json 配置规范、多语言开发示例(Python/Java/NodeJS/Golang)、输入输出规范、错误码规范、发布流程、调试方法。当用户需要开发蓝盾流水线插件、配置 task.json、处理插件输入输出或排查插件错误时使用。
TencentBlueKing
Исходник →Приложение Промто · Скиллы
Скилл — это записанный порядок работы: как оформлять посты, каким тоном писать клиентам, что проверять перед публикацией. Один раз объяснили — дальше агент делает так всегда.
Каталог
Навык — это готовая инструкция для агента: как делать презентацию, вести рефакторинг, оформлять отчёт. Подключается к задаче в приложении «Скиллы», описания у большинства — авторские, на языке оригинала.
Навык — это папка с инструкцией в markdown: как делать работу, на что смотреть, чего избегать. Свой можно написать прямо в проекте и передать агенту, а чужой — установить по ссылке на репозиторий.
Правила оформления документов, тон писем, порядок ревью — то, что вы каждый раз объясняете заново, записывается навыком один раз и работает во всех задачах проекта.
Показаны 3673–3696 из 5 115
流水线插件开发完整指南,涵盖插件创建、task.json 配置规范、多语言开发示例(Python/Java/NodeJS/Golang)、输入输出规范、错误码规范、发布流程、调试方法。当用户需要开发蓝盾流水线插件、配置 task.json、处理插件输入输出或排查插件错误时使用。
TencentBlueKing
Исходник →流水线变量管理完整指南,涵盖变量生命周期(创建、初始化、更新、存储、传递、查询)和变量字段扩展(字段定义、类型扩展、作用域、继承)。当用户开发变量功能、处理变量传递、扩展变量字段或调试变量问题时使用。
TencentBlueKing
Исходник →Installs Plain packages and guides through setup steps. Use when adding new packages to a project.
dropseed
Исходник →Captures and analyzes performance traces to identify slow queries and N+1 problems. Use when analyzing performance or optimizing database queries.
dropseed
Исходник →Upgrades Plain packages and applies required migration changes. Use when updating to newer package versions.
dropseed
Исходник →Expertise in reviewing implementation plans for architectural soundness, specificity, and safety. Use before implementation to prevent "vague plans" and "messy code."
galz10
Исходник →Interactive planning and execution for complex tasks. Use when user asks to use or invoke planner skill.
solatis
Исходник →Create structured implementation plans before coding. Use when breaking down complex features, refactors, or system changes. Validates requirements, analyzes codebase impact, and produces actionable task breakdowns with identified dependencies and risks.
CaptainCrouton89
Исходник →Test the Expensify App using Playwright browser automation. Use when user requests browser testing, after making frontend changes, or when debugging UI issues
Expensify
Исходник →Generate robust, zero-flakiness Playwright E2E tests following OpenMetadata patterns. Creates comprehensive test files with proper waits, API validation, multi-role permissions, and complete entity lifecycle management.
open-metadata
Исходник →Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.
davila7
Исходник →Validate automatically validates AI assistant code plugin structure, schemas, and compliance when user mentions validate plugin, check plugin, or plugin errors. runs comprehensive validation specific to AI assistant-code-plugins repository standards. Use when validating configurations or code. Trigger with phrases like 'validate', 'check', or 'verify'.
jeremylongshore
Исходник →Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming.
microsoft
Исходник →Configure polling mechanism setup operations. Auto-activating skill for API Integration. Triggers on: polling mechanism setup, polling mechanism setup Part of the API Integration skill category. Use when working with polling mechanism setup functionality. Trigger with phrases like "polling mechanism setup", "polling setup", "polling".
jeremylongshore
Исходник →Polymarket CLOB API knowledge base for order management, WebSocket events, and trading operations. Use when working with order lifecycle (place, fill, cancel), debugging WebSocket USER_TRADE/USER_ORDER events, understanding API field mappings, or implementing trading logic.
cyl19970726
Исходник →Comprehensive guide for porting UI components from R's bslib package to py-shiny. Use this skill when: (1) User asks to "port this feature" or "port a component" and mentions bslib or links to a bslib PR (e.g., github.com/rstudio/bslib/pull/...), (2) Porting a new component from bslib to py-shiny, (3) Adding a new input, output, or UI component that exists in bslib, (4) Implementing feature parity with bslib, (5) Working on bslib-related features or components. Covers the complete workflow including understanding source implementation, creating Python equivalents, vendoring assets (SCSS, CSS, JavaScript), creating tests, documentation, and all necessary project files.
posit-dev
Исходник →This skill should be used when drafting GitHub issues for the Positron repository. It provides workflows for searching duplicates, selecting appropriate labels, gathering complete context through questioning, and writing terse, fluff-free issues that precisely describe what is needed or wrong. The skill prepares issues for manual submission by the user. Use this skill when the user asks to draft or prepare an issue for Positron.
posit-dev
Исходник →Generates well-structured PR bodies with dynamically fetched e2e test tags
posit-dev
Исходник →Generates clear, actionable verification guides for QA testing of Positron bug fixes and features
posit-dev
Исходник →Post-process original logos into standardised 256x256 PNG format
tradingstrategy-ai
Исходник →Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). **Trigger when user asks to:** - Combine keyword and semantic search - Implement hybrid search or multi-modal retrieval - Use BM25/pg_textsearch with pgvector together - Implement RRF (Reciprocal Rank Fusion) for search - Build search that handles both exact terms and meaning **Keywords:** hybrid search, BM25, pg_textsearch, RRF, reciprocal rank fusion, keyword search, full-text search, reranking, cross-encoder Covers: pg_textsearch BM25 index setup, parallel query patterns, client-side RRF fusion (Python/TypeScript), weighting strategies, and optional ML reranking.
timescale
Исходник →Consult PostgreSQL's parser and grammar (gram.y) to understand SQL syntax, DDL statement structure, and parsing rules when implementing pgschema features
pgschema
Исходник →PostHog analytics, event tracking, feature flags, dashboards
alinaqi
Исходник →Configure PostHog CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating PostHog tests into your build process. Trigger with phrases like "posthog CI", "posthog GitHub Actions", "posthog automated tests", "CI posthog".
jeremylongshore
Исходник →Примеры
Нажмите на сам пример, чтобы открыть результат крупно в интерактивном iframe. Кнопка «Использовать пример» перенесёт референс или готовый промпт в Промто.
Что умеет
Один и тот же порядок работы применяется к каждой задаче, а не объясняется заново.
Тон, оформление и правила подачи закрепляются и соблюдаются автоматически.
Скилл живёт в проекте: им пользуются все, кто в нём работает.
Инструкцию можно дополнить или отключить — это обычный текст, а не чёрный ящик.
Обычными словами: что делать, чего избегать, на что смотреть.
Правило закрепляется за проектом.
Агент применяет скилл сам, без напоминаний.
Сценарии
Единый тон во всех текстах — от постов до писем.
Список того, что нужно сверить, чтобы не выпустить ошибку.
Новый человек в проекте получает те же правила, что и агент.
Вопросы
Сообщение действует один раз, скилл — постоянно. Он применяется к каждой новой задаче в проекте.
Несколько: под тексты, под оформление, под проверки. Полезнее держать их короткими и по одному правилу на скилл.
Да, достаточно сказать об этом в задаче — либо временно выключить скилл в приложении.
Приложение работает в браузере: ничего не нужно устанавливать, VPN не требуется, оплата — российскими картами.