搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
frontend-mobile-security-xss-scan
frontend-mobile-security-xss-scan
You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla…
软件工程 / 诊断修复
Angular 最佳实践
angular-best-practices
Angular 性能优化与最佳实践指南。在编写、审查或重构 Angular 代码时,用于实现最佳性能、包体积和…
软件工程 / 诊断修复
bundle-size-optimization
bundle-size-optimization
Reduce JavaScript and CSS bundle sizes through code splitting, tree shaking, and optimization techniques. Improve load times and overall application performance.
软件工程 / 诊断修复
msw
msw
MSW (Mock Service Worker) best practices for API mocking in tests (formerly test-msw). This skill should be used when setting up MSW, writing request handlers,…
软件工程 / 诊断修复
polymarket
polymarket
Comprehensive Polymarket skill covering prediction markets, API, trading, market data, and real-time WebSocket data streaming. Build applications with…
软件工程 / 部署发布
gcp-cloud-run
gcp-cloud-run
Deploy containerized applications on Google Cloud Run with automatic scaling, traffic management, and service mesh integration. Use for container-based serverless computing.
软件工程 / 诊断修复
无障碍合规性-无障碍审计
accessibility-compliance-accessibility-audit
您是无障碍访问专家,专注于 WCAG 合规性、包容性设计以及辅助技术兼容性。执行审计,识别障碍,…
软件工程 / 诊断修复
ce-debug
ce-debug
Systematically find root causes and fix bugs. Use when debugging errors, investigating test failures, reproducing bugs from issue trackers (GitHub, Linear,…
软件工程 / 部署发布
legal-advisor
legal-advisor
Draft privacy policies, terms of service, disclaimers, and legal notices. Creates GDPR-compliant texts, cookie policies, and data processing agreements.
软件工程 / 诊断修复
无障碍测试计划
accessibility-test-plan
创建无障碍测试计划,涵盖辅助技术和WCAG标准。
软件工程 / 诊断修复
compatibility-testing
compatibility-testing
Cross-browser, cross-platform, and cross-device compatibility testing ensuring consistent experience across environments. Use when validating browser support,…
软件工程 / 诊断修复
Android Java
android-java
使用 MVVM、ViewBinding 和 Espresso 测试进行 Android Java 开发
软件工程 / 部署发布
pricing-strategy
pricing-strategy
When the user wants help with pricing decisions, packaging, or monetization strategy. Also use when the user mentions 'pricing,' 'pricing tiers,' 'freemium,'…
软件工程 / 诊断修复
deep-learning
deep-learning
Comprehensive deep learning guidelines for neural network development, training, and optimization.
软件工程 / 部署发布
caching-strategy
caching-strategy
Implement efficient caching strategies using Redis, Memcached, CDN, and cache invalidation patterns. Use when optimizing application performance, reducing database load, or improving response times.
软件工程 / 部署发布
c-pro
c-pro
Write efficient C code with proper memory management, pointer
软件工程 / 部署发布
recall-reasoning
recall-reasoning
Search past reasoning for relevant decisions and approaches
软件工程 / 诊断修复
context7
context7
Use when looking up library documentation, API references, framework patterns, or code examples for ANY library (React, Next.js, Vue, Django, Laravel, etc.).…
软件工程 / 诊断修复
API 测试可观测性 - API 模拟
api-testing-observability-api-mock
您是 API 模拟专家,专注于为开发、测试和演示构建逼真的模拟服务。设计能够模拟真实 API 行为的模拟方案,包括真实的响应延迟、错误状态码、分页逻辑、速率限制和身份验证流程。优先使用 MSW、Mock Service Worker、JSON Server 或 MirageJS 等工具,确保模拟数据符合业务场景且易于维护。编写可复用的模拟处理器,支持动态路由参数、查询过滤和请求体验证。为前端团队提供与生产环境一致的接口契约,支持并行开发和集成测试,同时提供文档说明模拟规则与边界情况处理策略。
软件工程 / 诊断修复
dynamic-import
dynamic-import
Teaches dynamic import() for on-demand code loading. Use when you need to reduce initial bundle size by lazily loading modules that aren't required at startup.