所有 Skills

找到 4065 个 Skills

Skills 列表

graphviz

graphviz

3.1Kbackend-api

使用 DOT 语言创建有向/无向图,自动布局。最适合依赖树、调用图、包层次结构和需要精细边路由的模块关系。

markdown-viewer avatarmarkdown-viewer
获取
uml

uml

3.1Kdevops-cloud

使用 PlantUML 语法创建 UML 图。最适合软件建模——类图、时序图、活动图、状态机图、组件图、用例图和部署图,采用简洁的文本符号和自动布局。

markdown-viewer avatarmarkdown-viewer
获取
architecture

architecture

3.1Kdevops-cloud

使用HTML/CSS模板创建分层系统架构图,支持颜色编码的层级和网格布局。适用于技术栈、微服务拓扑和多层应用设计。

markdown-viewer avatarmarkdown-viewer
获取
seedance-prompt-en

seedance-prompt-en

3.1Kdesign-ui

为字节跳动即梦 Seedance 2.0 多模态 AI 视频生成模型撰写高效提示词。当用户需要通过文本、图片、视频、音频输入以及 @ 引用系统生成视频提示词时使用。涵盖运镜控制、特效复刻、视频续写、视频编辑、卡点剪辑、电商广告、短剧及科普等多种场景。

dexhunter avatardexhunter
获取
swiftui-expert-skill

swiftui-expert-skill

3.1Kdesign-ui

适用于编写、审查或重构针对 iOS 和 macOS 的 SwiftUI 代码,涵盖状态管理与 `@Observable` 数据流、视图组合与失效/性能优化、列表与 `ForEach` 标识符管理、Environment 环境上下文用法、本地化、动画、Liquid Glass 样式适配、软弃用 API 迁移,以及使用 Instruments 捕获与分析 `.trace` 文件(定位主线程卡顿、掉帧、CPU 热点或视图过度刷新问题)。

avdlee avataravdlee
获取
google-agents-cli-adk-code

google-agents-cli-adk-code

3.1Kagent-workflows

当用户想要“编写智能体代码”、“使用ADK构建智能体”、“添加工具”、“创建回调”、“定义智能体”、“使用状态管理”,或需要ADK(智能体开发工具包)Python API模式和代码示例时,应使用此技能。它是Google ADK技能套件的一部分。它提供了智能体类型、工具定义、编排模式、回调和状态管理的快速参考。不要用于创建新项目(使用google-agents-cli-scaffold)或部署(使用google-agents-cli-deploy)。

google avatargoogle
获取
google-agents-cli-workflow

google-agents-cli-workflow

3.1Kresearch-knowledge

此技能应在用户想要“开发智能体”、“使用 ADK 构建智能体”、“本地运行智能体”、“调试智能体代码”、“测试智能体”、“部署智能体”、“发布智能体”、“监控智能体”,或需要 ADK(智能体开发工具包)开发生命周期和编码指南时使用。构建 ADK 智能体的入口点。始终处于活动状态——提供完整的工作流程(脚手架、构建、评估、部署、发布、观察)、代码保留规则、模型选择指南以及 ADK 或任何智能体开发的故障排除步骤。

google avatargoogle
获取
google-agents-cli-eval

google-agents-cli-eval

3.1Kresearch-knowledge

当用户想要“运行评估”、“评估我的ADK智能体”、“编写评估数据集”、“分析评估失败原因”、“比较评估结果”、“优化智能体”,或需要Agent Platform评估方法论和质量飞轮方面的指导时,应使用此技能。涵盖评估指标、数据集模式、LLM作为评判的评分以及常见失败原因。不要用于API代码模式(使用google-agents-cli-adk-code)、部署(使用google-agents-cli-deploy)或项目脚手架(使用google-agents-cli-scaffold)。

google avatargoogle
获取
google-agents-cli-scaffold

google-agents-cli-scaffold

3.1Kdevops-cloud

当用户想要“创建 Agent 项目”、“启动新的 ADK 项目”、“帮我构建一个新 Agent”、“为项目添加 CI/CD”、“添加部署配置”、“增强现有项目”或“升级项目”时,应当使用此 Skill。 本 Skill 属于 Google ADK(Agent Development Kit)Skill 套件的一部分。 涵盖 `agents-cli scaffold create`、`scaffold enhance` 和 `scaffold upgrade` 命令、模板选项、部署目标以及原型优先(prototype-first)工作流。 请勿用于编写 Agent 代码(请使用 google-agents-cli-adk-code)或部署运维操作(请使用 google-agents-cli-deploy)。

google avatargoogle
获取
google-agents-cli-observability

google-agents-cli-observability

3.1Kdevops-cloud

当用户想要“设置追踪”、“监控我的ADK代理”、“配置日志记录”、“添加可观测性”、“调试生产流量”,或需要关于监控已部署的ADK(Agent Development Kit)代理的指导时,应使用此技能。涵盖Cloud Trace、提示-响应日志记录、BigQuery Agent Analytics、第三方集成(AgentOps、Phoenix、MLflow等)以及故障排除。属于Google ADK(Agent Development Kit)技能套件的一部分。不要用于部署设置(使用google-agents-cli-deploy)或API代码模式(使用google-agents-cli-adk-code)。

google avatargoogle
获取
google-agents-cli-deploy

google-agents-cli-deploy

3.1Kdevops-cloud

当用户想要“部署 Agent”、“部署 ADK Agent”、“配置 CI/CD”、“配置 Secret 密钥”、“排查部署故障”,或需要关于 Agent Runtime、Cloud Run 或 GKE 部署目标的指导时,应使用此 Skill。 涵盖部署工作流、服务账号、版本回滚和生产基础设施。 属于 Google ADK (Agent Development Kit) Skill 套件的一部分。 切勿用于 API 代码模式(请使用 google-agents-cli-adk-code)、评估测试(请使用 google-agents-cli-eval)或项目脚手架搭建(请使用 google-agents-cli-scaffold)。

google avatargoogle
获取
google-agents-cli-publish

google-agents-cli-publish

3.1Kdevops-cloud

当用户想要“发布智能体”、“发布我的ADK智能体”、“向Gemini Enterprise注册智能体”、“发布到Gemini Enterprise”,或需要关于agents-cli publish gemini-enterprise命令的指导时,应使用此技能。当用户想要“在Agent Registry中管理智能体”或“列出/更新/删除已注册的智能体”时,也应使用此技能。涵盖ADK与A2A注册模式、编程式和交互式用法、标志参考、从部署元数据自动检测、Agent Registry集群管理以及故障排除。属于Google ADK(Agent Development Kit)技能套件的一部分。请勿用于部署(请使用google-agents-cli-deploy)。

google avatargoogle
获取
ultracite

ultracite

3.1Kfrontend

Ultracite 是一个零配置的 JavaScript/TypeScript 项目代码检查与格式化预设。适用于以下场景:(1) 在项目中设置或初始化 Ultracite(ultracite init),(2) 运行代码检查或格式化命令(check、fix、doctor),(3) 在使用了 Ultracite 的项目中编写或审查 JS/TS 代码——遵循其代码规范,(4) 排查代码检查/格式化问题,(5) 用户在安装了 Ultracite 的项目中提及 'ultracite'、'lint'、'format'、'code quality' 或 'biome/eslint/oxlint'。

haydenbleasel avatarhaydenbleasel
获取
loop-library

loop-library

3Kagent-workflows

Compatibility alias for Loopy. Use only when an existing installation or older instruction explicitly invokes loop-library; use Loopy for new installations and requests. Provides the same discovery, recommendation, audit, repair, adaptation, guided crafting, bounded execution, run debrief, project loop saving, and publication-preparation workflows.

forward-future avatarforward-future
获取
loopy

loopy

3Kagent-workflows

Discover, find, compare, audit, repair, adapt, craft, run, debrief, save, and prepare repeatable AI-agent loops for publication. Use when a user asks to analyze code or coding threads for recurring work, find a published loop, interview them to turn a goal into a bounded loop, review a loop for weak checks or unsafe authority, execute a loop with an evidence receipt, learn from completed runs, save or reuse a project loop, or validate and submit a loop to Loop Library.

forward-future avatarforward-future
获取
loop-library

loop-library

3Kagent-workflows

Loopy 的兼容性别名。仅在现有安装或旧指令明确调用 loop-library 时使用;对于新安装和新请求,请使用 Loopy。提供相同的发现、推荐、审计、修复、适配、引导式设计、受限执行、运行复盘、项目 Loop 保存和发布准备工作流。

forward-future avatarforward-future
获取
playwright-skill

playwright-skill

2.9Ktesting-qa

基于 Playwright 实现全方位的浏览器自动化。支持自动检测开发服务器,并将干净的测试脚本写入 /tmp 目录。涵盖页面测试、表单填写、截图保存、响应式设计检查、UX 验证、登录流程测试、死链检测以及任意浏览器任务自动化。当用户需要测试网站、自动化浏览器交互、验证 Web 功能或进行任何基于浏览器的测试时使用。

lackeyjb avatarlackeyjb
获取
golang-refactoring

golang-refactoring

2.9Kagent-workflows

Golang refactoring — the safe, at-scale process for restructuring existing Go code: a coverage-adaptive safety net, tool-driven behavior-preserving transforms (gopls Rename/Inline/Extract, `gofmt -r`, `eg`, `gopatch`, `go/analysis` fixers), the Fowler catalog mapped to Go, breaking import cycles, moving types across packages, and a human-in-the-loop workflow of small stacked PRs on a refactoring branch. Apply when code is hard to maintain, a function/type has grown too large, a code smell needs fixing, adding a feature is blocked by the current structure, or the user asks to clean up, refactor, or improve Go code — also for renaming at scale, extracting functions/interfaces, moving code between packages, splitting packages, or planning a multi-step refactor. Target styles owned elsewhere → See `samber/cc-skills-golang@golang-naming` (renames), `@golang-project-layout` (splits), `@golang-modernize` (idioms), `@golang-code-style` (control flow), `@golang-design-patterns` (patterns/DI).

samber avatarsamber
获取
golang-gopls

golang-gopls

2.9Kagent-workflows

Golang semantic code intelligence via `gopls`, the official Go language server — go-to-definition, find references, call/implementation hierarchy, workspace symbol search, package API discovery, diagnostics, safe rename, refactors (extract/inline/fill/rewrite code actions), formatting, and generated tests. Reaches an agent via gopls's own MCP server (`go_*` tools), Claude Code's native `LSP` tool, or the `gopls` CLI. Use when navigating or refactoring Go code — jumping to a definition, finding call sites before a rename, understanding a file's or package's dependencies, running diagnostics after an edit, or extracting/inlining/renaming. Not for the published ecosystem — packages not in your `go.mod`, versions, licenses, importers — → See `samber/cc-skills-golang@golang-pkg-go-dev` skill (`godig`). Not for a whole-tree vulnerability audit → See `samber/cc-skills-golang@golang-security` skill (`govulncheck`).

samber avatarsamber
获取
omniverse-realtime-viewer

omniverse-realtime-viewer

2.8Kdesign-ui

Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.

nvidia avatarnvidia
获取
rag-perf

rag-perf

2.8Kprompting-reasoning

Performance benchmarking for a deployed NVIDIA RAG Blueprint server: profiling pass + aiperf load test driven by a single YAML config. Not for accuracy / RAGAS scoring (use rag-eval) or for deploying / repairing services (use rag-blueprint).

nvidia avatarnvidia
获取
omniverse-usd-performance-tuning

omniverse-usd-performance-tuning

2.8Ksecurity

Top-level workflow skill for USD performance diagnosis and optimization. Handles slow loading, high memory, low FPS, and broad scene-optimization requests; delegates auth/runtime setup to Phase 0 owners.

nvidia avatarnvidia
获取
cuopt-server-api-python

cuopt-server-api-python

2.8Kdevops-cloud

cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API.

nvidia avatarnvidia
获取
data-designer

data-designer

2.8Kprompting-reasoning

Use when the user wants to create a dataset, generate synthetic data, or build a data generation pipeline.

nvidia avatarnvidia
获取
想按分类查看?试试 /category/writing-content.