Anyul Rivas
Community@anyulled · Barcelona, Spain
Solutions Architect—Full-Stack Developer
Agent Skills by Anyul Rivas
Showing 10 vetted skills indexed across 1 GitHub repositories.
fail-fast
Refactor code to surface errors immediately upon invalid input detection.
coding-standards
Provide coding standards and best practices for TypeScript, JavaScript, React, and Node.js.
law-of-demeter
Enforces Law of Demeter by flagging long dot chains and chained getters in your code.
single-responsibility-principle
Detect and refactor classes violating the Single Responsibility Principle.
skill-creator
Guide developers through creating and structuring AI skills with SKILL.md.
keep-it-simple
Refactors convoluted code into straightforward, readable steps following the KISS principle.
separation-of-concerns
Refactor monolithic code into separate data fetching, business logic, and presentation layers.
dont-repeat-yourself
Identifies duplicated code, logic, and data, providing extraction and parameterization strategies for refactoring.
aaa-pattern
Structure unit tests into Arrange, Act, and Assert phases.
you-aint-gonna-need-it
Enforce YAGNI principles to prevent speculative feature implementation in software projects.