Skip to content
 
 

Repository files navigation

Claude Code Community Ireland Resources

A community-curated collection of Claude Code skills, agents, CLAUDE.md files, PRDs, prompts, and more.

License: MIT PRs Welcome Community

What's Inside

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

Quick Start

Option 1: Clone Everything

git clone https://github.com/Claude-Code-Community-Ireland/claude-code-resources.git

Option 2: Copy Individual Resources

Browse the categories above and copy what you need directly into your project.

Option 3: Use the Website

Visit our searchable catalog to find resources with filtering and preview.

Using Resources

Skills

Copy a skill folder to your project's .claude/skills/ directory:

cp -r skills/development/git-commit-helper ~/.claude/skills/

CLAUDE.md Files

Copy a CLAUDE.md template to your project root:

cp claude-md/by-language/python/CLAUDE.md ./CLAUDE.md

Agents

Copy agent configurations to your .claude/ directory:

cp agents/coding/code-reviewer/agent.yaml ~/.claude/agents/

Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Quick contribution options:

  1. Submit via Issue - Use our resource submission template
  2. Open a PR - Fork, add your resource with metadata, submit PR
  3. Suggest a Source - Know a great repo? Open an issue to suggest it

Resource Metadata

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"

Community

Moderators

Resources are reviewed by community moderators to ensure quality. Want to help moderate? Open an issue!

License

This repository is licensed under the MIT License.

Individual resources may have their own licenses specified in their metadata.


Run by Claude Code Community Ireland

About

Community-curated collection of Claude Code skills, agents, CLAUDE.md files, PRDs, prompts, and more. Run by Claude Code Community Ireland.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages