搜索结果
全部能力
找到 1067 个相关结果 / RAG 与知识库
软件工程 / 诊断修复
interactive-dashboard-builder
interactive-dashboard-builder
Build self-contained interactive HTML dashboards with Chart.js, dropdown filters, and professional styling. Use when creating dashboards, building interactive…
软件工程 / 诊断修复
everything-claude-code
everything-claude-code
everything-claude-code 的开发约定与模式。采用 JavaScript 项目并使用约定式提交。
软件工程 / 诊断修复
aiconfig-migrate
aiconfig-migrate
将带有硬编码 LLM 提示词的应用迁移到完整的 LaunchDarkly AI Configs 实现,分五个阶段:审计代码、封装调用、迁移提示词、配置变量、分阶段发布。
软件工程 / 诊断修复
pixijs-events
pixijs-events
Use this skill when handling pointer, mouse, touch, or wheel input in PixiJS v8. Covers eventMode (none, passive, auto, static, dynamic), FederatedEvent types,…
软件工程 / 诊断修复
stock-correlation
stock-correlation
Analyze stock correlations to find related companies and trading pairs. Use when the user asks about correlated stocks, related companies, sector peers, trading pairs, or how two or more stocks move together. Triggers: "what correlates with NVDA", "find stocks related to AMD", "correlation between AAPL and MSFT", "what moves with", "sector peers", "pair trading", "correlated stocks", "when NVDA drops what else drops", "stocks that move together", "beta to", "relative performance", "supply chain partners", "correlation matrix", "co-movement", "related tickers", "sympathy plays", "semiconductor peers", "hedging pair", "realized correlation", "rolling correlation", or any request about stocks that move in tandem or inversely. Also triggers for well-known pairs like AMD/NVDA, GOOGL/AVGO, LITE/COHR. If only one ticker is provided, infer the user wants correlated peers.
软件工程 / 诊断修复
mobile-app-testing
mobile-app-testing
Comprehensive mobile app testing strategies for iOS and Android. Covers unit tests, UI tests, integration tests, performance testing, and test automation with Detox, Appium, and XCTest.
软件工程 / 诊断修复
go-error-handling
go-error-handling
Use when writing Go code that returns, wraps, or handles errors — choosing between sentinel errors, custom types, and fmt.Errorf (%w vs %v), structuring error…
软件工程 / 诊断修复
lottie-animations
lottie-animations
After Effects animation rendering for web and React applications. Use this skill when implementing Lottie animations, JSON vector animations, interactive…
软件工程 / 诊断修复
fixed-income-portfolio
fixed-income-portfolio
Review fixed income portfolios by pricing multiple bonds, retrieving reference data, analyzing cashflows, and running scenario analysis. Use when reviewing…
软件工程 / 诊断修复
gitnexus-debugging
gitnexus-debugging
Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: \"Why is X failing?\", \"Where does this error come from?\",…
软件工程 / 诊断修复
html
html
Guidelines for semantic HTML markup, document structure, forms, accessibility attributes, and modern HTML best practices
软件工程 / 诊断修复
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…
软件工程 / 部署发布
deployment-procedures
deployment-procedures
Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.
软件工程 / 诊断修复
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…
软件工程 / 诊断修复
nestjs-testing-expert
nestjs-testing-expert
Testing patterns for NestJS apps using Jest, covering unit, integration, and e2e tests.
软件工程 / 诊断修复
quarkus
quarkus
Expert guidance for Quarkus framework development with Jakarta EE, MicroProfile, GraalVM native builds, and reactive programming patterns
软件工程 / 诊断修复
go-interfaces
go-interfaces
Use when defining or implementing Go interfaces, designing abstractions, creating mockable boundaries for testing, or composing types through embedding. Also…
软件工程 / 诊断修复
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…
软件工程 / 诊断修复
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.
软件工程 / 诊断修复
rust-trait-explorer
rust-trait-explorer
使用 LSP 探索 Rust trait 实现。触发条件:/trait-impl、查找实现、谁实现了、trait 实现、谁实现了、实现了哪些trait