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

v1.1.2

Published

Agente DevSquad para Claude Code — inicialize e arquitete sistemas profissionais com NestJS, React e React Native

Downloads

35

Readme

🚀 DevSquad

Agente de IA para inicializar, arquitetar e documentar sistemas profissionais — direto do Claude Code.

DevSquad é um framework de Agent Skills compatível com o padrão oficial da Anthropic, construído para o stack NestJS + React + PostgreSQL. Funciona como um tech lead sênior que guia desde a primeira decisão arquitetural até o primeiro deploy — e permanece como guia de referência durante todo o desenvolvimento.

✨ O que o DevSquad faz

  • 🧱 Onboarding estruturado — 10 perguntas antes de gerar qualquer coisa
  • 🏗️ Scaffolding inteligente — estrutura DDD pronta, configs e código base
  • 📝 Documentação completa — README, ARCHITECTURE, CONTRIBUTING, Postman Collection
  • 🌿 Git Flow profissional — commits semânticos, branching, PR templates, Husky
  • 🔒 Segurança por padrão — OWASP Top 10 em cada decisão
  • 🗂️ Tasks no ClickUp — backlog organizado por sprint automaticamente
  • 🎨 Tokens do Figma — extração para TailwindCSS
  • 📚 Guia vivo — explica o porquê de cada decisão (aprender enquanto constrói)

🛠️ Stack

| Camada | Tecnologia | |--------|-----------| | Backend | NestJS + Prisma + PostgreSQL | | Frontend | React + TypeScript + TailwindCSS | | Mobile | React Native + Expo + NativeWind | | Auth | JWT (Access 15min + Refresh 7d) | | Segurança | OWASP Top 10 | | Versionamento | Git Flow + Conventional Commits |

⚡ Instalação

Pré-requisito: Claude Code instalado.

# Substitua pela URL do seu fork ou clone local
git clone <URL_DO_REPOSITORIO> devsquad
cd devsquad
cp -r .claude /caminho/do/seu-projeto/
cp CLAUDE.md /caminho/do/seu-projeto/

Ou use como referência global adicionando ao ~/.claude/CLAUDE.md.

🚀 Como usar

No Claude Code, dentro do seu projeto:

/devsquad init          → Onboarding completo (10 perguntas)
/devsquad backend       → Setup NestJS + Prisma + JWT
/devsquad frontend      → Setup React + TS + Tailwind
/devsquad mobile        → Setup React Native + Expo
/devsquad git           → Git Flow + commits semânticos
/devsquad security      → Checklist OWASP
/devsquad database      → Prisma + PostgreSQL
/devsquad postman       → Postman Collection
/devsquad docs          → Templates de documentação
/devsquad clickup       → Tasks e sprints
/devsquad figma         → Tokens de design

📁 Estrutura deste repositório

Este pacote contém Agent Skills e o CLAUDE.md. O scaffolding (pastas backend/, frontend/, ARCHITECTURE.md, etc.) é gerado pelo Claude Code durante o onboarding (/devsquad init), não é versionado aqui.

devsquad/
├── CLAUDE.md                      ← Instruções universais (enxuto)
├── README.md
├── LICENSE
└── .claude/
    └── skills/                    ← Padrão oficial Anthropic Agent Skills
        ├── nestjs/
        │   ├── SKILL.md
        │   ├── setup.md
        │   ├── auth.md
        │   ├── modules.md
        │   └── security.md
        ├── react/
        │   ├── SKILL.md
        │   └── setup.md
        ├── react-native/
        │   ├── SKILL.md
        │   └── setup.md
        ├── git/SKILL.md
        ├── security/SKILL.md
        ├── database/SKILL.md
        ├── postman/SKILL.md
        ├── docs/
        │   ├── SKILL.md
        │   └── templates.md
        ├── security/
        │   ├── SKILL.md
        │   └── owasp-full.md
        ├── clickup/SKILL.md
        └── figma/SKILL.md

🧠 Progressive Disclosure

O DevSquad segue o padrão oficial de Agent Skills da Anthropic:

  1. Nível 1CLAUDE.md: regras universais sempre carregadas (enxuto)
  2. Nível 2SKILL.md: frontmatter + overview da skill (carregado sob demanda)
  3. Nível 3setup.md, auth.md, etc.: detalhes carregados conforme necessário

Isso mantém o contexto limpo e relevante para cada tarefa.

🤝 Contribuindo

git checkout -b feature/nova-skill-stripe
git commit -m "feat(skills): adicionar skill de integração Stripe"

📄 Licença

MIT — veja o arquivo LICENSE.