claude-plugins
Guided coding workflows, peer reviews, and rule extraction
All Skills in This Repository (4)
Pure Emerald Level Indicatorsask-peer
Consult a peer engineer agent for validation and code review feedback.
ask-codex
Execute coding tasks and debugging via the local codex CLI.
ask-gemini
Run the local Gemini CLI for coding assistance within Claude workflows.
ask-claude
Query the local Claude CLI for code generation, debugging, and analysis.
Frequently Asked Questions
FAQPage SchemaHow to install claude-plugins?โผ
Run `npx skills add hiroro-work/claude-plugins --all -g -y` in your terminal to install all skills globally.
What does the dev-workflow skill do?โผ
It runs a fixed 19-phase development process: task decomposition, planning, peer plan review, implementation, testing, code review, and one commit per build step.
How to get a second opinion from another AI?โผ
Use the ask-claude, ask-codex, ask-gemini, ask-copilot, or ask-agy skills to query other coding assistants directly from your session.
Can it document my project's coding conventions?โผ
Yes. The extract-rules skill scans your codebase and generates structured rule files, and merge-rules combines rules across multiple projects.
Does it check plugins for security risks?โผ
Yes. The security-scanner skill audits installed plugins and skills for dangerous code patterns and malicious instructions before you trust them.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core