Explore skills
4,624 skills found
Category alert
Get new Segurança skills every Monday
drizzle-orm-patterns
This skill provides comprehensive Drizzle ORM patterns for PostgreSQL with Vercel Edge Runtime support. Drizzle is Quetrex's chosen ORM because it's edge-first, type-safe, and supports all deployme...
drizzle-patterns
Drizzle ORM patterns for PostgreSQL.
git-workflow
Git workflow with worktrees and conventional commits.
nextjs-15-specialist
Use when working with Next.js 15 features, App Router, Server Components, Server Actions, or data fetching patterns. Ensures correct usage of Server vs Client Components and modern Next.js patterns.
quality-gates
Checkpoint framework and validation rules for all agents. Ensures quality gates are passed at every stage of development.
quetrex-development-workflow
Each project card should show the current month's API costs with a small trend indicator (up/down arrow).
recovery
Recover session state from memory-keeper after context loss.
security-sentinel
Use when working with authentication, API routes, user input, or sensitive data. Audits code for security vulnerabilities based on OWASP Top 10. Critical for payment processing, auth systems, and data handling.
semantic-code-hunter
Use when you need to find code by concept (not just text). Uses Serena MCP for semantic code search across the codebase with minimal token usage. Ideal for understanding architecture, finding authentication flows, or multi-file refactoring.
shadcn-framer
ShadCN UI + Framer Motion patterns.
state-management
TanStack Query + Zustand patterns.
tdd-enforcer
Use when implementing new features. Enforces TDD workflow - write tests FIRST, then implementation. Ensures AAA pattern, proper coverage, and quality test design.