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

ag-kit-br

v1.3.0

Published

The Best Brazilian AI Agents Kit - 20 Agents, 10 Skills, 5 Workflows for AI Coding Assistants

Downloads

8

Readme

🚀 Antigravity-Kit-Brabo

O Melhor Kit Brasileiro de AI Agents

License: MIT Made in Brazil AI Agents Skills npm

Curadoria: AB ED&IA - Alexandre Belo


🌐 Language / Idioma: English | Português



📋 Índice


🎯 Sobre

Antigravity-Kit-Brabo é uma curadoria dos melhores agents, skills e workflows do ecossistema Antigravity, otimizado para assistentes de código IA.

Por que usar?

  • 20 Agentes Especializados prontos para uso
  • 10 Skills Curadas cobrindo desenvolvimento full-stack
  • 5 Workflows Prontos para tarefas comuns
  • Padrão Unificado - Todos os agentes seguem a mesma estrutura
  • Testado e Otimizado - Sem duplicações, apenas o melhor
  • Versão PT-BR disponível em i18n/pt-BR/

⚡ Instalação Rápida

Opção 1: NPX (Recomendado)

npx ag-kit-br init

Opção 2: Instalação Global

npm install -g ag-kit-br
ag-kit-br init

Opção 3: Git Clone

git clone https://github.com/oalexandrebelo/Antigravity-Kit-Brabo.git
cp -r Antigravity-Kit-Brabo/.agent ./seu-projeto/
cp Antigravity-Kit-Brabo/GEMINI.md ./seu-projeto/

📚 Documentação

Documentação completa disponível na pasta docs/ (em inglês):

| Guia | Descrição | |------|-----------| | Getting Started | Instalação e primeiros passos | | Agents Guide | Como usar os 20 agentes | | Skills Reference | Detalhes das 10 skills | | Workflows | Usando comandos slash | | Best Practices | Dicas de uso | | Examples | Exemplos práticos | | Troubleshooting | Problemas comuns |


🤖 Agentes Disponíveis

| Agente | Domínio | |--------|---------| | orchestrator | Coordenação multi-agente | | project-planner | Planejamento e roadmap | | backend-specialist | APIs, bancos de dados, Node.js, Python | | frontend-specialist | React, Next.js, UI/UX | | mobile-developer | React Native, Flutter | | security-auditor | OWASP, vulnerabilidades, auth | | debugger | Análise de causa raiz | | test-engineer | Unit, E2E, TDD | | devops-engineer | CI/CD, Docker, deploy | | database-architect | Schema, Prisma, otimização | | game-developer | Unity, Godot, Unreal | | seo-specialist | SEO, meta tags, Core Web Vitals | | performance-optimizer | Profiling, bundle analysis | | explorer-agent | Descoberta de codebase | | documentation-writer | Technical writing | | product-manager | Requisitos, priorização | | penetration-tester | Red team, pentesting | | code-archaeologist | Código legado | | qa-automation-engineer | Frameworks de QA | | reverse-engineer | Análise de sistemas |


🧠 Skills Incluídas

| Skill | Propósito | |-------|-----------| | clean-code | OBRIGATÓRIA - Padrões pragmáticos de código | | brainstorming | Questionamento socrático | | plan-writing | Planejamento estruturado | | api-patterns | Design REST/GraphQL | | database-design | Modelagem, índices, ORMs | | frontend-design | UI/UX para web | | mobile-design | Padrões mobile-first | | vulnerability-scanner | OWASP 2025, segurança | | testing-patterns | TDD, AAA, cobertura | | reverse-engineering | Metodologia RIMA |


⚡ Workflows (Comandos Slash)

| Comando | Descrição | |---------|-----------| | /create | Criar novo projeto ou feature | | /plan | Criar plano de implementação | | /debug | Debugging sistemático | | /orchestrate | Coordenação multi-agente | | /brainstorm | Explorar ideias antes de implementar |


💡 Como Usar

Usando Agentes

Mencione um agente pelo nome:

Use o security-auditor para revisar autenticação
Use o frontend-specialist para criar componentes React
Use o reverse-engineer para analisar este código legado

Sintaxe de Ativação

@nome-agente Use [nome-skill] para executar tarefa

Exemplo:

@security-auditor Use [vulnerability-scanner] para auditar /api/users

📁 Estrutura do Repositório

Antigravity-Kit-Brabo/
├── .agent/
│   ├── agents/         # 20 agentes (Inglês)
│   ├── skills/         # 10 skills (Inglês)
│   ├── workflows/      # 5 workflows
│   └── memory/         # Memória persistente
├── i18n/
│   └── pt-BR/          # Tradução Português
├── GEMINI.md           # Configuração principal
├── README.md           # Inglês
└── README.pt-BR.md     # Português (este arquivo)

📄 Licença

MIT License - LICENSE


⭐ Gostou do projeto? Deixe uma estrela!

Feito com 💚 no Brasil por AB ED&IA - Alexandre Belo

Website