Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By fabn
GitHub workflows: feature development with branch/commit/PR flow, addressing PR review comments, issue and project board management (Epics, sub-issues, triage), release management with Release Drafter (setup, upgrade, and publishing), actionlint CI for workflow linting, and interactive setup for GitHub MCP server and gh CLI.
npx claudepluginhub fabn/claude-plugins --plugin githubThis skill should be used when the user wants to develop a feature using a Git-based workflow: creating a branch, staging files, writing a commit, pushing to remote, and opening a pull request. Guides the full flow from an empty working tree or a branch with uncommitted changes. Activates on: "git", "feature", "branch", "pull request", "pr", "new branch", "create branch", "open pr", "submit pr", "feature branch", "commit", "stage", "push", "branch feature", "aprire pr", "pull request", "nuova branch", "creare branch", "fare commit", "pushare", "aprire pull request".
This skill should be used when the user wants to manage GitHub issues and project boards: creating issues (including Epics), expanding Epics into sub-issues, triaging issues with missing fields, or listing/filtering the project board. Activates on: "issue", "create issue", "new issue", "epic", "task", "bug", "feature issue", "project board", "board", "triage", "backlog", "pm", "expand epic", "sub-issue", "issue management", "creare issue", "nuova issue", "gestione progetto", "bacheca", "backlog".
This skill should be used when the user wants to configure release-drafter on a repository — either setting it up fresh or migrating from v6 to v7. Handles versioning strategy (semver or date-based CalVer), autolabeler configuration, and optional post-release workflow generation. Activates on: "release drafter", "setup release drafter", "configure release drafter", "install release drafter", "release drafter setup", "upgrade release drafter", "migrate release drafter", "release drafter v7", "release drafter v6", "configurare release drafter", "configurazione release drafter", "aggiornare release drafter".
This skill should be used when the user wants to publish a draft release created by Release Drafter. Finds the draft release, checks CI status on main, confirms with the user, and publishes. Does NOT merge PRs — it only handles the release publishing step. Activates on: "release", "publish release", "draft release", "ship release", "cut a release", "publish draft", "release drafter", "make a release", "rilascio", "pubblicare release", "rilasciare versione".
This skill should be used when the user wants to configure the GitHub MCP server, verify gh CLI installation, check authentication, or troubleshoot GitHub plugin connectivity. Checks gh CLI availability, authentication status, GITHUB_MCP_TOKEN configuration, tests MCP tool availability, configures project permissions, and writes project defaults to CLAUDE.md. Activates on: "setup github", "configure github", "github setup", "install github plugin", "connect to github", "github mcp", "github token", "test github connection", "verify github", "gh cli setup", "configurare github", "configurazione github".
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
GitHub workflow, Actions monitoring, and rulesets management
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git and PR workflows with code review, onboarding, and PR enhancement
GitHub workflow — PR, issue, triage, and merge skills using gh CLI
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Ruby on Rails development workflows. Includes debugging and performance profiling, test scaffolding with RSpec and FactoryBot, refactoring patterns for service objects, concerns, and query objects, and guided version upgrades.
Project-agnostic Terraform operations: plan with safety categorization, apply with confirmation gates and targeted apply, drift detection and resolution.
Datadog monitoring workflows for Terraform-managed infrastructure. Includes dashboard creation with metric discovery and HCL generation, log search and analysis, APM trace investigation, and interactive setup.
Spacelift CI/CD workflows for Terraform: stack management, run inspection with log analysis, failure debugging, local previews, dependency tracking, and GraphQL schema exploration.
A collection of Claude Code plugins for monitoring, infrastructure, and development workflows.
| Plugin | Description | Skills |
|---|---|---|
| datadog | Datadog monitoring: dashboards, logs, APM traces, metric discovery | setup, dashboard, logs, traces |
| github | GitHub workflows: issues, PRs, releases, project boards, code review | setup, release, feature, pm, address-review |
| rails | Ruby on Rails development: debugging, testing, refactoring, migrations | debug, test, refactor, migrate, upgrade |
| terraform | Terraform infrastructure: plan, drift detection, apply with safety gates | plan, drift, apply |
/plugin marketplace add fabn/claude-plugins
/plugin install github@fabn-claude-plugins
Add to your ~/.claude/settings.json (user-level) or .claude/settings.json (project-level):
{
"enabledPlugins": {
"github@fabn-claude-plugins": true,
"terraform@fabn-claude-plugins": true
},
"extraKnownMarketplaces": {
"fabn-claude-plugins": {
"source": {
"source": "github",
"repo": "fabn/claude-plugins"
}
}
},
"enableAllProjectMcpServers": true
}
/plugin marketplace add /absolute/path/to/claude-plugins
claude --plugin-dir ./plugins/datadog
claude --plugin-dir ./plugins/rails