BeClaude

vibeworks-library

New
3Community RegistryDevelopmentby Vibeworks

Complete 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.

Community PluginView Source

Overview

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

![License: MIT](https://opensource.org/licenses/MIT) ![PRs Welcome](CONTRIBUTING.md) ![Community](https://github.com/Claude-Code-Community-Ireland)

What's Inside

CategoryDescriptionBrowse
SkillsReusable skill definitions for Claude Code/skills
AgentsCustom agent configurations/agents
CLAUDE.mdProject instruction files by language/framework/claude-md
PRDsProduct requirement document templates/prds
MCP ServersModel Context Protocol server configs/mcp-servers
HooksPre/post execution hook examples/hooks
PromptsSystem and task prompt collections/prompts
WorkflowsMulti-step workflow definitions/workflows

Quick Start

Option 1: Clone Everything

bash
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:

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

CLAUDE.md Files

Copy a CLAUDE.md template to your project root:

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

Agents

Copy agent configurations to your .claude/ directory:

bash
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:

yaml
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](https://github.com/Claude-Code-Community-Ireland)

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/vibeworks-library.md https://raw.githubusercontent.com/Claude-Code-Community-Ireland/claude-code-resources/main/SKILL.md
3
Invoke in Claude Code
/vibeworks-library
View source on GitHub
securitytestingcode-reviewrefactoringdocumentationapidesignmcp

Frequently Asked Questions

What is vibeworks-library?

Complete 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.

How to install vibeworks-library?

To install vibeworks-library, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /vibeworks-library.

What is vibeworks-library best for?

vibeworks-library is a community categorized under Development. It is designed for: security, testing, code-review, refactoring, documentation, api, design, mcp. Created by Vibeworks.