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

inovabiz-kit

v0.0.12

Published

Corporate skills sync for Inovabiz developers

Readme

Inovabiz Kit

Inovabiz Kit es una herramienta de línea de comandos (CLI) diseñada para minimizar drásticamente el tiempo de onboarding de los desarrolladores en la compañía y estandarizar todo el ciclo de desarrollo de software (SDLC) en Inovabiz. Su objetivo principal es gobernar, distribuir y sincronizar de forma centralizada al equipo, enfocándose específicamente en inyectar el conocimiento corporativo requerido a través de skills para agentes de IA, reglas (rules), rutinas (scripts) y flujos de trabajo (workflows) desde el repositorio de arquitectura de la empresa directo al código fuente de tu proyecto.


🚀 Instalación y Uso

No requieres instalar el paquete globalmente para usarlo, puedes ejecutarlo en caliente usando npx. Esta es la forma recomendada:

npx inovabiz-kit init

Inicializa la estructura estandarizada de inteligencia artificial en tu proyecto actual.

¿Qué hace?

  1. Clona temporalmente el repositorio remoto de arquitectura corporativa de Inovabiz configurado por ti.
  2. Extrae y despliega la carpeta segura .agents/ (con los subdirectorios skills, rules, scripts y workflows) respetando el estándar base.
  3. No invasivo: Tu código local no se toca; solo se actualizan/agregan los elementos corporativos (skills, rules, scripts, workflows), respetando los que han sido modificados o agregados a medida por ti.
  4. Genera un archivo local llamado inovabiz-kit-lock.json para llevar registro de confirmación sobre el último estado de la sincronización.

Ejecución:

npx inovabiz-kit init

(Te pedirá el método de autenticación: SSH o Token PAT y la URL del repositorio remoto base).


npx inovabiz-kit sync

Actualiza inteligentemente tu proyecto a partir del último estado corporativo remoto. Recomendado para ejecutar como rutina cuando inicias tu jornada laboral o detectas novedades en la empresa.

¿Qué hace?

  1. Consulta de forma ultrarrápida (usando git ls-remote) si el repositorio de arquitectura de la compañía ha tenido cambios comparándolos con tu archivo inovabiz-kit-lock.json.
  2. Si tú estás alineado con el remoto actual, cortará el proceso exitosamente sin obligarte a hacer costosas decargas en la red y notificándote que estás al día.
  3. En caso de disparidad de identificadores, sincronizará y actualizará nuevamente la carpeta .agents/, protegiendo de sobreescritura tus skills, reglas, scripts, workflows o archivos customizados no registrados corporativamente.

Ejecución:

npx inovabiz-kit sync

🔒 Mecanismos y Seguridad

  • Integridad local: Las credenciales como llaves SSH o PAT jamás son puestas en el disco duro o expuestas; solamente persisten temporalmente en la memoria durante el runtime y se destruyen tan pronto la sincronización culmina.
  • inovabiz-kit-lock.json: No expone credenciales ni información reservada de la compañía en el control de versiones local, solo expone y registra la arquitectura en bruto (Hash Commits + URL principal + Ref de rama).