搜索结果
全部能力
找到 3235 个相关结果 / 后端与 API
软件工程 / 诊断修复
cs-libdoc
cs-libdoc
给库的公开表面(组件 / 函数 / 命令)逐条目生成参考文档,带清单追踪,支持单条目和批量。信息源是源码本身(与 guidedoc 任务导向不同)。触发:用户说"写 API 文档"、"组件文档"、"libdoc",或 acceptance 后发现新增公开接口。
软件工程 / 诊断修复
cs-trick
cs-trick
把可复用的编程模式 / 库用法 / 技术技巧整理成处方性参考库,三种类型 pattern / library / technique。触发:用户说"记录一个技巧"、"这个用法值得记"、"tricks"、"记录库用法",或 design / analyze 阶段发现值得沉淀的技巧时推送。
软件工程 / 诊断修复
cs-guide
cs-guide
写或更新对外指南文档——开发者指南(dev-guide)和用户指南(user-guide),产物在项目 docs/ 目录。任务导向(怎么用 X 做 Y),与 libdoc 的零件参考不同。触发:用户说"写文档"、"开发者指南"、"用户指南",或 feature-acceptance 收尾时推送。
软件工程 / 部署发布
sentry-elixir-sdk
sentry-elixir-sdk
Full Sentry SDK setup for Elixir. Use when asked to "add Sentry to Elixir", "install sentry for Elixir", or configure error monitoring, tracing, logging, or…
软件工程 / 部署发布
elasticsearch-authn
elasticsearch-authn
Authenticate to Elasticsearch using native, file-based, LDAP/AD, SAML, OIDC, Kerberos, JWT, or certificate realms. Use when connecting with credentials, choosing a realm, or managing API keys. Assumes the target realms are already configured.
软件工程 / 诊断修复
竞品追踪
competitor-tracking
当用户希望持续监控竞品应用时——跟踪元数据变更、关键词排名波动、截图更新、评分趋势或新增……
软件工程 / 诊断修复
technical-analyst
technical-analyst
This skill should be used when analyzing weekly price charts for stocks, stock indices, cryptocurrencies, or forex pairs. Use this skill when the user provides…
软件工程 / 诊断修复
pump-analyzer-solana
pump-analyzer-solana
Real-time monitoring and analytics platform for Pump.fun tokens on Solana using WebSockets, HTML/CSS/JS
软件工程 / 部署发布
inngest-middleware
inngest-middleware
Use when adding cross-cutting concerns to durable functions — structured logging or tracing across all functions, error tracking with Sentry, payload…
软件工程 / 诊断修复
stripe-projects
stripe-projects
Use when the user needs to provision a third-party service available on https://projects.dev/providers; create or retrieve a provider/service API, key or token; sign up for a service; or references projects.dev. Handles the full flow from checking provider availability through project initialization, then hands off to locally installed skills.
软件工程 / 诊断修复
drizzle-orm-d1
drizzle-orm-d1
Build type-safe D1 databases with Drizzle ORM. Includes schema definition, migrations with Drizzle Kit, relations, and D1 batch API patterns. Prevents 18 errors including SQL BEGIN failures, cascade data loss, 100-parameter limits, and foreign key issues. Use when: defining D1 schemas, managing migrations, bulk inserts, or troubleshooting D1_ERROR, BEGIN TRANSACTION, foreign keys, "too many SQL variables".
软件工程 / 诊断修复
pmf-strategy
pmf-strategy
When the user wants to validate product-market fit, measure PMF, or plan before scaling. Also use when the user mentions "PMF," "product-market fit," "product…
软件工程 / 诊断修复
brandalf
brandalf
指导 Warp 或 Oz 品牌资产的创建、修订和审核。适用于启动页、文档、HTML/CSS 组件、UI 原型、提示词、社交媒体等场景。
软件工程 / 诊断修复
m07-并发
m07-concurrency
关键:用于并发/异步。触发条件:E0277 Send Sync、无法在线程间发送、thread、spawn、channel、mpsc、Mutex、RwLock、Atomic、async 等…
软件工程 / 部署发布
停车场搜索
parking-lot-search
当用户询问附近停车场或 근처 주차장/공영주차장 时使用。务必先询问用户的当前位置,然后使用官方的 Data.go.kr 公共停车数据…
软件工程 / 部署发布
recipe-batch-rename-files
recipe-batch-rename-files
Rename multiple Google Drive files matching a pattern to follow a consistent naming convention.
软件工程 / 部署发布
excel-cli
excel-cli
Excel CLI automation skill for Windows workbooks. Use when a coding agent needs token-efficient, scriptable, or unattended Excel automation via excelcli commands. Best for CI/CD, scheduled jobs, batch processing, PowerShell workflows, and bulk workbook edits. Supports Power Query, DAX, PivotTables, Tables, Ranges, Charts, VBA, Data Models, screenshots, and formatting. Triggers: excelcli, Excel CLI, command line, batch, script, automation, CI/CD, scheduled, PowerShell, unattended, coding agent, workbook processing.
软件工程 / 诊断修复
python-executor
python-executor
Execute Python code in a safe sandboxed environment via [inference.sh](https://inference.sh). Pre-installed: NumPy, Pandas, Matplotlib, requests,…
软件工程 / 诊断修复
resume-manager
resume-manager
This skill should be used whenever users need help with resume creation, updating professional profiles, tracking career experiences, managing projects…
软件工程 / 诊断修复
elasticsearch-file-ingest
elasticsearch-file-ingest
Ingest and transform data files (CSV/JSON/Parquet/Arrow IPC) into Elasticsearch with stream processing and custom transforms. Use when loading files or batch importing data — not for reindexing, general ingest pipeline design, or bulk API patterns.