Auto-sync: wiki-ingest 3 sources (2026-04-16)

This commit is contained in:
2026-04-16 00:08:35 +08:00
parent 9688f3f54b
commit 5ae9550d8c
267 changed files with 9537 additions and 1163 deletions

View File

@@ -0,0 +1,32 @@
---
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 设计模式]] ← 设计模式框架