Custom Claude Code plugins by Mateusz
npx claudepluginhub filipowm/claude-pluginsSkills and tools for common GitHub operations: PRs, issues, code reviews, actions. Built around GitHub CLI (gh).
Claude Code utilities and helpers
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
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.