Agent skill
refers
Reference collection of official Anthropic skills for learning and best practices study. TRIGGER when: Never - this is a reference collection, not an invocable skill. DO NOT TRIGGER when: Always - this directory contains sample skills from anthropic-skills repository for reference purposes only.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/refers
SKILL.md
Official Anthropic Skills Reference Collection
Reference collection of 5 representative skills from anthropic-skills repository
Purpose
This is NOT an invocable skill. It's a reference collection of official Anthropic skills used for:
- Learning best practices - Study how official skills are structured
- Pattern reference - See examples of different skill types
- API examples - Multi-language Claude API integration samples
- Design inspiration - Canvas and PDF processing examples
Contents
| Skill | Size | Type | Description |
|---|---|---|---|
| skill-creator | 260KB | Meta-tool | Tool for creating and managing other skills |
| mcp-builder | 144KB | Tool | MCP (Model Context Protocol) server builder |
| 80KB | Document | PDF generation and processing | |
| claude-api | 236KB | API | Claude API integration examples (multi-language) |
| canvas-design | 5.5MB | Design | Canvas design tool with font resources |
Usage
DO NOT invoke this skill. Instead:
- Browse subdirectories to study official skill patterns
- Read individual SKILL.md files for structure examples
- Examine scripts/ and references/ to understand skill organization
- Learn from multi-language API examples in claude-api/
See: README.md for detailed descriptions
Source
- Official Repository: https://github.com/anthropics/anthropic-skills
- Downloaded: 2026-03-05
- Purpose: Reference and learning resource
- License: Each skill contains its own LICENSE.txt
Version: 1.0.0 Last Updated: 2026-03-11 Changelog:
- v1.0.0 (2026-03-11): Initial release - reference collection (non-invocable)
Type: Reference Collection (Non-invocable) Maintained By: AI Dev Framework Team
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?