Comprehensive developer workflow library with skills, agents, and commands for TDD, debugging, code review, architecture, documentation, security, and git workflows
npx claudepluginhub Claude-Code-Community-Ireland/claude-code-resourcesComplete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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.git
Browse 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.md
Copy 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:
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"
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.