By hiroro-work
Review git diff changes for compliance with .claude/rules/ using parallel sub-agent checks grouped by file type. Extract rules from codebases and PRs, merge across projects into unified standards, apply fixes to projects, scan plugins for security risks, and run structured dev workflows with AI coding assistants.
npx claudepluginhub hiroro-work/claude-plugins --plugin rules-reviewApply organization-wide rules (from merge-rules output) to the current project. Detects tech stack, merges Principles, cleans up promoted patterns from .local.md, and fixes non-conforming files.
Asks Claude CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
Asks Codex CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
Asks Copilot CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
Consult with a peer engineer for plan review, code review, implementation discussions, or problem-solving brainstorming. Use when you need a second opinion, want to validate your approach, or check for overlooked issues.
Guided development workflow that orchestrates plan → review → implement → check/test → code review → rules update. Use this skill whenever the user wants to develop a feature, fix a bug, refactor code, or make any code changes following a structured process — even if they don't explicitly mention "workflow" and simply describe what they want built or fixed.
Extract project-specific coding rules and domain knowledge from existing codebase, generating markdown documentation for AI agents. Use when onboarding a new project, after code review discussions about coding style, or when coding conventions need documenting. Also consider running after sessions where coding preferences were discussed or corrected (--from-conversation), or after PRs with significant review feedback (--from-pr).
Merge extract-rules output from multiple projects into a unified portable rule set. Promotes .local.md patterns shared across projects to Principles format.
Check code changes for .claude/rules/ compliance. Use this skill when you need to verify that code changes follow project coding rules, whether as part of dev-workflow or standalone. Triggers on: rule compliance check, rules review, verify conventions, check coding standards.
Scan installed plugins and skills for security risks including malicious code AND malicious natural language instructions. Use /security-scanner to audit before installation.
Claude Code plugins for integrating with AI coding assistants.
| Plugin | Type | Description |
|---|---|---|
| ask-claude | Skill | Get a second opinion from another Claude instance |
| ask-codex | Skill | Get a second opinion from OpenAI Codex |
| ask-gemini | Skill | Get a second opinion from Google Gemini |
| ask-copilot | Skill | Get a second opinion from GitHub Copilot |
| peer | Skill | Peer engineer for code review, planning, and brainstorming |
| translate | Agent + Skill | AI-powered translation with /tr command (configurable quality) |
| security-scanner | Skill | Scan plugins and skills for security risks |
| extract-rules | Skill | Extract project-specific coding rules from codebase for AI agents |
| merge-rules | Skill | Merge portable coding rules from multiple projects into a unified rule set |
| caffeinate | Plugin | Manage macOS caffeinate to prevent system sleep |
npx skills add hiroro-work/claude-plugins
Available skills: ask-claude, ask-codex, ask-gemini, ask-copilot, ask-peer, security-scanner, extract-rules, merge-rules
Note: Agent features (translate) and hook features (caffeinate) are only available via Claude Code Plugin Marketplace.
/plugin marketplace add hiroro-work/claude-plugins
/plugin install ask-claude@hiropon-plugins
/plugin install ask-codex@hiropon-plugins
/plugin install ask-gemini@hiropon-plugins
/plugin install ask-copilot@hiropon-plugins
/plugin install peer@hiropon-plugins
/plugin install translate@hiropon-plugins
/plugin install security-scanner@hiropon-plugins
/plugin install extract-rules@hiropon-plugins
/plugin install merge-rules@hiropon-plugins
/plugin install caffeinate@hiropon-plugins
claude CLIcodex CLIgemini CLIcopilot CLIcaffeinate command)These plugins provide /ask-* commands for getting second opinions from other AI assistants.
Invoke with /ask-peer command. Spawns a peer engineer subagent for:
Prevent macOS system sleep during long-running sessions using caffeinate.
/caffeinate # Start caffeinate
/caffeinate stop # Stop caffeinate
/caffeinate status # Check status
Automatically stops on session end via SessionEnd hook.
Extract project-specific coding rules and domain knowledge from your codebase, generating structured markdown documentation for AI agents.
/extract-rules # Extract rules from codebase (initial)
/extract-rules --update # Re-scan and add new patterns (preserve existing)
/extract-rules --restructure # Re-analyze, reorganize structure, merge existing rules
/extract-rules --from-conversation # Extract rules from conversation
Output files are generated in .claude/rules/ directory.
Configuration (optional): Create .claude/extract-rules.local.md with YAML frontmatter to customize target directories, exclusions, output language, and split output mode. See SKILL.md for details.
Merge extract-rules output from multiple projects into a unified portable rule set. Promotes .local.md patterns shared across projects.
/merge-rules # Merge using config file
/merge-rules --config <path> # Merge using specified config file
/merge-rules --dry-run # Show what would be merged without writing
Configuration (required): Create .claude/merge-rules.local.md with YAML frontmatter listing source projects. See SKILL.md for details.
MIT License
Claude subagent for peer review, planning discussions, and brainstorming
Share bugs, ideas, or general feedback.
Automatic code review on session stop with configurable rules
Shift-left code review skills that bring Qodo's quality standards and code review capabilities into your local development workflow. Catch issues before commit, enforce organizational standards, and resolve PR feedback directly in your agent.
Intelligent sync of Claude instructions with enforcement hooks for security and consistency
Code review plugin with a standalone reviewer agent and two skill strategies: disposable subagents for one-shot reviews and persistent team members for iterative reviews
Create custom behavioral rules through markdown configuration files - prevent unwanted behaviors with pattern matching