Files
nexus/wiki/concepts/Claude-Skills.md

33 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Claude Skills"
type: concept
tags: [claude, anthropic, skill, workflow]
last_updated: 2026-01-08
---
## Definition
Claude Skills 是 Anthropic 官方发布的 AI 技能指南,本质是"写给 Claude 的说明书 + SOP标准作业程序"。
## Core Properties
- **说明书**:清晰描述任务目标、输入约束、输出格式
- **SOP**:将反复执行、有固定流程的任务拆解为 AI 可理解、稳定复用、自动执行的步骤
- **可组合**:多个 Skills 可串联形成复杂工作流
## Key Distinction from Prompt Engineering
| Prompt Engineering | Skills |
|---|---|
| 优化单次输出质量 | 优化整套流程的稳定性与可复用性 |
| 依赖模型能力 | 结构化流程,降低模型依赖 |
| 单点优化 | 系统化、工程化 |
## Official Resources
- [[Anthropic Skills 官方库]]github.com/anthropics/skills3.2 万收藏
- [[Awesome-Claude-Skills]]ComposioHQ、VoltAgent、BehiSecc 维护的精选仓库
- [[Skill 聚合站]]skillsmp.com、aitmpl.com/skills、claudemarketplaces.com
## Connections
- [[AI技能封装]] ← 具体实现
- [[Prompt工程]] ← 范式升级来源
- [[Anthropic Skills 官方库]] ← 官方资源
- [[Agent Skill 设计模式]] ← 设计模式框架