By filipowm
Skills and tools for common GitHub operations: PRs, issues, code reviews, actions. Built around GitHub CLI (gh).
npx claudepluginhub filipowm/claude-plugins --plugin githubConfigure GitHub organization or repository settings: rulesets, roles, security, branch protection, Dependabot, secret scanning, merge settings. Use when user wants to set up, configure, or audit GitHub settings.
Manage GitHub pull requests using the `gh` CLI. Parse `$ARGUMENTS` to determine the requested operation and execute it.
Set up GitHub CLI (gh): install, authenticate, and verify. Use when user needs to install gh, fix gh authentication, or configure GitHub CLI from scratch.
A custom marketplace for Claude Code plugins by Mateusz Filipowicz.
claude
/plugin marketplace add filipowm/claude-plugins
/plugin install <plugin-name>@filipowm-plugins
| Plugin | Version | Description |
|---|---|---|
| No plugins yet | - | Check back soon! |
This repository includes a complete plugin template demonstrating all capabilities:
Copy the template:
cp -r template plugins/my-plugin-name
Customize the plugin:
cd plugins/my-plugin-name
# Edit .claude-plugin/plugin.json
# Add your skills, agents, hooks, etc.
Test locally:
claude --plugin-dir ./plugins/my-plugin-name
Add to marketplace:
.claude-plugin/marketplace.jsonSee Creating Plugins for detailed instructions.
The template demonstrates all available plugin capabilities:
claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/ # Individual plugins
│ └── (plugins added here)
├── template/ # Complete plugin template
│ ├── .claude-plugin/
│ ├── skills/
│ ├── agents/
│ ├── hooks/
│ └── ...
├── docs/ # Documentation
│ ├── creating-plugins.md
│ ├── using-plugins.md
│ └── plugin-template.md
└── README.md
Test the entire marketplace locally:
claude
/plugin marketplace add .
/plugin install <plugin-name>@filipowm-plugins
Contributions welcome! To add a plugin:
.claude-plugin/marketplace.jsonSee Creating Plugins for guidelines.
MIT License - see LICENSE for details.
Battle-tested Claude Code plugin for engineering teams — 48 agents, 182 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
AI-powered development tools for code review, research, design, and workflow automation.
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.