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

mcpee-dba

v1.0.1

Published

Boost DBA 360: agents, skills, specs, patterns and templates for expert SQL Server operations and modernization.

Readme

boostDBA

MIT License GitHub Repo

Boost DBA 360 es un paquete de conocimiento operativo para SQL Server: agentes, skills, patrones y plantillas para analizar, estabilizar y modernizar bases de datos heredadas sin exfiltrar datos sensibles.

Esta README se usa tanto en GitHub como en npm.

Historia del proyecto

Boost DBA 360 nace de un problema repetido en equipos de datos: bases SQL Server con 10-15 anos de deuda tecnica, sin documentacion confiable y con alto riesgo en cada cambio.

Evolucion resumida:

  1. Inicio como playbook interno para auditorias DBA y analisis de riesgo en cambios.
  2. Estandarizacion de patrones recurrentes (dependencias ocultas, parameter sniffing, cursores, transacciones sin cierre).
  3. Conversion a sistema agentico con modos Lean y Full para reducir coste operativo diario.
  4. Endurecimiento de seguridad con flujo de anonimización desde onboarding para evitar fuga de datos en artefactos.
  5. Publicacion como paquete reusable (mcpee-dba) para facilitar adopcion en otros workspaces.

Que incluye

  • 18 agentes especializados para analisis de dependencias, rendimiento, seguridad, mantenimiento, HA y modernizacion.
  • 19 skills reutilizables para tareas tecnicas concretas.
  • Patrones y templates listos para reportes, planes y migracion.
  • Scripts PowerShell para onboarding, preflight, diagnostico y export.
  • Instrucciones auto-descubribles para MCPEE Core (SQL, archivos DBA operativos y prompts/evals).

Instalacion real

Hay dos formas de usarlo, segun tu caso.

Opcion A: consumo desde npm (reutilizar el paquete)

Recomendado cuando ya tienes tu entorno y solo quieres incorporar el catalogo DBA.

npm install --save-dev mcpee-dba

Verificacion minima:

node -e "const fs=require('fs'); const p='node_modules/mcpee-dba/mcpee.json'; console.log(fs.existsSync(p)?'OK: mcpee.json encontrado':'ERROR: paquete no instalado');"

Opcion B: uso desde GitHub (operar y contribuir)

Recomendado si vas a ejecutar scripts del repo, personalizar agentes/skills o contribuir.

git clone https://github.com/Sertxito/boostDBA.git
cd boostDBA
npm install
npm run quality

Inicializa un workspace DBA 360 real:

pwsh -File scripts/run-dba360-wizard.ps1 -ProjectName "MiProyecto" -SchemaPath "C:\ruta\schema" -Anonymize ask

Alternativa no interactiva para pipelines:

pwsh -File scripts/run-dba360-wizard.ps1 -ProjectName "MiProyecto" -SchemaPath "C:\ruta\schema" -Anonymize yes

Requisitos

  • Node.js 20 o superior.
  • PowerShell 7 o superior (para scripts en scripts/).
  • SQL Server 2019 o superior si vas a ejecutar analisis contra workloads reales.

Primer uso recomendado

  1. Ejecuta el wizard de onboarding (crea workspaces// y fuente de verdad).
  2. Revisa el resultado del preflight de seguridad.
  3. Comienza en modo Lean (orquestador + dependencias + reporte ejecutivo).
  4. Activa agentes extra solo cuando haya trigger claro.

Documentacion

Licencia

MIT. Ver LICENSE.