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

knowledge-manager

v1.0.0

Published

CLI para instalar AI agent skills desde un repositorio local de conocimiento

Readme

🇪🇸 Español · 🇬🇧 English


Knowledge Manager

Herramientas como autoskills usan un registry centralizado: no controlas versiones, no compartes skills con tu equipo, no tienes skills privadas. Knowledge Manager funciona como un gestor de paquetes para skills: tu repositorio Git es tu registry. Versionas, tu equipo alimenta el catálogo, y todos instalan desde ahí — sea un repo público, privado, o varios. Lo mismo que npm/pip pero con skills de IA.

Prerrequisitos

Necesitas un repositorio de skills con la estructura válida. El repositorio puede ser cualquier carpeta local que contenga:

<mi-repo>/
├── catalog/
│   └── skill/
│       ├── mi-skill/
│       │   ├── SKILL.md
│       │   └── ...
│       └── otro-skill/
│           └── ...

La carpeta raíz (ej: ~/proyectos/mi-repo) es tu "repositorio". Dentro de catalog/skill/ van las skills, cada una en su propia subcarpeta.

⚠️ Importante: cuando la herramienta te pida la ruta del repositorio, ingresa la raíz (ej: ~/proyectos/mi-repo), no la subcarpeta catalog/skill/.

Tienes un ejemplo funcional en ejemplo-skills/ para ver la estructura y probar.

Quick Start

npx knowledge-manager

Un solo comando. Si es tu primera vez, configura el repositorio automáticamente y abre la búsqueda interactiva. Si ya lo usaste antes, va directo a buscar e instalar skills.

También puedes usar el alias corto:

npx km

¿Qué hace?

  1. Escanea tu carpeta de skills local
  2. Los indexa en SQLite con búsqueda FTS5
  3. Abre un TUI interactivo para buscar y seleccionar
  4. Instala los skills elegidos con verificación SHA-256

Stack

| Capa | Tecnología | | -------- | -------------------------------- | | Runtime | Node.js >= 22 | | Lenguaje | TypeScript 5.x | | CLI | Commander + TUI raw mode + chalk | | DB | SQLite + FTS5 (sql.js) | | Build | tsup | | Tests | vitest |

Referencia de comandos

npx knowledge-manager init          # Configurar repositorio y AI client
npx knowledge-manager search        # Buscar e instalar skills (TUI)
npx knowledge-manager install       # Igual que search (alias)
npx knowledge-manager list          # Listar skills instalados
npx knowledge-manager update        # Actualizar skills instalados
npx knowledge-manager rescan        # Re-escanear repositorio
npx knowledge-manager verify        # Verificar integridad
npx knowledge-manager repair        # Re-instalar skills corruptos
npx knowledge-manager conflict      # Detectar y resolver conflictos
npx knowledge-manager steal         # Extraer skills no registrados
npx knowledge-manager status        # Mostrar estado de instalación
npx knowledge-manager reset         # Resetear toda la configuración
npx knowledge-manager --help        # Ver todos los comandos

Licencia

MIT


Contact

Javier Solis

👓 https://www.linkedin.com/in/android-developer-peru/

💼 https://www.behance.net/JavierJSolis