hculap/better-code

A curated collection of Claude Code plugins for code quality and developer productivity

2Stars on the repository
45Mods indexed here, across every type
7mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

hculap/better-code

Agent

Use this agent to analyze code files against code quality standards after edits are made. This agent should be triggered proactively after code modifications when code-standards plugin is active. Context: The code-standards plugin is enabled and the user just finished writing a new TypeScript file. user: "I've added…

2 7mo ago A 286 tokens original MIT

api-docs

02

hculap/better-code

Agent

Use this agent when the user asks to "document API", "write API documentation", "document endpoints", "document REST API", "document GraphQL", "create API reference", "document webhooks", or needs documentation for HTTP endpoints, API schemas, authentication flows, or API integration guides.

2 7mo ago B 63 tokens original MIT

architecture-docs

03

hculap/better-code

Agent

Use this agent when the user asks to "document architecture", "write architecture documentation", "create ADR", "document system design", "document design decisions", "create architecture diagram", "document infrastructure", or needs documentation for system architecture, design decisions, component interactions, or…

2 7mo ago B 61 tokens original MIT

backend-docs

04

hculap/better-code

Agent

Use this agent when the user asks to "document backend", "write backend documentation", "document services", "document server code", "document microservices", "document business logic", or needs documentation for server-side code, services, APIs implementation, data processing, or backend architecture.

2 7mo ago B 60 tokens original MIT

compliance-docs

05

hculap/better-code

Agent

Use this agent when the user asks to "document compliance", "write security documentation", "create audit documentation", "document GDPR", "document SOC2", "document HIPAA", "write regulatory documentation", or needs documentation for compliance requirements, security controls, audit trails, or regulatory adherence.

2 7mo ago A 63 tokens original MIT

database-docs

06

hculap/better-code

Agent

Use this agent when the user asks to "document database", "document schema", "write database documentation", "document tables", "document migrations", "document data model", "document queries", or needs documentation for database schemas, entity relationships, migrations, or data access patterns.

2 7mo ago B 59 tokens original MIT

frontend-docs

07

hculap/better-code

Agent

Use this agent when the user asks to "document frontend", "document components", "document UI", "write component documentation", "document React/Vue/Angular", "document state management", or needs documentation for frontend code, components, styling systems, or client-side architecture.

2 7mo ago B 59 tokens original MIT

mobile-docs

08

hculap/better-code

Agent

Use this agent when the user asks to "document mobile app", "write iOS documentation", "write Android documentation", "document React Native", "document Flutter", "document app store requirements", "document mobile features", or needs documentation for mobile applications, platform-specific features, or app store…

2 7mo ago B 64 tokens original MIT

test-docs

09

hculap/better-code

Agent

Use this agent when the user asks to "document tests", "write test documentation", "create test plan", "document test strategy", "document test coverage", "write QA documentation", or needs documentation for testing strategy, test plans, coverage requirements, or quality assurance processes.

2 7mo ago B 59 tokens original MIT

user-guide-docs

10

hculap/better-code

Agent

Use this agent when the user asks to "write user guide", "create user documentation", "document for end users", "write help documentation", "create tutorial for users", "document user workflows", or needs documentation for end users, product tutorials, help articles, or customer-facing documentation.

2 7mo ago B 63 tokens original MIT

api-analyzer

11

hculap/better-code

Agent

Analyze API endpoints, REST/GraphQL design, and client-server communication for over-fetching, missing pagination, or inefficient endpoint design. Use when user asks about API performance or runs /n1-optimizer:analyze.

2 7mo ago A 49 tokens original MIT

backend-analyzer

12

hculap/better-code

Agent

Analyze backend services, business logic, and server-side code for inefficient algorithms, blocking operations, or unnecessary computations. Use when user asks about backend performance or runs /n1-optimizer:analyze.

2 7mo ago A 44 tokens original MIT

database-analyzer

13

hculap/better-code

Agent

Analyze database queries, ORM usage, and data access patterns for N+1 queries, missing indexes, or inefficient JOINs. Use when user asks about database performance or runs /n1-optimizer:analyze.

2 7mo ago A 47 tokens original MIT

frontend-analyzer

14

hculap/better-code

Agent

Analyze frontend code for unnecessary re-renders, large bundle sizes, missing memoization, or inefficient component patterns. Use when user asks about frontend/React/Vue performance or runs /n1-optimizer:analyze.

2 7mo ago A 48 tokens original MIT

tdd-developer

15

hculap/better-code

Agent

STOP. Before doing ANYTHING else (including reading files), you MUST.

2 7mo ago A 6 tokens original MIT