Skills

开放的 AI 智能体 Skills 注册表,收录结构化提示词和工作流,并提供推荐模型、示例提示词与兼容工具。

部分描述为试点机器翻译内容,尚未经过人工审核。

贡献 Skill

Skills

152

类别

9

兼容工具

5

贡献者

2

显示第 1–21 项,共 100 个 Skills

排序方式最新A–Z难度
LLM Observability Design高级

Designs traces, metrics, structured events, privacy controls, dashboards, and alerts for LLM applications so teams can diagnose quality, cost, latency, and tool-use behavior.

3 个模型
Release Notes Automation中级

Turns merged work, pull requests, issues, and user-visible behavior changes into accurate, audience-specific release notes with breaking-change and upgrade guidance.

3 个模型
Design to Code Implementation高级

Converts a design specification or screenshot into accessible, responsive production UI while preserving component boundaries, design tokens, semantic structure, and states.

3 个模型
Browser Test Debugging高级

Diagnoses failing browser and end-to-end tests by correlating assertions, traces, screenshots, network activity, timing, and application state into reproducible fixes.

3 个模型
Structured Output Design中级

Designs reliable JSON and typed outputs for LLM features, including schemas, validation, recovery paths, versioning, examples, and contracts for downstream consumers.

3 个模型
AI Agent Incident Response高级

Guides containment, evidence collection, root-cause analysis, customer communication, and remediation when an AI agent takes an unsafe, incorrect, or unauthorized action.

3 个模型
Database Migration Planning高级

Plans safe database schema and data migrations with backwards compatibility, staged rollout, validation, rollback, performance safeguards, and application coordination.

3 个模型
AI Codebase Onboarding中级

将陌生的代码仓库整理成简明的工程指南,涵盖架构、约定、本地设置、关键执行路径和低风险的首次贡献。

3 个模型
Retrieval Evaluation高级

Evaluates retrieval quality for search and RAG systems using grounded test sets, relevance metrics, failure taxonomy, chunking experiments, and actionable remediation.

3 个模型
Analytics Instrumentation中级

Designs trustworthy product analytics events, properties, identity rules, validation, privacy boundaries, dashboards, and governance for product and growth decisions.

3 个模型
Product Requirements Discovery中级

Converts a loosely defined opportunity into testable product requirements, user journeys, scope boundaries, assumptions, risks, success metrics, and discovery questions.

3 个模型
Architecture Decision Record中级

Produces clear, reviewable architecture decision records that capture context, alternatives, trade-offs, consequences, rollout steps, and reversal criteria.

3 个模型
Secrets Rotation Design高级

Designs low-risk secret rotation for applications and agents, covering inventory, overlapping credentials, automation, audit evidence, emergency revocation, and rollback.

3 个模型
API Versioning Strategy高级

Designs durable API evolution plans with compatibility guarantees, deprecation policy, version negotiation, consumer communication, migration tooling, and operational telemetry.

3 个模型
Agent Evaluation Design高级

为 AI 智能体构建可重复的评估,在真实端到端场景中衡量任务成功率、工具使用正确性、事实依据、延迟、成本和安全恢复能力。

3 个模型
Incident Postmortem中级

Produces blameless, actionable incident postmortems with a precise timeline, contributing factors, impact, decisions, corrective actions, owners, and measurable follow-through.

3 个模型
MCP Server Security Review高级

Reviews Model Context Protocol servers for excessive permissions, unsafe tool design, prompt injection exposure, secret handling, authorization gaps, and auditability.

3 个模型
Prompt Regression Testing中级

Builds regression suites for prompts and agent instructions so teams can detect quality, safety, format, and tool-selection regressions before deploying changes.

3 个模型
MCP Server Builder高级

Designs and implements secure, ergonomic Model Context Protocol servers with precise tool schemas, transport selection, authentication boundaries, error contracts, and tests.

3 个模型
Model Context Budgeting高级

Optimizes prompts and agent workflows for finite context windows by prioritizing evidence, compressing history, managing retrieval budgets, and measuring token-cost trade-offs.

3 个模型
Accessibility Audit中级

按照实用的无障碍要求审查产品界面,覆盖语义结构、键盘操作、焦点行为、颜色对比度、屏幕阅读器和表单。

3 个模型

Skills 与 MCP 服务器

有什么区别?

Skills定义“做什么”

Skill 将说明、示例提示词和推荐模型组织在一起,让智能体稳定地完成任务。Skills 增加的是知识,而不是新的连接。

MCP 服务器定义“如何连接”

MCP 服务器通过连接数据库、API 和文件等真实系统,为智能体增加新能力。MCP 提供连接和操作,而不是任务说明。

简单来说:当模型需要把某项任务做好时选择 Skill;当模型需要访问工具或系统时选择 MCP 服务器。两者可以组合使用,Skill 可以依赖 MCP 服务器提供的工具。

创建了实用的 Skill?

提交 SKILL.md,加入由社区维护的开源注册表。

在 GitHub 上贡献