搜索结果
全部能力
找到 755 个相关结果 / RAG 与知识库
通用助手 / 编排推荐
session-management
session-management
Implement secure session management systems with JWT tokens, session storage, token refresh, logout handling, and CSRF protection. Use when managing user authentication state, handling token lifecycle, and securing sessions.
通用助手 / 编排推荐
senior-pm
senior-pm
Senior Project Manager for enterprise software, SaaS, and digital transformation projects. Specializes in portfolio management, quantitative risk analysis, resource optimization, stakeholder alignment, and executive reporting. Uses advanced methodologies including EMV analysis, Monte Carlo simulation, WSJF prioritization, and multi-dimensional health scoring.
通用助手 / 编排推荐
Angular 最佳实践 - NgRx
angular-best-practices-ngrx
NgRx 状态管理最佳实践,适用于 Angular。涵盖纯 reducer、action group、entity adapter、selector 和基于 signal 的 selection。在使用 @ngrx/store、@ngrx/effects 和 @ngrx/entity 时激活。不适用于 Akita、NGXS 或独立基于 signal 的状态管理。建议与 angular-best-practices 搭配安装以获得完整覆盖。
通用助手 / 编排推荐
clip
clip
OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M…
通用助手 / 编排推荐
ln-623-code-principles-auditor
ln-623-code-principles-auditor
Checks DRY, KISS/YAGNI, error handling, DI patterns. Use when auditing code principles compliance.
通用助手 / 编排推荐
ln-651-query-efficiency-auditor
ln-651-query-efficiency-auditor
Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing query efficiency.
通用助手 / 编排推荐
ln-222-story-replanner
ln-222-story-replanner
ln-222-story-replanner — an installable skill for AI agents, published by levnikolaevich/claude-code-skills.
通用助手 / 编排推荐
svg-illustration
svg-illustration
Use when you need SVG diagram rules, layout patterns, or embedding guidance for slide decks and want the minimal SVG-focused reading path.
通用助手 / 编排推荐
prometheus
prometheus
Prometheus and Grafana Cloud Metrics overview including PromQL query language, Metrics Drilldown, alerting, recording rules, and integration patterns. Use when working with Prometheus, writing PromQL queries, configuring alerting, or discussing metrics architecture and best practices.
通用助手 / 编排推荐
polymarket-prediction-market
polymarket-prediction-market
Understand Polymarket prediction markets for sports and esports betting. Use when working with Polymarket API, sports arbitrage, binary contracts, CLOB…
通用助手 / 编排推荐
ce-agent-native-architecture
ce-agent-native-architecture
Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying…
通用助手 / 编排推荐
ln-629-lifecycle-auditor
ln-629-lifecycle-auditor
Checks bootstrap initialization, graceful shutdown, resource cleanup, signal handling, liveness/readiness probes. Use when auditing app lifecycle.
通用助手 / 编排推荐
ln-652-transaction-correctness-auditor
ln-652-transaction-correctness-auditor
Checks transaction scope, missing rollback handling, long-held transactions, trigger/notify interaction. Use when auditing transaction correctness.
通用助手 / 编排推荐
reflect
reflect
Reflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification
通用助手 / 编排推荐
log-aggregation
log-aggregation
Implement centralized logging with ELK Stack, Loki, or Splunk for log collection, parsing, storage, and analysis across infrastructure.
通用助手 / 编排推荐
revision
revision
Guide the edit pass after drafting. Use when revision feels overwhelming, when changes cascade unpredictably, when you can't see problems anymore, or when…
通用助手 / 编排推荐
find-arbitrage-opps
find-arbitrage-opps
Find arbitrage opportunities across exchanges by comparing prices for fungible token pairs like BTC/WBTC and USDT/USDC.
通用助手 / 编排推荐
secrets-management
secrets-management
Implement secrets management with HashiCorp Vault, AWS Secrets Manager, or Kubernetes Secrets for secure credential storage and rotation.
通用助手 / 编排推荐
pdf-compress
pdf-compress
Reduce PDF file size while maintaining acceptable quality
通用助手 / 编排推荐
dotnet-aot-compat
dotnet-aot-compat
Make .NET projects compatible with Native AOT and trimming by systematically resolving IL trim/AOT analyzer warnings. USE FOR: making projects AOT-compatible, fixing trimming warnings, resolving IL warnings (IL2026, IL2070, IL2067, IL2072, IL3050), adding DynamicallyAccessedMembers annotations, enabling IsAotCompatible. DO NOT USE FOR: publishing native AOT binaries, optimizing binary size, replacing reflection-heavy libraries with alternatives. INVOKES: no tools — pure knowledge skill.