By filipowm
Skills and tools for common GitHub operations: PRs, issues, code reviews, actions. Built around GitHub CLI (gh).
Configure 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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub filipowm/claude-plugins --plugin githubClaude Code utilities and helpers
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
AI-powered development tools for code review, research, design, and workflow automation.
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.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.