Agent Skills 技能市场,帮你找到最适合的 AI 代理技能。
Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code and UI design that avoids generic AI aesthetics.
Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Create algorithmic philosophies interpreted through computational processes, emergent behavior, mathematical beauty, seeded randomness, and parametric variation.
Applies Anthropic's official brand colors and typography to any artifact. Use when brand colors, style guidelines, or company design standards apply.
Create visual philosophies interpreted through form, space, color, composition, images, graphics, shapes, and patterns.
Structured workflow for guiding users through collaborative document creation with three stages: Context Gathering, Refinement & Structure, and Reader Testing.
Powers Claude's document creation capabilities for Word documents. Create and edit professional DOCX files.
Powers Claude's document creation capabilities for PDF files. Generate professional PDF documents.
Powers Claude's document creation capabilities for presentations. Create professional PowerPoint slides.
Powers Claude's document creation capabilities for spreadsheets. Create and manipulate Excel files.
Write all kinds of internal communications: 3P updates, newsletters, FAQs, status reports, leadership updates, incident reports, and project updates.
Guidance for creating effective skills. Learn best practices for skill design, structure, and implementation.
Agent Skills 是可复用的、生产就绪的能力包,教会 AI 代理如何完成特定任务。每个 Agent Skill 都存放在独立的文件夹中,包含 SKILL.md 文件,其中有 Claude 动态加载的指令、元数据和资源,用于提升专业任务的执行效果。
Claude Code 会根据上下文自动发现和加载 Agent Skills。当你的 .claude/skills 文件夹中有技能或从市场安装了技能时,Claude 会读取技能描述并应用相关的技能来帮助完成当前任务。
Agent Skills 可以处理各种任务,包括前端设计、文档创建(DOCX、PDF、PPTX、XLSX)、MCP 服务器开发、Web 应用测试、内部沟通,以及算法艺术和 GIF 创作等创意工作流程。
你可以使用 /install-skill 命令从 Claude Code 市场安装 Agent Skills,或者直接将技能文件夹放到项目的 .claude/skills 目录中。Claude 会在相关时自动检测并使用它们。
SKILL.md 是每个 Agent Skill 的核心文件。它包含带有 name 和 description 字段的 YAML frontmatter(用于发现),后面是 Markdown 内容,包含 Claude 激活技能时使用的详细指令。