搜索结果
ing
找到 13037 个相关结果
软件工程 / 诊断修复
API 速率限制
api-rate-limiting
使用令牌桶、滑动窗口和基于 Redis 的算法实现 API 速率限制,以防止滥用。在保护公共 API 安全时使用,…
软件工程 / 部署发布
Akka.NET 管理
akka-net-management
Akka.Management 用于集群引导、服务发现(Kubernetes、Azure、Config)、健康检查以及无需静态种子节点的动态集群组建…
软件工程 / 诊断修复
Akka 托管 Actor 模式
akka-hosting-actor-patterns
使用 Akka.Hosting 构建实体 actor 的模式 - GenericChildPerEntityParent、消息提取器、集群分片抽象、akka-reminders 等…
软件工程 / 诊断修复
code-modularization-evaluator
code-modularization-evaluator
Evaluate and improve code modularization using the Balanced Coupling Model. Analyzes coupling strength, connascence types, and distance to identify refactoring…
软件工程 / 诊断修复
axiom-memory-debugging
axiom-memory-debugging
Use when you see memory warnings, 'retain cycle', app crashes from memory pressure, or when asking 'why is my app using so much memory', 'how do I find memory…
软件工程 / 部署发布
ml-pipeline-workflow
ml-pipeline-workflow
Complete end-to-end MLOps pipeline orchestration from data preparation through model deployment.
软件工程 / 部署发布
i18n-frontend-implementer
i18n-frontend-implementer
Adds internationalization (i18n) infrastructure with translation plumbing, scalable key strategy, formatters for dates/numbers/currency, plural rules, and…
研究学习 / 检索整理
hybrid-search-implementation
hybrid-search-implementation
Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides…
软件工程 / 诊断修复
music-video-generation
music-video-generation
Generate music videos using each::sense AI. Create visualizers, lyric videos, animated music videos, concert visuals, and genre-specific aesthetics…
通用助手 / 编排推荐
git-commit
git-commit
Creates git commits following Conventional Commits format with type/scope/subject. Use when user wants to commit changes, create commit, save work, or stage…
通用助手 / 编排推荐
capacitor-expert
capacitor-expert
A comprehensive starting point for AI agents to work with Capacitor. Covers core concepts, CLI, app creation, plugins, framework integration, best practices,…
软件工程 / 诊断修复
API 设计审查工具
api-design-reviewer
API 设计审查工具
软件工程 / 诊断修复
python
python
Python 3.11+ performance optimization guidelines (formerly python-311). This skill should be used when writing, reviewing, or refactoring Python code to ensure…
设计与产品 / 审核评估
hig-components-layout
hig-components-layout
Apple Human Interface Guidelines for layout and navigation components. Use this skill when the user asks about "sidebar", "split view", "tab bar", "tab view", "scroll view", "window design", "panel", "list view", "table view", "column view", "outline view", "navigation structure", "app layout", "boxes", "ornaments", or organizing content hierarchically in Apple apps. Also use when the user says "how should I organize my app", "what navigation pattern should I use", "my layout breaks on iPad", "how do I build a sidebar", "should I use tabs or a sidebar", or "my app doesn't adapt to different screen sizes". Cross-references: hig-foundations for layout/spacing principles, hig-platforms for platform-specific navigation, hig-patterns for multitasking and full-screen, hig-components-content for content display.
自动化与集成 / 自动执行
pr-threads-resolve
pr-threads-resolve
Bulk resolve unresolved PR review threads. Useful after manually addressing threads or after using /pr-threads-address.
软件工程 / 诊断修复
pr-threads-address
pr-threads-address
Review all unresolved PR review threads, address them by making necessary code changes, and commit the changes appropriately.
设计与产品 / 审核评估
frontend-ui-ux-design
frontend-ui-ux-design
Creates comprehensive frontend UI/UX designs including user interfaces, design systems, component libraries, responsive layouts, and accessibility…
数据与分析 / 分析洞察
database-observability
database-observability
Grafana Cloud Database Observability — query-level performance insights for MySQL and PostgreSQL. Covers setup with Grafana Alloy, query samples, visual explain plans, RED metrics, pg_stat_statements and Performance Schema integration, and correlation with application traces. Use when monitoring database performance, diagnosing slow queries, setting up database observability for MySQL or PostgreSQL (self-managed, RDS, Aurora, Azure, Cloud SQL), or correlating DB metrics with APM data.
软件工程 / 诊断修复
dark-mode-implementer
dark-mode-implementer
Implements complete dark/light mode theming systems using CSS variables, Tailwind dark mode, React context, and system preference detection. Use when users…
软件工程 / 诊断修复
cron-schedule
cron-schedule
Schedule persistent background workers via CronCreate