Fix alphabetical ordering per review feedback

This commit is contained in:
Prakersh Maheshwari
2026-03-15 20:36:06 +05:30
parent d279772a6e
commit e8a6da7c3c

View File

@@ -134,8 +134,8 @@ One hundred twenty-one production-ready plugins that extend Claude Code with dom
| [monorepo-manager](plugins/monorepo-manager/) | Manage monorepo packages with affected detection and version synchronization |
| [mutation-tester](plugins/mutation-tester/) | Mutation testing to measure test suite quality |
| [n8n-workflow](plugins/n8n-workflow/) | Generate n8n automation workflows from natural language descriptions |
| [onWatch](https://github.com/onllm-dev/onwatch) | Open-source Go CLI that tracks AI API quota usage across 7 providers (Anthropic, OpenAI, GitHub Copilot, and more) with a background daemon, <50MB RAM, zero telemetry, and a Material Design 3 web dashboard |
| [onboarding-guide](plugins/onboarding-guide/) | New developer onboarding documentation generator |
| [onWatch](https://github.com/onllm-dev/onwatch) | Open-source Go CLI that tracks AI API quota usage across 7 providers (Anthropic, OpenAI, GitHub Copilot, and more) with a background daemon, <50MB RAM, zero telemetry, and a Material Design 3 web dashboard |
| [openapi-expert](plugins/openapi-expert/) | OpenAPI spec generation, validation, and client code scaffolding |
| [optimize](plugins/optimize/) | Code optimization for performance and bundle size reduction |
| [perf-profiler](plugins/perf-profiler/) | Performance analysis, profiling, and optimization recommendations |