Claude Code Resources
Curated collection of official documentation, community projects, and learning materials for Claude Code, skills development, and AI-assisted coding.
Official Resources
Anthropic Official Documentation
Official Anthropic documentation covering Claude models, API reference, and Claude Code setup guides.
Claude Code - Anthropic
Official Claude Code product page from Anthropic with installation instructions and feature overview.
Steering Claude Code (Official Blog)
Anthropic's official guide on using CLAUDE.md, skills, hooks, rules, subagents, and output styles to steer Claude Code behavior.
Anthropic ClaudeCodeSkill (GitHub)
Official skill collection from Anthropic including Playwright browser testing, frontend design, document processing, and MCP builder skills.
Model Context Protocol (MCP) Specification
The official MCP specification defining how AI agents connect to external tools and services through standardized server interfaces.
Kiro by Amazon
Amazon's AI-powered development environment built on VS Code with spec-driven development and Claude skill compatibility.
Community & Open Source
alirezarezvani/claude-skills (GitHub)
345+ ClaudeCodeSkill and agent plugins covering engineering, marketing, product, compliance, and productivity. One of the largest open-source collections.
OpenAI Codex CLI (GitHub)
OpenAI's open-source terminal coding agent with AGENTS.md support and plugin system. Compatible with many Claude skill patterns.
Cursor Rules Directory
Community-maintained directory of .cursorrules files. Many patterns are adaptable to Claude Code SKILL.md format.
Awesome Claude Code (GitHub)
GitHub topic page for Claude Code projects including skills, tools, integrations, and extensions.
MCP Servers Directory
Directory of Model Context Protocol servers for connecting Claude Code and other AI agents to external tools and services.
Learning & Tutorials
How to Write a CLAUDE.md That Works
Practical guide on writing effective CLAUDE.md configuration files, organizing rules, and understanding token implications.
ClaudeCodeSkill Complete Guide
Comprehensive guide covering skill concepts, frontmatter fields, invocation modes, and building custom skills with real-world examples.
Claude Code Tutorial - Little Might
Detailed tutorial covering CLAUDE.md, hooks, commands, plugins, skills, and MCP servers in practical terms.
ClaudeCodeSkill & Harness Engineering - Paradime
Technical guide covering every harness component: skills, rules files, MCP servers, hooks, sub-agents, and plugins with usage patterns.
SKILL.md Template & Examples
Official Anthropic skill examples showing proper SKILL.md structure, frontmatter format, and instruction patterns.
Link to ClaudeCodeSkill
Add a badge to your GitHub README or website to link to your skill listing on our directory. Copy the markdown or HTML below:
[](https://claudecodeskill.org)
<a href="https://claudecodeskill.org"><img src="https://claudecodeskill.org/badge.svg" alt="Listed on ClaudeCodeSkill" /></a>
API Access for AI Agents
This directory is queryable over HTTP. AI agents can fetch structured JSON data about skills, categories, and metadata for automated discovery and installation workflows.
GET https://claudecodeskill.org/api/skills.json
Returns JSON array of all skills with name, description, category, tags, stars, and source URL.View API docs →
Know a resource we should add?
Help the community by suggesting useful links and tutorials.
Suggest a Resource