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

devsquad-motor

v1.1.9

Published

Motor de orquestração multi-agente para desenvolvimento de software. Roda squads de agentes IA direto no Claude Code.

Readme

DevSquad

Motor de orquestração multi-agente para desenvolvimento de software. Squads de agentes IA especializados que trabalham direto no seu código via Claude Code.

Instalação

cd seu-projeto
npx devsquad init

Isso cria no seu projeto:

  • .claude/commands/devsquad.md — slash command para o Claude Code
  • squads/ — definições dos squads de agentes
  • skills/ — skills que os agentes usam
  • dashboard/ — escritório virtual dos agentes
  • CLAUDE.md — instruções do motor

Se o projeto já tem um CLAUDE.md, o conteúdo do DevSquad é adicionado ao final (sem sobrescrever).

Uso

Abra o Claude Code no projeto e digite:

/devsquad

Comandos CLI

| Comando | O que faz | |---------|-----------| | npx devsquad init | Instala no projeto atual | | npx devsquad update | Atualiza squads e skills (preserva customizações) | | npx devsquad list | Lista squads e skills instalados | | npx devsquad dashboard | Sobe o dashboard local na porta 3000 |

Comandos no Claude Code

| Comando | O que faz | |---------|-----------| | /devsquad | Menu principal | | /devsquad run <nome> | Executa um squad | | /devsquad list | Lista squads disponíveis | | /devsquad skills | Lista skills instaladas | | /devsquad help | Ajuda |

Squads incluídos

| Squad | Descrição | |-------|-----------| | fullstack-dev | Pipeline completo: Arquiteto → Backend → Frontend → QA → Security → Tech Lead → Docs | | suporte-crm | Roteamento inteligente — o Coordenador aciona só quem precisa | | api-builder | Cria APIs REST completas do zero | | hotfix | Correção urgente em produção, dois agentes, sem frescura | | security-audit | Auditoria OWASP Top 10 com relatório | | code-review-pr | Review completo de código | | refactor | Análise de tech debt e refatoração segura | | devops-setup | Docker, CI/CD, Nginx, SSL, PM2 |

Criando seus próprios squads

Crie squads/nome-do-squad/squad.md seguindo o formato dos existentes.

Criando suas próprias skills

Crie skills/nome-da-skill/SKILL.md com frontmatter YAML (name + description) e conteúdo Markdown.

Desenvolvimento

# Edite squads/, skills/, .claude/, dashboard/ normalmente
# Depois sincronize para templates/:
npm run prepare-templates

# Publique:
npm publish

Licença

MIT