Published Skills 25
zod-validation-patterns
Build Zod Validation Schemas
Validation bugs create weak application boundaries and unclear user errors. This skill gives practical Zod patterns for TypeScript schemas, API validation, transforms, and typed results.
voice-system-expert
Guide Voice System Changes Safely
Voice changes can break echo cancellation, WebRTC flow, or OpenAI Realtime API behavior. This skill guides Quetrex changes using documented architecture constraints and review checks.
typescript-strict-guard
Enforce TypeScript Strict Mode
Strict TypeScript projects fail when weak typing enters reviews or generated code. This skill gives Claude, Codex, and Claude Code clear patterns for safer TypeScript output.
typescript-strict
Write Strict TypeScript Safely
TypeScript projects can drift into unsafe patterns that hide runtime defects. This skill guides Claude, Codex, and Claude Code toward stricter type usage, clearer errors, and safer narrowing.
tdd-enforcer
Enforce Test-Driven Development Workflows
Teams often skip tests or write them after implementation. This skill guides Claude, Codex, and Claude Code through test-first delivery.
state-management
Build Reliable React State Patterns
React apps often mix server, client, form, and URL state without clear ownership. This skill gives Claude, Codex, and Claude Code practical TanStack Query, Zustand, and form patterns.
shadcn-ui-patterns
Build Accessible ShadCN UI Components
React teams need consistent ShadCN patterns for forms, dialogs, tables, and accessible controls. This skill guides Claude, Codex, and Claude Code toward Radix components, Tailwind utilities, and validation practices.
shadcn-framer
Build Animated ShadCN Interfaces
Teams need consistent UI patterns without rebuilding common animations. This skill provides ShadCN and Framer Motion examples for cards, lists, dialogs, transitions, and loading states.
semantic-code-hunter
Find Code by Concept with Serena MCP
Large repositories make concept-based code discovery slow and expensive. This skill guides Claude, Codex, and Claude Code to use Serena MCP for targeted symbol search.
security-sentinel
Audit Code for Security Risks
Security-sensitive code is easy to ship with hidden flaws in authentication, input handling, and secrets. This skill gives Claude, Codex, and Claude Code structured security references and scanner guidance for safer reviews.
redis-patterns
Implement Redis Caching and Rate Limiting
Building Redis-backed features can be error-prone. This skill provides Upstash Redis patterns for caching, invalidation, rate limiting, sessions, pub/sub, and leaderboards.
recovery
Recover Lost Session Context
Context loss can interrupt active work and hide the next action. This skill rebuilds session state from memory-keeper checkpoints.
react-19-patterns
Build React 19 Patterns Correctly
React 19 changes how teams use components, hooks, Server Actions, Suspense, and streaming. This skill gives Claude, Codex, and Claude Code practical patterns for correct TypeScript implementations.
quetrex-architect
Enforce Quetrex Architecture Standards
Quetrex teams need consistent feature work across TypeScript, Next.js, validation, UI, and testing. This skill guides Claude, Codex, and Claude Code to review and implement features against those standards.
quetrex-development-workflow
Bootstrap Quetrex Development Sessions
Quetrex contributors need current project context before changing code. This skill organizes issue workflows, agent automation, quality gates, and reference documents for Claude, Codex, and Claude Code.
quality-gates
Enforce AI Coding Quality Gates
AI-assisted coding can miss tests, security checks, and release criteria. This skill gives Claude, Codex, and Claude Code a staged checklist for safer delivery.
nextjs-15-specialist
Build Next.js 15 App Router Features
Next.js 15 changes component boundaries, caching, and routing behavior, which can create build errors. This skill guides Claude, Codex, and Claude Code through correct App Router patterns.
nextjs-15-patterns
Build Next.js 15 App Router Features
Next.js 15 projects need consistent App Router, Server Action, and data fetching patterns. This skill gives Claude, Codex, and Claude Code concise references for modern Next.js work.
git-workflow
Standardize Git Workflows
Teams often lose time when branches, commits, and cleanup steps are inconsistent. This skill gives repeatable Git worktree and conventional commit guidance for Claude, Codex, and Claude Code.
frontend-aesthetics
Improve Frontend Visual Design
Generic frontend screens often look similar and miss brand focus. This skill guides typography, color, motion, and depth choices for clearer interfaces.
drizzle-patterns
Build Drizzle PostgreSQL Patterns
Teams need consistent Drizzle ORM patterns for PostgreSQL projects. This skill provides schema, relation, query, mutation, transaction, and migration examples.
drizzle-orm-patterns
Build Type-Safe Drizzle ORM Apps
Database code often loses type safety when projects add migrations, relations, and raw SQL. This skill gives Claude and Codex practical Drizzle ORM patterns for PostgreSQL and edge deployments.
code-review-standards
Review Code with Clear Standards
Inconsistent reviews miss defects and create unclear feedback. This skill gives Claude, Codex, and Claude Code a structured checklist for secure and maintainable pull request reviews.
checkpoint
Save Progress Checkpoints
Long coding sessions can lose progress when context ends. This skill records task state, changed files, blockers, and next steps for recovery.