A community-curated collection of Claude Code skills, agents, CLAUDE.md files, PRDs, prompts, and more.
| Category | Description | Browse |
|---|---|---|
| Skills | Reusable skill definitions for Claude Code | /skills |
| Agents | Custom agent configurations | /agents |
| CLAUDE.md | Project instruction files by language/framework | /claude-md |
| PRDs | Product requirement document templates | /prds |
| MCP Servers | Model Context Protocol server configs | /mcp-servers |
| Hooks | Pre/post execution hook examples | /hooks |
| Prompts | System and task prompt collections | /prompts |
| Workflows | Multi-step workflow definitions | /workflows |
git clone https://github.com/Claude-Code-Community-Ireland/claude-code-resources.gitBrowse the categories above and copy what you need directly into your project.
Visit our searchable catalog to find resources with filtering and preview.
Copy a skill folder to your project's .claude/skills/ directory:
cp -r skills/development/git-commit-helper ~/.claude/skills/Copy a CLAUDE.md template to your project root:
cp claude-md/by-language/python/CLAUDE.md ./CLAUDE.mdCopy agent configurations to your .claude/ directory:
cp agents/coding/code-reviewer/agent.yaml ~/.claude/agents/We welcome contributions! See CONTRIBUTING.md for guidelines.
Quick contribution options:
- Submit via Issue - Use our resource submission template
- Open a PR - Fork, add your resource with metadata, submit PR
- Suggest a Source - Know a great repo? Open an issue to suggest it
Every resource includes a metadata.yaml file with:
name: "Resource Name"
description: "What this resource does"
author:
name: "Your Name"
github: "yourusername"
category: "development"
tags: ["tag1", "tag2"]
source:
type: "original" # or "scraped", "adapted"
license: "MIT"- Discord: Join Claude Code Community Ireland
- GitHub Discussions: Ask questions, share ideas
- Issues: Report bugs, request features
Resources are reviewed by community moderators to ensure quality. Want to help moderate? Open an issue!
This repository is licensed under the MIT License.
Individual resources may have their own licenses specified in their metadata.