Personal plugin marketplace for Claude Code, Cursor, and Claude Desktop. Brings Rashad's workflows, review agents, and development conventions to any project
Reviews the codebase for accessibility issues: WCAG compliance, ARIA usage, keyboard navigation, color contrast, and screen reader compatibility. Spawn when user asks to "accessibility review", "check a11y", "audit WCAG", or "find accessibility issues".
Reviews the entire codebase and finds inconsistencies with AGENTS.md rules. Spawn when user asks to "review codebase", "check consistency", "find violations", or "audit against AGENTS.md".
Reviews REST and GraphQL API design for consistency, naming conventions, versioning, error shape, idempotency, and backward compatibility. Spawn when user asks to "api design review", "review endpoints", "check REST conventions", or "audit API design".
Reviews the codebase for architectural issues: structure, coupling, separation of concerns, cohesion, and scalability. Spawn when user asks to "architecture review", "check structure", "review coupling", or "audit separation of concerns".
Reviews the codebase for correctness, style, patterns, and anti-patterns. Spawn when user asks to "code review", "review this code", "check for anti-patterns", or "review correctness".
Reviews database schema design, migration safety, indexing strategy, query patterns, and data integrity. Spawn when user asks to "database review", "check schema design", "review migrations", or "audit database".
Reviews dependencies for vulnerabilities, outdated packages, unused packages, and supply chain risks. Spawn when user asks to "review dependencies", "check packages", "find outdated deps", or "audit dependencies".
Reviews documentation for accuracy, completeness, and staleness. Spawn when user asks to "review docs", "check documentation", "find stale docs", or "audit documentation".
Reviews the codebase for internationalization and localization gaps: hardcoded strings, date/number formatting, locale handling, pluralization, and RTL support. Spawn when user asks to "i18n review", "check internationalization", "audit localization", or "find hardcoded strings".
Reviews the codebase for logging and monitoring gaps. Spawn when user asks to "review logging", "check monitoring", "audit observability", or "find logging issues".
Reviews the codebase for performance bottlenecks, algorithmic complexity, memory issues, and query inefficiencies. Spawn when user asks to "performance review", "find bottlenecks", "check query performance", or "review memory usage".
Reviews the codebase for security vulnerabilities. Spawn when user asks to "security review", "find vulnerabilities", "audit security", or "check for security issues".
Reviews tests for coverage, quality, missing cases, and structure. Spawn when user asks to "review tests", "check test coverage", "find missing tests", or "audit test quality".