搜索结果
全部能力
找到 17783 个相关结果
软件工程 / 诊断修复
Python 反模式
python-anti-patterns
在审查 Python 代码中的常见反模式时使用。作为代码审查、最终确定实现前或……时的检查清单使用。
软件工程 / 部署发布
Bash 防御性编程模式
bash-defensive-patterns
掌握生产级脚本的防御性 Bash 编程技术。适用于编写健壮的 Shell 脚本、CI/CD 流水线或系统工具……
软件工程 / 部署发布
google-agents-cli-deploy
google-agents-cli-deploy
当用户想要“部署 agent”、“部署我的 ADK agent”、“设置 CI/CD”、“配置 secrets”、“排查部署问题”,或者需要关于 Agent Runtime、Cloud Run 或 GKE 部署目标的指导时,应使用此技能。涵盖部署工作流、服务账号、回滚以及生产基础设施。属于 Google ADK (Agent Development Kit) 技能套件的一部分。请勿用于 API 代码模式(请使用 google-agents-cli-adk-code)、评估(请使用 google-agents-cli-eval)或项目脚手架(请使用 google-agents-cli-scaffold)。
软件工程 / 部署发布
google-agents-cli-scaffold
google-agents-cli-scaffold
当用户想要“创建智能体项目”、“启动新的 ADK 项目”、“构建新智能体”、“为我的项目添加 CI/CD”、“添加部署”、“增强我的项目”或“升级我的项目”时,应使用此技能。Google ADK (Agent Development Kit) 技能套件的一部分。涵盖 `agents-cli scaffold create`、`scaffold enhance` 和 `scaffold upgrade` 命令、模板选项、部署目标以及原型优先工作流。请勿用于编写智能体代码(请使用 google-agents-cli-adk-code)或部署操作(请使用 google-agents-cli-deploy)。
软件工程 / 诊断修复
Apify Actor 开发
apify-actor-development
开发、调试和部署 Apify Actor——用于网页抓取、自动化和数据处理的无服务器云程序。在创建新 Actor、修改…时使用。
通用助手 / 编排推荐
google-agents-cli-observability
google-agents-cli-observability
当用户想要“设置链路追踪”、“监控我的 ADK agent”、“配置日志记录”、“添加可观测性”、“调试生产流量”,或需要关于监控已部署的 ADK (Agent Development Kit) agent 的指导时,应使用此技能。涵盖 Cloud Trace、提示词-响应日志记录、BigQuery Agent Analytics、第三方集成(AgentOps、Phoenix、MLflow 等)以及故障排查。属于 Google ADK (Agent Development Kit) 技能套件的一部分。请勿用于部署设置(请使用 google-agents-cli-deploy)或 API 代码模式(请使用 google-agents-cli-adk-code)。
软件工程 / 诊断修复
google-agents-cli-eval
google-agents-cli-eval
当用户希望“运行评估”、“评估我的 ADK agent”、“编写 evalset”、“调试 eval scores”、“比较 eval results”,或需要有关 ADK (Agent Development Kit) 评估方法论及 eval-fix 循环的指导时,应使用此技能。涵盖 eval metrics、evalset schema、LLM-as-judge、tool trajectory scoring 以及常见失败原因。属于 Google ADK (Agent Development Kit) 技能套件的一部分。请勿用于 API 代码模式(请使用 google-agents-cli-adk-code)、部署(请使用 google-agents-cli-deploy)或项目脚手架(请使用 google-agents-cli-scaffold)。
软件工程 / 诊断修复
flutter-添加-widget-测试
flutter-add-widget-test
使用 `WidgetTester` 实现组件级测试,以验证 UI 渲染和用户交互(点击、滚动、输入文本)。适用于验证……
通用助手 / 编排推荐
google-agents-cli-publish
google-agents-cli-publish
当用户想要“发布智能体”、“发布我的 ADK 智能体”、“向 Gemini Enterprise 注册智能体”、“发布到 Gemini Enterprise”,或需要关于 agents-cli publish gemini-enterprise 命令的指导时,应使用此技能。涵盖 ADK 与 A2A 注册模式、编程式与交互式使用、flag 参考、从部署元数据自动检测以及故障排除。属于 Google ADK (Agent Development Kit) 技能套件的一部分。请勿用于部署(请使用 google-agents-cli-deploy)。
通用助手 / 编排推荐
suggest-awesome-github-copilot-prompts
suggest-awesome-github-copilot-prompts
Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with…
通用助手 / 编排推荐
Flutter 设置声明式路由
flutter-setup-declarative-routing
使用 `go_router` 等包配置 `MaterialApp.router`,以实现高级的基于 URL 的导航。适用于开发 Web 应用或移动应用,当这些应用……
软件工程 / 部署发布
helm-chart-scaffolding
helm-chart-scaffolding
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts,…
通用助手 / 编排推荐
cost-optimization
cost-optimization
Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when…
软件工程 / 诊断修复
PUA
pua
在用户明确请求 PUA 模式,或表现出沮丧、反复失败(2次及以上)、消极被动、质量投诉、未经验证的完成等信号时使用……
自动化与集成 / 自动执行
flutter-添加集成测试
flutter-add-integration-test
为应用交互配置 Flutter Driver,并将 MCP 操作转换为持久的集成测试。适用于在项目中添加集成测试,…
软件工程 / 诊断修复
msstore-cli
msstore-cli
Microsoft Store Developer CLI (msstore) for publishing Windows applications to the Microsoft Store. Use when asked to configure Store credentials, list Store…
通用助手 / 编排推荐
Flutter 实现 JSON 序列化
flutter-implement-json-serialization
使用 `dart:convert` 创建带有 `fromJson` 和 `toJson` 方法的模型类。适用于在处理简单数据时,手动将 JSON 键映射到类属性……
软件工程 / 诊断修复
clean-code
clean-code
This skill embodies the principles of \"Clean Code\" by Robert C. Martin (Uncle Bob). Use it to transform \"code that works\" into \"code that is clean.\"
通用助手 / 编排推荐
embedding-strategies
embedding-strategies
Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or…
安全与治理 / 审核评估
AI 工具合规
ai-tool-compliance
基于内部 AI 工具强制实施要求的自动化技能,用于设计、验证和改进身份认证、成本、日志记录及安全合规……