create-quetrex
v0.2.0
Published
AI-powered development agents for Claude Code. 14 specialized agents + 18 skills for architecture, testing, security, design, and TDD workflows. Includes self-hosted runner support for Claude Max subscription.
Maintainers
Readme
create-quetrex
AI-powered development agents that bring enterprise-grade workflows to Claude Code.
Installation
mkdir my-project
cd my-project
npx create-quetrexThis installs quetrex agents, commands, and hooks to your project's .claude/ directory.
Update
npx create-quetrex --updateRemove
npx create-quetrex --removeOptions
| Option | Description |
|--------|-------------|
| --update | Update existing installation to latest version |
| --remove | Remove quetrex files from .claude/ |
| --yes, -y | Skip confirmation prompts |
| --help, -h | Show help message |
What's Included
13 Specialized Agents
| Agent | Description | |-------|-------------| | orchestrator | Plans work and coordinates specialized agents | | test-writer | Writes tests FIRST (TDD) - cannot write implementation | | implementation | Makes tests pass - cannot modify tests | | code-reviewer | Reviews code for bugs, security, and quality | | security-auditor | OWASP Top 10 audits for auth, payments, data | | architecture-advisor | Architecture decisions and pattern selection | | refactoring-agent | Refactors code while maintaining functionality | | design-specialist | Conversational design system expert (Maya) | | voice-architect | Multi-session feature planning via voice/text | | codebase-archaeologist | Analyzes existing codebases before modifications | | meta-orchestrator | Transforms specs into executable GitHub issues | | test-runner | Runs tests and verifies quality checks | | design-agent | Generates prototypes from specifications |
Commands
| Command | Description |
|---------|-------------|
| /quetrex-status | Check project status and health |
| /quetrex-run | Run automated workflows |
| /quetrex-plan | Plan feature implementation |
| /new-context | Start fresh context for new task |
Hooks (Quality Gates)
The plugin includes a 6-layer defense system that enforces quality standards:
| Hook | Type | Description | |------|------|-------------| | validate-bash | PreToolUse | Blocks dangerous commands (git --no-verify) | | validate-architecture | PreToolUse | Validates changes match design patterns | | verify-changes | PostToolUse | Checks syntax, security, test modifications | | validate-test-quality | PostToolUse | Ensures tests follow AAA pattern | | quality-gate | Stop | UNBYPASSABLE final validation before finish |
Usage
Multi-Agent Workflow (Recommended)
For complex features, use the orchestrator to coordinate multiple agents:
You: Implement user authentication with OAuth
Orchestrator:
1. Creates plan → gets your approval
2. Spawns test-writer → writes tests FIRST
3. Spawns implementation → makes tests pass
4. Spawns code-reviewer → finds issues
5. Spawns security-auditor → checks auth security
6. Spawns test-runner → verifies all passDesign System Generation
Use Maya (design-specialist) to create brand-aligned design systems:
You: Help me create a design system for my SaaS app
Maya:
1. Brand discovery → personality, audience, voice
2. Visual direction → colors, typography, inspiration
3. Token definition → DTCG 2025.10 compliant tokens
4. Theme strategy → dark/light mode approach
5. Documentation → brand guidelinesSecurity Audit
For sensitive code (auth, payments, data handling):
You: Security audit the authentication module
Security Auditor:
- OWASP Top 10 vulnerability check
- Input validation review
- Token handling analysis
- Session management audit
- Detailed remediation reportRequirements
- Node.js 14+
- Claude Code v1.0.0+
- Claude Max or Team subscription
Optional: Quetrex Platform ($49/mo)
Connect to Quetrex Platform for enhanced capabilities:
- Dashboard - Project management and monitoring
- Automated Runners - Self-hosted on your Hetzner infrastructure
- Voice Interface - Plan features with voice conversations
- GitHub Automation - Issues automatically become PRs
Pricing
| Tier | Price | Features | |------|-------|----------| | Pro | $49/mo | 1 user, unlimited projects, all features | | Team | $99/mo | 5 users, shared projects | | Agency | $199/mo | 10 users, client workspaces | | Enterprise | Custom | SSO, audit logs, SLA |
14-day free trial with full access. No credit card required to start.
License
MIT License - see LICENSE
Links
Built by Barnhardt Enterprises Inc
