Skills2026年3月29日·1 分钟阅读

Anthropic Claude Official Skills Collection

All 17 official Agent Skills by Anthropic for Claude Code: document generation, development tools, creative design, and enterprise communication.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

# Browse and install any official Anthropic skill
claude skill install anthropics/skills/[skill-name]

Or visit the skills repository and copy any SKILL.md to your .claude/skills/ directory.


介绍

Official Agent Skills published by Anthropic for Claude Code. These are first-party skills maintained by the Claude Code team — covering document generation (PDF, DOCX, PPTX, XLSX), development tools (API building, MCP server creation, frontend design), creative design (canvas, algorithmic art, brand guidelines), and enterprise communication. 105,000+ GitHub stars.


All Official Skills


What Are Agent Skills?

Agent Skills are folders of instructions, scripts, and resources that Claude Code loads dynamically. Each skill has a SKILL.md file with YAML frontmatter describing what the skill does and when to activate it.

The skills standard is cross-compatible across Claude Code, OpenAI Codex, and Google Gemini CLI via agentskills.io.

Skill Format

.claude/skills/my-skill/
  SKILL.md          # Instructions + metadata
  resources/        # Optional supporting files

来源与感谢

Author: Anthropic Repository: anthropics/skills — ⭐ 105,000+ License: MIT

相关资产