By fzymgc-house
Development workflow skills with git and jj VCS support (fork of obra/superpowers v5.0.2)
npx claudepluginhub fzymgc-house/fzymgc-house-skills --plugin superpowersYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work (git or jj) - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Use when completing tasks, implementing major features, or before merging to verify work meets requirements (supports git and jj)
Use when executing implementation plans with independent tasks in the current session
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when implementing any feature or bugfix, before writing implementation code
Alias for using-worktrees. Use when starting feature work that needs isolation from current workspace.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated workspaces (git worktrees or jj workspaces) with smart directory selection and safety verification
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Use when you have a spec or requirements for a multi-step task, before touching code
Use when creating new skills, editing existing skills, or verifying skills work before deployment
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.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Uses power tools
Uses Bash, Write, or Edit tools
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Complete developer toolkit for Claude Code
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.