Skills for use with fzymgc-house self-hosted cluster
npx claudepluginhub fzymgc-house/fzymgc-house-skillsInfrastructure skills for homelab cluster (Grafana, Terraform)
PR review workflow with specialized review agents and automated fix loop
Jujutsu (jj) VCS workflow guidance for colocated repos
Development workflow skills with git and jj VCS support (fork of obra/superpowers v5.0.2)
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A Claude Code plugin marketplace for the fzymgc-house self-hosted cluster. Contains two plugins covering homelab infrastructure operations and automated PR review workflows.
Infrastructure skills for interacting with the homelab cluster.
| Skill | Description |
|---|---|
| grafana | Grafana, Loki, and Prometheus operations — dashboards, logs, metrics, alerting, incidents, OnCall, profiling |
| terraform | Terraform Cloud operations — runs, workspaces, state management, registry documentation |
| skill-qa | Validates SKILL.md files against Claude Code best practices |
Automated PR review workflow using 12 specialized agents with git worktree isolation for parallel execution.
Skills (orchestrators):
| Skill | Description |
|---|---|
| review-pr | Dispatches up to 9 review agents in parallel, persists findings as beads |
| address-findings | Fix loop with worktree-isolated fix-workers, merge protocol, and review gates |
| respond-to-comments | GitHub PR comment management with bead-aware context |
Agents (dispatched by orchestrator skills):
| Agent | Role |
|---|---|
| code-reviewer | Project guideline compliance and bug detection |
| silent-failure-hunter | Error handling and silent failure auditing |
| pr-test-analyzer | Test coverage quality and gap analysis |
| type-design-analyzer | Type invariant strength and encapsulation |
| comment-analyzer | Code comment accuracy and maintainability |
| security-auditor | OWASP-based security vulnerability detection |
| api-contract-checker | Breaking changes and backward compatibility |
| spec-compliance | Alignment with design docs and ADRs |
| code-simplifier | Clarity and maintainability improvements |
| fix-worker | Implements fixes in isolated worktrees |
| review-gate | Validates fixes address their findings |
| verification-runner | Runs quality gates after fixes are applied |
claude plugin install github:fzymgc-house/fzymgc-house-skills
Or install individual plugins:
claude plugin install github:fzymgc-house/fzymgc-house-skills/homelab
claude plugin install github:fzymgc-house/fzymgc-house-skills/pr-review
git clone git@github.com:fzymgc-house/fzymgc-house-skills.git
cd fzymgc-house-skills
lefthook install
.claude-plugin/
marketplace.json # Marketplace manifest listing both plugins
homelab/
plugin.json # Plugin manifest
skills/
grafana/ # Grafana/Loki/Prometheus operations
terraform/ # Terraform Cloud operations
skill-qa/ # SKILL.md validation
pr-review/
plugin.json # Plugin manifest
agents/ # 12 agent definitions (YAML frontmatter + system prompt)
skills/
review-pr/ # Review orchestrator
address-findings/ # Fix loop orchestrator
respond-to-comments/ # PR comment management
All commits must follow Conventional Commits format. This is enforced by a commit-msg hook via cocogitto.
feat(grafana): add incident management support
fix(review-pr): correct agent dispatch for security aspect
docs: update README
Versions are managed by release-please. Do not manually bump versions in marketplace.json, plugin.json, or SKILL.md files.
Private repository for fzymgc-house infrastructure.