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,43 @@
---
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]] ← 第三方精选仓库