搜索结果
全部能力
找到 6229 个相关结果 / 前端体验
软件工程 / 部署发布
postmortem-writing
postmortem-writing
Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence.
软件工程 / 诊断修复
camofox-browser
camofox-browser
Anti-detection browser automation using Camoufox (Firefox fork with C++ fingerprint spoofing). Use when standard browser tools get blocked by Cloudflare,…
软件工程 / 诊断修复
axiom-app-store-connect-ref
axiom-app-store-connect-ref
Use when navigating App Store Connect to find crash data, read TestFlight feedback, interpret metrics dashboards, or export diagnostic logs. Covers crash-free…
软件工程 / 诊断修复
axiom-swiftui-nav
axiom-swiftui-nav
Use when implementing navigation patterns, choosing between NavigationStack and NavigationSplitView, handling deep links, adopting coordinator patterns, or…
软件工程 / 诊断修复
android-kotlin-core
android-kotlin-core
在 Android 应用中安全使用 Kotlin 惯用法,包括可空性、数据类、密封类型、扩展函数和集合管道。
软件工程 / 诊断修复
debug
debug
This skill should be used when debugging frontend/UI bugs that need runtime evidence. USE THIS SKILL (instead of adding console.log) when you're about to: "add console.log and ask user to check", "open DevTools and tell me what you see", "reproduce the bug and share the output", "check the browser console". Triggers: "debug this", "fix this bug", "why isn't this working", "investigate this issue", "trace the problem", "figure out why X happens", "UI not updating", "state is wrong", "value is null/undefined", "click doesn't work", "modal not showing". Automates log collection server-side - you read logs directly, no user copy-paste needed.
软件工程 / 诊断修复
create-opencode-plugin
create-opencode-plugin
Create OpenCode plugins using the @opencode-ai/plugin SDK. Use for building custom tools, event hooks, auth providers, or tool execution interception. Use proactively when developing new plugins in .opencode/plugin/ or ~/.config/opencode/plugin/. Examples: - user: "Create a plugin to block dangerous commands" → implement tool execution before hook with blocking logic - user: "Add a custom tool for jira" → design tool schema and implementation using SDK context - user: "Show toast on file edit" → react to file edit events and display status message - user: "Build a custom auth provider" → implement auth flow for new model provider - user: "Intercept git commits" → add hook to validate commit messages before execution
软件工程 / 诊断修复
voice-changer
voice-changer
Transform the voice in an audio recording into a different target voice while preserving emotion, timing, and delivery using the ElevenLabs Voice Changer…
软件工程 / 部署发布
helm-generator
helm-generator
Create, scaffold, or generate Helm charts, Chart.yaml, values.yaml, templates, helpers.
软件工程 / 诊断修复
axiom-swiftui-debugging-diag
axiom-swiftui-debugging-diag
Use when SwiftUI view debugging requires systematic investigation - view updates not working after basic troubleshooting, intermittent UI issues, complex state…
软件工程 / 诊断修复
browser-tools
browser-tools
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a…
软件工程 / 诊断修复
Amazon PPC 广告活动
amazon-ppc-campaign
Amazon PPC 广告活动构建与优化工具,面向卖家。两种模式:(A) 构建 — 从零设计完整的广告活动结构,包含关键词分组、出价…
软件工程 / 诊断修复
axiom-swiftui-nav-diag
axiom-swiftui-nav-diag
Use when debugging navigation not responding, unexpected pops, deep links showing wrong screen, state lost on tab switch or background, crashes in…
软件工程 / 部署发布
dramatic-2000ms-plus
dramatic-2000ms-plus
Use when building extended animation sequences over 2000ms - cinematic intros, story sequences, premium experiences where animation IS the product
软件工程 / 诊断修复
axiom-storekit-ref
axiom-storekit-ref
Reference — Complete StoreKit 2 API guide covering Product, Transaction, AppTransaction, RenewalInfo, SubscriptionStatus, StoreKit Views, purchase options,…
软件工程 / 诊断修复
阿里云网络应用型负载均衡测试
alicloud-network-alb-test
Alibaba Cloud ALB 技能的冒烟测试。验证 SDK 认证、脚本编译、列出实例和健康检查流程。
软件工程 / 诊断修复
ctf-rev
ctf-rev
Solve CTF reverse engineering challenges using systematic analysis to find flags, keys, or passwords. Use for crackmes, binary bombs, key validators,…
软件工程 / 诊断修复
rest-api-design-patterns
rest-api-design-patterns
Comprehensive guide for designing RESTful APIs including resource modeling, versioning strategies, HATEOAS, pagination, filtering, and HTTP best practices
软件工程 / 诊断修复
sentry-setup-metrics
sentry-setup-metrics
Setup Sentry Metrics in any project. Use when asked to add custom metrics, track counters/gauges/distributions, or instrument application performance. Supports…
软件工程 / 诊断修复
slack-messaging
slack-messaging
Use when asked to send or read Slack messages, check Slack channels, test Slack integrations, or interact with a Slack workspace from the command line.