claude-plugins
Multi-agent planning, code generation, review, and quality judging
All Skills in This Repository (21)
Pure Emerald Level Indicatorsmermaid-visualizer
Generate Mermaid diagrams for flowcharts, sequence diagrams, and state diagrams.
claude-code-expert
Document Claude Code extensibility with agents, skills, commands, and plugins.
upload-artifact
Upload files as versioned artifacts to the ClosedLoop platform.
context-engineering
Guide prompt engineering for Claude with XML tagging and reasoning patterns.
skill-creator
Create new AI skills with SKILL.md templates and directory structures.
prd-creator
Create Product Requirements Documents through guided conversational workflows and structured templates.
iterative-retrieval
Refine sub-agent queries through a structured 4-phase protocol with follow-up questions.
critic-cache
Hash plan and critic configuration files to validate review freshness.
closedloop-env
Provide ClosedLoop environment variables and construct file paths for agents.
build-status-cache
Compare git diff hashes to skip redundant build validations.
plan-editing-conventions
Enforce formatting and structure conventions when editing plan.json files.
cross-repo-cache
Validate cached cross-repo coordinator results by comparing peer repository git hashes.
Frequently Asked Questions
FAQPage SchemaHow to install claude-plugins?โผ
Run `npx skills add closedloop-ai/claude-plugins --all -g -y` in your terminal to install all plugins in this suite globally.
What does ClosedLoop do for my development workflow?โผ
It turns a PRD into a validated implementation plan, generates the code through phased loops, and runs multi-agent code reviews with verified findings before you merge.
How does the automated code review work?โผ
A fleet of reviewer agents scans your diff for bugs, security issues, and convention violations, then a separate verifier fleet confirms or rejects each finding so you only act on real issues.
Does it work with Claude Code and Codex?โผ
Yes. The plugins follow the standard SKILL.md and plugin manifest formats and run in Claude Code, with a Codex plugin path included for the code-review plugin.
Can non-engineers use these plugins?โผ
Yes. Product managers can draft PRDs and feature docs conversationally, and the planning and review pipeline runs from plain-English requests.
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