Readability and convention compliance pass on production code, grounded in the project's AGENTS.md and the user's vault memory preferences. Use when asked to "do a readability pass", "code quality pass", "make more readable", "review code quality", "clean up against conventions", "simplify with my preferences", or "review against AGENTS.md". Different from the built-in /simplify (which is generic) — this loads project-specific conventions and personal preferences. NOT for: test file audits (use test-audit), full PR review (use pr-review), or generic simplification without convention grounding (use /simplify).
$npx -y skills add aliasunder/agent-plugins --skill code-qualityInstalls into the current project.
Run `npx skills use "https://github.com/aliasunder/agent-plugins" --skill "aliasunder/agent-plugins/code-quality"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aliasunder/agent-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/aliasunder/agent-plugins"` and select the relevant skills, then follow their instructions.