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

@freirevini/bundles

v1.0.2

Published

Curated skill bundles for AI assistants (VS Code Code Assist, Antigravity, Claude Code, Cursor)

Downloads

21

Readme

📦 Bundles - Skills Organizadas para AI Assistants

Coleção curada de skills organizadas em bundles temáticos para uso com VS Code Code Assist, Antigravity, Claude Code, Cursor e outras ferramentas de AI.

🚀 Instalação

Git Clone (Recomendado)

# Primeira instalação
git clone https://github.com/freirevini/Bundles.git .agent/skills

# Atualização (mantém arquivos não alterados)
cd .agent/skills && git pull

NPX (Incremental)

# Instala ou atualiza apenas arquivos modificados
npx @freirevini/bundles

O script de instalação usa sync incremental: apenas cria/atualiza arquivos que mudaram, preservando os existentes.


📁 Estrutura do Repositório

templates/Skill/
├── skills/              ← 75 skills únicas (fonte)
├── SkillCategorias/     ← 11 bundles temáticos (físicos)
│   ├── ControledeQualidadeTestes/
│   ├── DesenvolvedorFullStack/
│   ├── MestreWeb/
│   └── ...
├── bundles/             ← Referências JSON (Python/SQL)
│   ├── Python/          ← 12 bundles
│   ├── SQL/             ← 7 bundles
│   └── AssociarSkill/   ← Sistema de vinculação
└── skills-index.json    ← Índice global (195 skills)

🎯 Como Usar

No Chat (VS Code / Antigravity)

@clean-code revise este código
@rag-engineer implemente RAG com ChromaDB
Use @bundles/Python/MelhorarCodigoPython para refatorar

Por Categoria

Use @SkillCategorias/DesenvolvedorFullStack para criar uma API

Por Bundle JSON

Aplique @bundles/Python/PythonBackEnd neste projeto

📊 Conteúdo

| Categoria | Bundles | Skills | |-----------|---------|--------| | SkillCategorias | 11 físicos | ~120 | | bundles/Python | 12 JSON | 75 refs | | bundles/SQL | 7 JSON | 45 refs | | skills/ | - | 75 únicas | | Total indexado | - | 195 |


📋 Bundles Disponíveis

SkillCategorias (Físicos)

| Bundle | Descrição | |--------|-----------| | ControledeQualidadeTestes | TDD, debugging, code review | | DesenvolvedordeSeguranca | APIs seguras, OWASP | | EngenheirodeSeguranca | Pentesting, auditorias | | MestreWeb | React, Next.js, frontend | | WebDesigner | UI/UX, design systems | | DesenvolvedorFullStack | Stack completo | | LLMAgenteArquiteto | Agentes AI autônomos | | DesenvolvedordeAplicativosLLM | Apps com LLM | | ExpertDBT | Data Build Tool | | DocumentarProjetos | Markdown, Word, docs | | OutrasLinguagens | XML, JSON, Markdown | | Planejamento | Planejamento e qualidade |

bundles/Python (JSON)

| Bundle | Skills | |--------|--------| | AgendamentoPython | 15 | | PythonAutomocaoRPA | 11 | | PythonEmail | 12 | | MelhorarCodigoPython | 8 | | PythonBackEnd | 6 | | PythonIAVertex | 9 | | ... | ... |

bundles/SQL (JSON)

| Bundle | Skills | |--------|--------| | CriarCodigoSQLGeral | 4 | | SQLBigQuery | 7 | | PythonSQL | 6 | | ... | ... |


🔧 Scripts

# Regenerar índice de skills
node bin/generate-index.js

# Instalar/atualizar em projeto
node bin/install.js

📦 Compatibilidade

  • ✅ VS Code Code Assist
  • ✅ Antigravity
  • ✅ Claude Code
  • ✅ Cursor
  • ✅ Gemini CLI

📄 Licença

MIT - Use livremente!


Mantido por: @freirevini