quetrex-architect

Enforce Quetrex architectural patterns across features, refactors, and PR reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Barnhardt-Enterprises-Inc/quetrex-plugin --skill quetrex-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quetrex-architect
Source: https://github.com/Barnhardt-Enterprises-Inc/quetrex-plugin/tree/main/templates/skills/quetrex-architect
Command: npx skills add https://github.com/Barnhardt-Enterprises-Inc/quetrex-plugin --skill quetrex-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintaining consistent architectural patterns and best practices across a large codebase like Quetrex can be challenging, leading to inconsistencies, technical debt, and security vulnerabilities. This Skill ensures all new features and refactors adhere to Quetrex's strict standards, saving review time and preventing costly refactors.

Core Features & Use Cases

  • Quetrex Pattern Enforcement: Guides on critical Quetrex standards including TypeScript strict mode, Next.js App Router patterns, Zod validation for APIs, ShadCN UI components, and security best practices.
  • TDD Integration: Ensures Test-Driven Development is followed for all implementations, promoting robust and testable code.
  • PR Review Guidance: Helps identify and correct architectural violations during code reviews, streamlining the review process and improving code quality.
  • Use Case: When developing a new API endpoint for Quetrex, activate this Skill. It will ensure your implementation uses Zod for input validation, follows Server Component patterns, and adheres to security best practices, preventing common mistakes and ensuring compliance.

Quick Start

I am building a new user profile page for Quetrex. Guide me on the correct Next.js App Router patterns, TypeScript strictness, and ShadCN UI usage.

Frequently Asked Questions about quetrex-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce architectural patterns across a TypeScript Next.js codebase?

Enforce architectural patterns by validating TypeScript strict mode, Next.js App Router usage, Zod validation for APIs, and server vs client component roles. This Skill applies pattern checks to new features, refactors, and pull requests, reporting violations with corrective guidance to maintain consistent standards across your Quetrex codebase.

What are Quetrex architectural standards for building new features?

Quetrex standards require TypeScript strict mode, Zod for input validation, Next.js App Router patterns, ShadCN UI components, proper server and client component separation, SSE streaming where needed, and security best practices. This Skill guides implementation and validates compliance during development and code review.

How do I integrate Test-Driven Development with Next.js feature development?

Test-Driven Development ensures robust, testable code by writing tests before implementation. This Skill enforces TDD workflows for all Quetrex features, guiding test structure alongside implementation and validating that code meets both architectural patterns and test coverage requirements.

Can I use this for pull request reviews to catch architectural violations?

Yes. This Skill streamlines PR reviews by identifying architectural violations automatically—missing Zod validation, incorrect component patterns, security gaps, or TypeScript strictness issues. It provides specific corrective guidance, accelerating review cycles and improving code quality before merge.

What happens if my code doesn't follow Quetrex patterns?

The Skill reports each violation with the specific pattern requirement, the issue detected, and corrective steps. Common violations include TypeScript mode misconfigurations, missing Zod validation, improper Next.js App Router usage, or security oversights; guidance ensures you fix root causes, not just symptoms.