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

thr-agents

v1.2.2

Published

Harness multi-stack (Laravel, React, Flutter, Delphi, PHP Puro) para Claude Code com onboarding guiado, Clean Architecture e TDD automatizado.

Readme

THR Agents Harness

Harness multi-stack para Claude Code com onboarding guiado, Clean Architecture obrigatória e TDD automatizado.

Stacks suportadas

| Stack | Papel | Ferramentas padrão | |---|---|---| | Laravel | Backend API REST | JWT, PHPUnit | | React | Frontend web | Tailwind, Axios, Shadcn/Material UI, React Hook Form, date-fns, Framer Motion | | Flutter | Mobile | GetX, Flutter Test | | Delphi | ERP Windows | Object Pascal, Clean Architecture | | PHP Puro | Sistemas legados | MySQL/MariaDB, jQuery, cURL, sessões nativas |

Instalação

npx thr-agents

Ou diretamente:

npx thr-agents install

Comandos

npx thr-agents install   # Instalar harness no projeto atual
npx thr-agents update    # Atualizar para versão mais recente
npx thr-agents status    # Ver status do harness no projeto

Como funciona

  1. Instale o harness no seu projeto com npx thr-agents install
  2. Abra o projeto no Claude Code
  3. Execute /new-project para iniciar o onboarding guiado
  4. O agente irá perguntar sobre o projeto, detectar a stack automaticamente e gerar a estrutura

O que é instalado

.claude/
  agents/
    orchestrator.md        ← orquestra fases e delega tasks
    onboarding-agent.md    ← entrevista e gera PROJECT.md
    laravel-agent.md       ← API REST com templates completos
    react-agent.md         ← frontend com templates completos
    flutter-agent.md       ← mobile com templates GetX
    delphi-agent.md        ← ERP com templates Object Pascal
    php-legado-specialist.md ← sistemas PHP legados sem framework
    code-reviewer.md       ← revisão de conformidade (5 eixos)
    security-reviewer.md   ← revisão de segurança (5 eixos)
  skills/
    detect-stack.md        ← detecção automática por arquivos
    tdd-pipeline.md        ← geração obrigatória de testes
    generate-claudeignore.md
    reinforce-gitignore.md
  commands/
    new-project.md         ← /new-project
    new-feature.md         ← /new-feature
  PROJECT.template.md
  SETTINGS.md
CLAUDE.md

Detecção automática de stack

| Arquivo detectado | Stack | |---|---| | composer.json | Laravel | | pubspec.yaml | Flutter | | *.dproj | Delphi | | package.json + React | React | | .php na raiz sem framework | PHP Puro |

Atualização

npx thr-agents update

O PROJECT.md do seu projeto nunca é sobrescrito na atualização. Apenas os agentes, skills e comandos são atualizados.

Requisitos

  • Node.js 18+
  • Claude Code CLI instalado