Uner4s
- 13 skills
- 0 followers
- 3 hours ago last updated
- ▌ Commit · uner4sUse when creating a git commit, asked "commit my changes", "what should the commit message be", "how do I commit this", "stage and commit", "write a commit".
- ▌ Env Check · uner4s bundleUse before running the project locally, asked "check my env", "env vars ok?", "is my .env complete", "missing env vars", "why is the app not starting", "setup environment".
- ▌ Test Runner · uner4s bundleUse when running tests, asked "run the tests", "are tests passing", "run tests with coverage", "check coverage", "test this change", "did I break anything".
- ▌ Project Scan · uner4s bundleUse before modifying, scaffolding, or refactoring code. Use when asked "analyze this project", "scan the project", "what's the structure here", "what do we have", "understand the codebase", "project overview". Always run at the start of a session on an unfamiliar project or after a long context gap.
- ▌ Pull Request · uner4sUse when creating a pull request, asked "open a PR", "write a PR", "PR description", "pull request template", "create PR for this feature/fix/refactor/chore".
- ▌ Branch Health · uner4sUse when checking branch status, asked "am I up to date", "check my branch", "any conflicts with main", "is my branch behind", "branch health check", "sync with main", "what's missing in my branch".
- ▌ Skill Creator · uner4sUse when creating a new Claude Code skill or asked "how should I write a skill", "create a skill for X", "build a new skill", "define skill rules", "skill template".
- ▌ Security Audit · uner4s bundleUse before deploying to staging or production. Use when asked "security audit", "is this safe to deploy", "check security before deploy", "pre-deploy checklist", "audit the api security", "review security".
- ▌ Feature Scaffold · uner4sUse when creating a new feature, module, or domain from scratch. Use when asked "scaffold a users module", "create a new feature", "add a new domain", "create module for X", "new feature called X".
- ▌ Nestjs Auth Guard · uner4s bundleUse when implementing auth or authorization in NestJS. Use when asked "add auth guard", "protect this endpoint", "JWT auth", "add permissions to route", "role-based access", "CASL permissions", "secure this controller".
- ▌ Springboot Domain · uner4s bundleUse when adding a new Spring Boot domain or feature. Use when asked "create a users domain", "add a new entity", "scaffold Spring Boot feature for X", "new endpoint for X in Spring Boot", "add domain".
- ▌ Springboot Security · uner4s bundleUse when protecting a Spring Boot endpoint or setting up JWT auth. Use when asked "protect this endpoint", "add security to route", "JWT in Spring Boot", "add @PreAuthorize", "secure this controller", "Spring Security setup".
- ▌ Arrancar Unidad · uner4sStart a unit of work the way this project requires - re-analyse the repository as it actually is, look at the running system, ask every question, write the development document, and wait for approval before a single line of code. Use when starting any feature, phase or fix.