搜索结果
全部能力
找到 7461 个相关结果 / 软件工程
软件工程 / 诊断修复
planning-with-files
planning-with-files
Work like Manus: Use persistent markdown files as your \"working memory on disk.\"
软件工程 / 诊断修复
brewpage-publish
brewpage-publish
Publish content to brewpage.app — text, markdown, JSON, or file. Asks namespace and password, returns public URL. Triggers: publish, share link, upload to…
软件工程 / 诊断修复
react-three-fiber
react-three-fiber
Build declarative 3D scenes with React Three Fiber (R3F) - a React renderer for Three.js. Use when building interactive 3D experiences in React applications…
软件工程 / 诊断修复
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…
软件工程 / 诊断修复
function-creator
function-creator
Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints.
软件工程 / 部署发布
原始视频处理
raw-video-processing
通过移除静音片段并调整速度,对原始屏幕录制视频进行后期处理。使用基于 FFmpeg 的 Python 脚本来优化视频节奏…
软件工程 / 诊断修复
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…
软件工程 / 诊断修复
r3f-materials
r3f-materials
React Three Fiber materials - PBR materials, Drei materials, shader materials, material properties. Use when styling meshes, creating custom materials, working…
软件工程 / 部署发布
deployment-procedures
deployment-procedures
Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.
软件工程 / 诊断修复
nestjs-testing-expert
nestjs-testing-expert
Testing patterns for NestJS apps using Jest, covering unit, integration, and e2e tests.
软件工程 / 诊断修复
debug
debug
Debug package usage guide. Use when adding debug logging, understanding log namespaces, or implementing debugging features. Triggers on debug logging requests…
软件工程 / 诊断修复
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.
软件工程 / 诊断修复
动画组件库
animated-component-libraries
预构建动画 React 组件集合,整合了 Magic UI(150+ TypeScript/Tailwind/Motion 组件)和 React Bits(90+ 最小依赖动画…
软件工程 / 诊断修复
quarkus
quarkus
Expert guidance for Quarkus framework development with Jakarta EE, MicroProfile, GraalVM native builds, and reactive programming patterns
软件工程 / 部署发布
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…
软件工程 / 诊断修复
observability-service-health
observability-service-health
Assess APM service health using SLOs, alerts, ML, throughput, latency, error rate, and dependencies. Use when checking service status, performance, or when the user asks about service health.
软件工程 / 诊断修复
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.
软件工程 / 部署发布
save-thread
save-thread
Save the real Claude Code session messages only when the user explicitly requests it. Use nmem t save to import the recorded session, not a summary-only…
软件工程 / 诊断修复
pixijs-scene-text
pixijs-scene-text
Use this skill when rendering text in PixiJS v8. Covers Text for canvas-quality styled labels, BitmapText for cheap per-frame updates via glyph atlas, HTMLText…
软件工程 / 诊断修复
go-interfaces
go-interfaces
Use when defining or implementing Go interfaces, designing abstractions, creating mockable boundaries for testing, or composing types through embedding. Also…