搜索结果
全部能力
找到 1722 个相关结果 / 性能优化
软件工程 / 诊断修复
mcp-apps-builder
mcp-apps-builder
**所有 MCP 服务器工作必须遵循** - mcp-use 框架最佳实践与模式。在进行任何 MCP 服务器工作前**请先阅读本指南**,包括: - 创建新的 MCP 服务器 - 修改现有 MCP 服务器(添加/更新 tools、resources、prompts、widgets) - 调试 MCP 服务器问题或错误 - 审查 MCP 服务器代码的质量、安全性或性能 - 回答关于 MCP 开发或 mcp-use 模式的问题 - 对 server.tool()、server.resource()、server.prompt() 或 widgets 进行任何更改 本技能包含关键的架构决策、安全模式和常见陷阱。在实现 MCP 功能之前,请务必先查阅相关的参考文件。
软件工程 / 诊断修复
UI组件模式
ui-component-patterns
遵循现代设计模式,构建可复用、易维护的 UI 组件。适用于创建组件库、实现设计系统或构建……
软件工程 / 诊断修复
网页设计审查员
web-design-reviewer
此技能支持对本地或远程运行的网站进行可视化检查,以识别并修复设计问题。在收到类似“review website…”的请求时触发。
软件工程 / 诊断修复
创建规范
create-specification
为解决方案创建一个新的规范文件,并针对生成式 AI 的使用进行优化。
软件工程 / 诊断修复
Flutter 专家
flutter-expert
在使用 Flutter 3+ 和 Dart 构建跨平台应用时使用。可调用以进行组件开发、Riverpod/Bloc 状态管理、GoRouter 路由导航等……
软件工程 / 诊断修复
回测框架
backtesting-frameworks
构建稳健的交易策略回测系统,妥善处理前视偏差、幸存者偏差和交易成本。适用于开发……
软件工程 / 诊断修复
异步 Python 模式
async-python-patterns
掌握 Python asyncio、并发编程和 async/await 模式,以构建高性能应用。适用于构建异步 API、并发系统或……
软件工程 / 诊断修复
智能体工作流
agentic-workflow
实用的 AI 智能体工作流与生产力技巧。为日常开发任务提供优化模式,涵盖命令、快捷键、Git 集成等…
软件工程 / 诊断修复
agent-evaluation
agent-evaluation
为 AI 智能体设计并实现全面的评估系统。适用于构建 coding agents、conversational agents、research agents 等智能体的评估体系。
软件工程 / 诊断修复
Rust 最佳实践
rust-best-practices
基于 Apollo GraphQL 最佳实践手册编写地道 Rust 代码的指南。在以下场景使用此技能:(1) 编写新的 Rust 代码或函数,(2) 审查或重构现有 Rust 代码,(3) 在借用与克隆或所有权模式之间做选择,(4) 使用 Result 类型实现错误处理,(5) 优化 Rust 代码性能,(6) 为 Rust 项目编写测试或文档。
软件工程 / 诊断修复
GSAP 性能
gsap-performance
官方 GSAP 性能优化技能 —— 优先使用 transforms,避免布局抖动,使用 will-change,进行批量处理。适用于优化 GSAP 动画、减少卡顿或……
软件工程 / 诊断修复
dotnet 设计模式审查
dotnet-design-pattern-review
审查 C#/.NET 代码的设计模式实现并提出改进建议。
软件工程 / 诊断修复
Angular 开发者
angular-developer
生成 Angular 代码并提供架构指导。在创建项目、组件或服务时触发,或用于获取关于响应式的最佳实践…
软件工程 / 诊断修复
GSAP 插件
gsap-plugins
用于 GSAP 插件的官方 GSAP 技能 —— 注册、ScrollToPlugin、ScrollSmoother、Flip、Draggable、Inertia、Observer、SplitText、ScrambleText、SVG 以及……
软件工程 / 部署发布
stock-analysis
stock-analysis
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market…
软件工程 / 诊断修复
AI 提示工程安全审查
ai-prompt-engineering-safety-review
全面的 AI 提示词工程安全审查与优化提示词。分析提示词的安全性、偏见、安全漏洞和有效性,同时…
软件工程 / 部署发布
create-github-action-workflow-specification
create-github-action-workflow-specification
Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.
软件工程 / 诊断修复
mcp-builder
mcp-builder
**MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.
软件工程 / 诊断修复
react-native-architecture
react-native-architecture
Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps,…
软件工程 / 诊断修复
csharp-async
csharp-async
Get best practices for C# async programming