code-quality
No SKILL.md available for this skill.
View on GitHubMore from allenlin90/eridu-services
engineering-best-practices-enforcer
Enforces repo-aligned engineering best practices for review and refactoring. This skill should be used when auditing or refactoring code across eridu-services with priority on local architecture/context, then official framework docs, then principles such as SOLID.
2backend-controller-pattern-nestjs
Comprehensive NestJS Controller patterns for all controller types. This skill should be used when implementing any controller in NestJS to ensure consistency and use of shared utilities.
2observability-logging
Structured logging patterns for erify_api and eridu_auth. Use when adding logging to a service, deciding what to log at which level, avoiding sensitive data in logs, or setting up observability in a new module. Covers NestJS Logger usage, log level selection, what to never log, and frontend error reporting patterns.
1frontend-state-management
Provides comprehensive state management patterns for React applications. This skill should be used when deciding how to manage different types of state, choosing state management solutions, or implementing state logic.
1