Files
nexus/wiki/concepts/Anthropic-Skills-官方库.md

44 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: "Anthropic Skills 官方库"
type: concept
tags: [anthropic, claude, skill, github, open-source]
last_updated: 2026-01-08
---
## Definition
Anthropic 官方在 GitHub 发布的 Skills 仓库github.com/anthropics/skills收藏数突破 3.2 万,原封不动地拆解了 Claude.ai 网页版的生产级能力。
## Source
- GitHub: https://github.com/anthropics/skills
## Core Content
### 三大类别
#### 1. 办公自动化四大件Office Suite
- Word/PDF/PPT/Excel 的创建、编辑、分析、重写
- 格式控制、边界处理、容错策略
- 每一步包含 Prompt 结构、参数含义
#### 2. 开发者工具箱Developer Tools
- MCP Server
- Web 应用测试
- Artifacts 构建
- 自动化验证流程
#### 3. 创意类 SkillsCreative
- 算法艺术
- Canvas 设计
- 主题生成工厂
- 重点:设计思路可复用、输入约束、输出稳定
## Key Value
"它是 Anthropic 把 Claude 线上真正在跑的生产级能力,原封不动地拆解开来,摊在桌面上给你看。"
本质上是官方在教你"怎么像我们一样开发 AI 应用"。
## Connections
- [[Anthropic]] ← 发布者
- [[Claude Skills]] ← 具体实现
- [[Awesome-Claude-Skills]] ← 第三方精选仓库