整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -0,0 +1,55 @@
---
id: claude-skills
title: "Claude Skills"
type: concept
tags: [Anthropic, Claude, skill, SOP]
sources:
- "[[Claude Skills最值得研究的AI范式]]"
last_updated: 2026-01-05
---
## Definition
Claude Skills是Anthropic官方发布的AI技能指南本质是写给Claude的"说明书"和"SOP"。
## What It Contains
- Prompt结构定义
- 参数含义说明
- 容错策略
- 使用示例
## Official Skills Categories
- 办公自动化四大件Word/PDF/PPT/Excel
- 开发者工具箱
- 创意类Skill
## Awesome Claude Skills
三大社区仓库:
- ComposioHQ
- VoltAgent
- BehiSecc
## Skills聚合站
- skillsmp.com
- aitmpl.com/skills
- claudemarketplaces.com
## Significance
Skills的爆发标志着从**提示词工程**到**流程工程**的关键转变:
- 将经验沉淀为SOP
- 交给AI稳定执行
- 实现可复用的工作流
## Connection to Vibe Coding
Vibe Coding的尽头也是Skills通过AI编程方式构建的流程最终需要Skills来标准化和复用。
## Connections
- [[提示词工程]] ← evolves_to ← [[流程工程]]
- [[Claude Skills]] ← implements ← [[SOP标准化]]
- [[Vibe Coding]] ← uses ← [[Claude Skills]]