fzymgc-house-skills
A Claude Code plugin marketplace for the fzymgc-house
self-hosted cluster. It currently ships four plugins: homelab operations,
automated PR review, jj workflow guidance, and a forked superpowers workflow
suite. The repo now also includes a repo-local Codex marketplace that wraps the
same skill content for Codex.
Plugins
homelab
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 |
pr-review
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 |
jj
Jujutsu workflow guidance for colocated and standalone repositories.
| Skill | Description |
|---|
| jujutsu | Core jj workflows, git interop, bookmarks, and workspace guidance |
superpowers
Development workflow skills with git and jj support.
| Skill | Description |
|---|
| using-superpowers | Entry skill that enforces skill discovery and platform adaptation |
| brainstorming | Design workflow before implementation |
| writing-plans | Detailed implementation planning |
| executing-plans | Inline execution of approved plans |
| subagent-driven-development | Multi-agent plan execution |
| systematic-debugging | Structured debugging workflow |
| verification-before-completion | Verification gate before claiming success |
Installation
Claude Code
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
claude plugin install github:fzymgc-house/fzymgc-house-skills/jj
claude plugin install github:fzymgc-house/fzymgc-house-skills/superpowers
Codex
Use the repo-local Codex marketplace at
.agents/plugins/marketplace.json. The plugins/ directory contains thin
Codex wrappers that symlink back to the existing homelab/, pr-review/,
jj/, and superpowers/ directories so the underlying SKILL.md content
remains single-source.
Current Codex limitation: named Claude plugin agents are not installed
natively. pr-review and some superpowers workflows still work in Codex,
but agent-dispatch steps must follow the compatibility guidance in
superpowers/skills/using-superpowers/references/codex-tools.md.
Development
Prerequisites
Setup
git clone git@github.com:fzymgc-house/fzymgc-house-skills.git
cd fzymgc-house-skills
lefthook install
Repo-wide agent guidance lives in AGENTS.md. CLAUDE.md remains in the
repo as a Claude-specific addendum and compatibility shim.
Repository Structure