Files
nexus/wiki/concepts/AI技能封装.md

35 lines
1.1 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.
---
id: AI技能封装
title: "AI技能封装"
type: concept
tags: [AI, 工作流]
sources: []
last_updated: 2026-04-15
---
# AI技能封装
## Definition
AI 技能封装AI Skills是将反复执行、有固定流程的任务拆解为 AI 能理解、能稳定复用、能自动执行的结构化流程的方法论。
## Parent Concept
- [[流程工程]]
## Description
Skills = 说明书 + SOP标准作业程序。核心是把人类经验转化为 AI 可操作的标准化流程,实现从"一次性的 Prompt"到"可复用的 Skill"的跃迁。
## Key Components
1. **Prompt Structure**:结构化指令,包含输入约束、输出格式、容错策略
2. **Process Flow**:可执行的工作流步骤
3. **Validation**:输出质量验证机制
## Examples
- 办公自动化Word/PDF/PPT/Excel 操控
- 开发者工具箱MCP Server、Web 测试、Artifacts 构建
- 创意类算法艺术、Canvas 设计、主题生成
## Connections
- [[Claude-Skills-研究范式]] ← 实例 ← [[AI技能封装]]
- [[Anthropic]] ← 发布方 ← [[AI技能封装]]
- [[Vibe-Kanban]] ← 应用场景 ← [[AI技能封装]]