By ether-moon
Comprehensive productivity skills and development tools for Claude Code, including git workflow automation, code context understanding, peer LLM consulting, and PR review feedback processing.
Draw a higher-level system map of unfamiliar code in the project's domain vocabulary. Describes the module's responsibility, callers, dependencies, and sibling modules without diving into implementation details.
Execute peer LLM reviews using the consulting-peer-llms skill
Create a git commit using the managing-git-workflow skill
Create a pull request using the managing-git-workflow skill
Push changes to remote using the managing-git-workflow skill
Resolves all PR blockers — CI failures, merge conflicts, and review feedback. Scans the current branch's PR, detects blockers, dispatches specialized sub-agents, and pushes once all are resolved. Use when user says "fix my PR", "CI failed", "resolve conflicts", "fix the build", "handle review comments", "PR won't merge".
Resolves merge conflicts by fetching the target branch, identifying conflicting files, and applying the autofixing-and-escalating skill to classify each conflict as obvious or ambiguous. Called as a sub-agent from resolving-pr-blockers orchestrator.
Analyzes and fixes CI workflow failures by extracting logs from failed GitHub Actions runs, parsing error patterns, and applying the autofixing-and-escalating skill. Called as a sub-agent from resolving-pr-blockers orchestrator.
Processes PR review comments — classifies feedback as obvious or ambiguous using the autofixing-and-escalating skill, auto-fixes obvious items, discusses ambiguous items with rationale and recommendation. Called as a sub-agent from resolving-pr-blockers orchestrator.
Applies a curated, pre-vetted set of baseline behavioral discipline rules (Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution, Fail Fast vs Graceful Handling, Documentation Priority) to coding agent directive files such as CLAUDE.md, AGENTS.md, and their referenced documents. Replaces semantically similar existing content with the standard canonical wording so coverage stays complete and consistent. Use whenever the user wants to seed a new project's directive files, supplement an existing CLAUDE.md/AGENTS.md with baseline coding discipline, normalize ad-hoc rules to canonical wording, or audit a repo against the standard set. Trigger phrases include "apply baseline rules", "install coding baseline", "supplement CLAUDE.md with standard rules", "seed AGENTS.md with discipline directives", "add baseline coding rules", "normalize agent directives". Skips guarding-agent-directives verification because the rule set is already pre-vetted.
Classifies issues from external sources by clarity of correctness, auto-fixes obvious ones, and escalates ambiguous ones with rationale and recommendations. Activates automatically whenever 2+ actionable items from an external source appear — linter output, review comments, security scan results, test failures, audit findings, or any batch of issues that were not generated by the current conversation. The user should never have to manually sort through obvious vs ambiguous items from tools or reviewers.
Maintains a project's domain glossary in CONTEXT.md and architecture decisions in docs/adr/ as living artifacts — files are created lazily, updated inline as terms resolve and decisions crystallize, and conflicts with existing entries are surfaced immediately. Use this skill whenever a domain term is being pinned down, a decision sounds ADR-worthy, or vocabulary is about to drift — phrases like "domain glossary", "context.md", "we should write this down", "let's name this", "what do we call this", "is this worth an ADR", "pin down this term" — and as a side-effect of grilling-plans when terms or decisions surface.
Bump a project's version with changelog update — auto-detects version files (plugin.json, package.json, pyproject.toml, Cargo.toml, gemspec, VERSION, ...). Use when user says "bump", "version up", or "release". Per-repo policy (base branch, extra files, commit message) read from CLAUDE.md / AGENTS.md.
Execute peer reviews from other LLM CLI tools (Gemini, Codex, Claude) in parallel and synthesize actionable insights. Use when user requests feedback from other LLMs, peer review, or external validation — e.g., "get feedback from gemini", "ask codex to review", "ask claude to review", "peer review this", "what do other LLMs think", "get a second opinion", "validate with codex".
Uses power tools
Uses Bash, Write, or Edit tools
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.
Unified productivity plugin for Claude Code providing comprehensive development tools and automated workflows.
Add this plugin to Claude Code:
/plugin install skill-set
That's it! All features are now available in a single unified plugin.
Commands:
/skill-set:git:commit - Create context-aware git commits/skill-set:git:push - Push changes to remote (auto-commits if needed)/skill-set:git:pr - Create pull requests (auto-push and commit if needed)Capabilities:
Find and read official documentation for external libraries and frameworks using Context7.
Use when: Understanding external libraries, frameworks, or dependencies.
Features:
Execute peer reviews from other LLM tools (Gemini, Codex, Claude) in parallel and synthesize actionable insights.
Command:
/skill-set:consulting:review
Features:
Plan and execute implementation work with fresh context per iteration via Task subagents.
Commands:
/skill-set:ralph:plan
/skill-set:ralph:plan docs/plans/feature-design.md
/skill-set:ralph:execute
/skill-set:ralph:execute tmp/ralph/2026-03-06-1430/plan.md
Features:
Interactive PR review processing from any source (human, CodeRabbit, Codex, Claude, other bots) with severity classification and verified completion workflow.
Command:
/skill-set:pr-review:fix
Features:
Comprehensive guide for creating effective Claude skills with structured workflow and testing methodology.
Guides writing and revision of explanatory text, persuasive proposals, and technical documents with 4 core principles.
Guards agent directive files (CLAUDE.md, AGENTS.md) against bloat by verifying additions through strict criteria.
Automatically establishes workflows at session start to ensure proper skill usage.
Skills are automatically available after installing the plugin. Claude will use them when relevant to your task.
/skill-set:git:commit
/skill-set:git:push
/skill-set:git:pr
/skill-set:ralph:plan
/skill-set:ralph:execute
/skill-set:pr-review:fix
/skill-set:consulting:review
/skill-set:plan:grill
/skill-set:code:zoom-out
plugins/
└── skill-set/
├── .claude-plugin/
│ └── plugin.json
├── .mcp.json
├── commands/
│ ├── git/ # commit, push, pr
│ ├── ralph/ # plan, execute
│ ├── pr-review/ # fix
│ └── consulting/ # review
├── skills/
│ ├── managing-git-workflow/
│ ├── understanding-code-context/
│ ├── consulting-peer-llms/
│ ├── ralph/
│ ├── creating-skills/
│ ├── writing-clear-prose/
│ ├── guarding-agent-directives/
│ └── using-skill-set/
├── agents/
│ └── pr-review-feedback.md
└── hooks/
└── hooks.json
gemini-cli for Geminicodex for Codexherb-language-server support for .erb and .herb files
A knowledge distillation system that delivers only verified knowledge to AI coding agents. 3-layer architecture with convention-based air gap.
7 skills (1 gateway + 6 specialists) for building Rails frontend with Hotwire — Turbo Drive, Turbo Frames, Turbo Streams, Stimulus, view transitions, forms, media, and native bridge.
Autonomous product development loop — AI agent team that cycles through spec, implement, validate, and self-correct
Backlog.md task management workflow — setup, operating conventions, and guided task authoring.
npx claudepluginhub ether-moon/skill-set --plugin skill-setGeneral purpose Claude Code toolkit with research agents, skills, and introspection commands
GitHub and Git workflow tools: commit-creator, pr-creator, pr-reviewer, and pr-comment-resolver agents, slash commands for commits, PRs, and review comment resolution, plus skills for PR/commit workflows.
Workflow skills and shared instructions for coding agents.
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Codex CLIにセカンドオピニオンを求めるスキル。「codexと相談して」「codexに聞いて」で発動する。
Editorial "Essentials" bundle for Claude Code from Antigravity Awesome Skills.