UXname
Community@uxname
I make projects which help to build awesome things. I adore learning more about new technologies and instruments.
Agent Skills by UXname
Showing 10 vetted skills indexed across 1 GitHub repositories.
commit
Run npm checks, stage changes, and create conventional git commits.
add-e2e-test
Create end-to-end tests for REST controllers and GraphQL resolvers with Fastify injection.
implement-feature-tdd
Implement new features through red-green-refactor cycles with failing tests first.
add-tests
Generate Vitest-based unit tests for NestJS services, resolvers, or controllers.
add-queue-job
Automate BullMQ queue creation and wiring in NestJS projects.
add-graphql-type
Create GraphQL ObjectType, InputType, and Enum definitions for NestJS/Mercurius projects.
prisma-change
Automate Prisma schema changes with migrations, client regeneration, and service updates.
new-module
Scaffold a NestJS module with GraphQL resolver or REST controller under src/modules.
update-deps
Automate npm dependency updates with clean installs and integrity checks.
check
Run TypeScript quality checks with Prisma, Biome, and Knip.