npx claudepluginhub ether-moon/skill-setComprehensive productivity skills and development tools for Claude Code, including git workflow automation, code context understanding, peer LLM consulting, and PR review feedback processing.
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
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 CodexContributions welcome! Please see AGENTS.md for development guidelines and best practices.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.