vibeworks-library
NewComplete developer workflow toolkit â 34 skills, 34 agents, 21 commands covering TDD, debugging, code review, git workflows, architecture, API design, error handling, testing, performance, refactoring, documentation, security, UI/UX design, plugin development, and incident response. Includes MCP integrations.
Summary
Vibeworks Library is a comprehensive developer workflow toolkit containing 34 reusable skills, 34 agent configurations, and 21 commands covering TDD, debugging, code review, git workflows, architecture, API design, error handling, testing, performance, refactoring, documentation, security, UI/UX design, plugin development, and incident response.
- md files, PRD templates, hooks, prompts, and workflows, making it a one-stop resource for accelerating and sta
Overview
A community-curated collection of Claude Code skills, agents, CLAUDE.md files, PRDs, prompts, and more.
  
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.gitOption 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.mdAgents
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:
- 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
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
- •Discord: Join Claude Code Community Ireland
- •GitHub Discussions: Ask questions, share ideas
- •Issues: Report bugs, request features
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](https://github.com/Claude-Code-Community-Ireland)
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "vibeworks-library": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/vibeworks-library run tdd-workflow for implementing a user authentication module
Use the code-review skill to analyze the latest commit in my repo for security and style issues
/vibeworks-library generate api-docs for the /users endpoint with OpenAPI 3.0
Security Audits
Frequently Asked Questions
What is vibeworks-library?
Vibeworks Library is a comprehensive developer workflow toolkit containing 34 reusable skills, 34 agent configurations, and 21 commands covering TDD, debugging, code review, git workflows, architecture, API design, error handling, testing, performance, refactoring, documentation, security, UI/UX design, plugin development, and incident response. It also includes MCP integrations, CLAUDE.md files, PRD templates, hooks, prompts, and workflows, making it a one-stop resource for accelerating and sta
How to install vibeworks-library?
To install vibeworks-library: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "vibeworks-library": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is vibeworks-library best for?
vibeworks-library is a mcp categorized under Development. It is designed for: security, testing, code-review, refactoring, documentation, api, design, mcp. Created by Vibeworks.
What can I use vibeworks-library for?
vibeworks-library is useful for: Set up a complete TDD cycle for a new feature with automated test generation and red-green-refactor guidance.; Perform a thorough code review of a pull request, checking for security vulnerabilities, performance issues, and adherence to best practices.; Debug a complex production issue by systematically isolating the root cause using structured error handling and logging techniques.; Refactor a legacy codebase to improve maintainability, applying design patterns and modern architecture principles.; Generate comprehensive API documentation and OpenAPI specs from existing code or design discussions.; Respond to a security incident by following a predefined runbook that includes containment, analysis, and remediation steps..