Skills

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

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

贡献 Skill

Skills

199

类别

9

兼容工具

6

贡献者

1

显示第 22–42 项,共 100 个 Skills

排序方式最新A–Z难度
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 个模型
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 个模型
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 个模型
Agent Evaluation Design高级

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

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 个模型
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 个模型
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 个模型
Data Contract Design中级

Defines versioned data contracts between producers and consumers, with ownership, schemas, quality expectations, compatibility rules, and operational change management.

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 个模型
Retrieval Evaluation高级

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

3 个模型
Rate Limiter Designer中级

Designs and implements rate limiting for APIs and services. Recommends an algorithm (token bucket, leaky bucket, fixed or sliding window) for the use case, defines per-key and per-endpoint limits, plans distributed enforcement with Redis, and specifies response headers and 429 handling with retry-after. Produces a design plus reference implementation.

4 个模型
Penetration Test Planner高级

Plans authorized penetration tests for systems you own or are permitted to assess. Defines scope, rules of engagement, and objectives; maps the attack surface; structures phases (recon, mapping, exploitation, post-exploitation, reporting) around a framework like the OWASP Testing Guide or PTES; and specifies safe handling of findings. Emphasizes explicit authorization and non-destructive testing.

4 个模型
Game Design Document Writer中级

Helps turn a game concept into a structured game design document. Captures the core loop, mechanics, progression, economy, controls, level structure, art and audio direction, and target platform and audience. Keeps scope realistic, flags dependencies and risks, and produces a living GDD that a small team can build from.

4 个模型
Data Storytelling中级

Turns analysis results into a clear narrative for a specific audience. Selects the key message, orders findings for impact, recommends the right chart for each point, writes plain-language takeaways, and frames actionable recommendations. Helps analysts move from raw numbers to a memo or slide narrative executives can act on.

4 个模型
Test Plan Writer中级

Produces structured test plans for features and releases. Defines scope and objectives, derives test cases from requirements and acceptance criteria, covers functional, edge, negative, performance, and accessibility cases, sets entry/exit criteria, and maps risk to test priority. Outputs a clear plan with a traceability matrix linking tests to requirements.

4 个模型
Ad Copy Writer入门

Writes conversion-focused ad copy for search, social, and display. Crafts headlines and descriptions within platform character limits, leads with a clear benefit and hook, matches message to audience and funnel stage, and produces multiple variants for A/B testing. Keeps claims honest and includes a strong, specific call to action.

4 个模型
Survey Designer中级

Designs surveys that produce reliable, unbiased data. Turns research goals into clear questions, chooses appropriate scales and response types, avoids leading and double-barreled wording, orders questions to reduce bias, and plans screening and branching logic. Outputs a ready-to-field questionnaire with an analysis plan for each question.

4 个模型
Decision Matrix Builder入门

Helps make and document structured decisions. Elicits the options and the criteria that matter, assigns weights, scores each option, computes a weighted result, and runs a quick sensitivity check to show how robust the recommendation is. Produces a clear matrix plus a short written rationale suitable for an ADR or decision log.

4 个模型
User Interview Guide Builder中级

Builds discovery and usability interview guides that surface real insight. Translates research questions into open, non-leading prompts, sequences warm-up to deep-dive topics, adds follow-up probes, and applies techniques like the "five whys" and past-behavior questions. Outputs a timed guide with a consent intro and a synthesis template for notes.

4 个模型
Color Palette Generator入门

Creates accessible color palettes for brands and UIs from a brief or a seed color. Produces primary, secondary, and neutral scales with hex values, suggests semantic tokens (success, warning, error, info), and checks foreground/background pairings against WCAG contrast ratios. Outputs ready-to-use CSS variables or design tokens.

4 个模型

Skills 与 MCP 服务器

有什么区别?

Skills定义“做什么”

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

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

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

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

创建了实用的 Skill?

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

在 GitHub 上贡献