npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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.

Readme

create-quetrex

AI-powered development agents that bring enterprise-grade workflows to Claude Code.

Installation

mkdir my-project
cd my-project
npx create-quetrex

This installs quetrex agents, commands, and hooks to your project's .claude/ directory.

Update

npx create-quetrex --update

Remove

npx create-quetrex --remove

Options

| 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 pass

Design 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 guidelines

Security 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 report

Requirements

  • 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