Files
nexus/wiki/concepts/AI技能封装.md
2026-04-15 16:33:26 +08:00

28 lines
901 B
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: "AI技能封装"
type: concept
tags: [ai, skill, workflow]
---
## Definition
AI 技能封装AI Skill Encapsulation是将固定流程任务拆解为 AI 可理解、可复用、可自动执行的结构化流程的方法论。
## Core Mechanism
1. 识别反复执行且有固定流程的任务
2. 将流程拆解为 AI 能理解的步骤
3. 编写 Skill.md说明书 + SOP
4. AI 依据 Skill 稳定复用流程
## Key Properties
- 可理解:结构化描述,非模糊自然语言
- 可复用:同一 Skill 可多次触发相同结果
- 可自动执行:无需人工干预即可完成全流程
## Relationship to Prompt Engineering
提示词工程优化单次输出质量,技能封装优化整套流程的稳定性与可复用性。
## Connections
- [[流程工程]] ← 上位概念
- [[Claude Skills]] ← 具体实现
- [[Anthropic Skills 官方库]] ← 资源来源