From 9a4731e345da99db92981bae3b4965cd66b7f50e Mon Sep 17 00:00:00 2001 From: Rohit Ghumare Date: Mon, 16 Mar 2026 13:31:59 +0530 Subject: [PATCH] Add PUIUX Pilot plugin Manually resolved merge conflict for PR #19. Closes #19 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db55c09..45963c2 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ One hundred twenty-one production-ready plugins that extend Claude Code with dom | [production-grade](https://github.com/nagisanzenin/claude-code-production-grade-plugin) | 14-agent autonomous pipeline — PM, Architect, Backend, Frontend, QA, Security, Code Review, DevOps, SRE, Data Scientist, Technical Writer, Skill Maker, Polymath co-pilot. Two-wave parallel execution, brownfield-safe. | | [project-scaffold](plugins/project-scaffold/) | Scaffold new projects and add features with best-practice templates | | [prompt-optimizer](plugins/prompt-optimizer/) | Analyze and optimize AI prompts for better results | +| [PUIUX Pilot](https://github.com/PUIUX-Cloud/puiux-pilot) | Auto-configures Claude Code hooks, MCPs, and skills for any project. Scans 95+ project types, selects from 28+ hooks, scores quality (0-100), translates configs across AI tools. Safe: dry-run, atomic writes, backup + rollback. | | [python-expert](plugins/python-expert/) | Python-specific development with type hints and idiomatic refactoring | | [query-optimizer](plugins/query-optimizer/) | SQL query optimization and execution plan analysis | | [rag-builder](plugins/rag-builder/) | Build Retrieval-Augmented Generation pipelines |