搜索结果
全部能力
找到 17783 个相关结果
软件工程 / 部署发布
原始视频处理
raw-video-processing
通过移除静音片段并调整速度,对原始屏幕录制视频进行后期处理。使用基于 FFmpeg 的 Python 脚本来优化视频节奏…
软件工程 / 诊断修复
function-creator
function-creator
Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints.
软件工程 / 诊断修复
firecrawl-build-map
firecrawl-build-map
Integrate Firecrawl `/map` into product code for URL discovery on a known site. Use when a feature needs to find pages before scraping or crawling, especially…
软件工程 / 诊断修复
firecrawl-build-crawl
firecrawl-build-crawl
Integrate Firecrawl `/crawl` into product code for bulk extraction across a site or site section. Use when a feature needs many related pages, such as…
软件工程 / 部署发布
deployment-procedures
deployment-procedures
Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.
设计与产品 / 审核评估
游戏设计师
game-designer
分析和改进浏览器游戏视觉表现、氛围及玩家体验的游戏 UI/UX 设计师。当游戏需要视觉……时使用
研究学习 / 检索整理
exa-search
exa-search
Semantic search skill using Exa API for embeddings-based search, similar content discovery, and structured research. Use when you need semantic search, find…
软件工程 / 诊断修复
debug
debug
Debug package usage guide. Use when adding debug logging, understanding log namespaces, or implementing debugging features. Triggers on debug logging requests…
通用助手 / 编排推荐
flywheel
flywheel
Check knowledge flywheel health.
软件工程 / 诊断修复
nestjs-testing-expert
nestjs-testing-expert
Testing patterns for NestJS apps using Jest, covering unit, integration, and e2e tests.
安全与治理 / 审核评估
kibana-audit
kibana-audit
Enable and configure Kibana audit logging for saved object access, logins, and space operations. Use when setting up Kibana audit, filtering events, or correlating Kibana and ES audit logs.
软件工程 / 部署发布
minimalist-review
minimalist-review
Review any business decision, plan, or strategy through the minimalist entrepreneur lens. Use when someone wants a gut-check on a business decision, wants to…
安全与治理 / 审核评估
oauth
oauth
Implements OAuth 2.0/2.1 authorization flows in Fastify applications — configures authorization code with PKCE, client credentials, device flow, refresh token…
软件工程 / 诊断修复
flutter-networking
flutter-networking
Implement, fix, debug, review, or refactor Flutter networking code for HTTP/REST APIs, WebSocket realtime flows, authentication and token refresh, request headers, timeouts, retries, JSON parsing, caching, background isolates, repositories, services, and adaptation to existing http, Dio, Retrofit, Chopper, or custom API clients. Use when asked to add network requests, investigate network errors, harden API clients, handle auth, or validate Flutter network behavior.
软件工程 / 诊断修复
quarkus
quarkus
Expert guidance for Quarkus framework development with Jakarta EE, MicroProfile, GraalVM native builds, and reactive programming patterns
软件工程 / 诊断修复
动画组件库
animated-component-libraries
预构建动画 React 组件集合,整合了 Magic UI(150+ TypeScript/Tailwind/Motion 组件)和 React Bits(90+ 最小依赖动画…
设计与产品 / 审核评估
figma-designer
figma-designer
Analyzes Figma designs and generates implementation-ready PRDs with detailed visual specifications. Use when user provides Figma link or uploads design…
通用助手 / 编排推荐
go-context
go-context
Use when working with context.Context in Go — placement in signatures, propagating cancellation and deadlines, and storing values in context vs parameters.…
安全与治理 / 审核评估
gws-reseller
gws-reseller
Google Workspace Reseller: Manage Workspace subscriptions.
软件工程 / 诊断修复
components-guide
components-guide
Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code.