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

@badgie/quadrants-cli

v1.2.0

Published

CLI oficial de Badgie Quadrants — gestiona cuadrantes de rotacion, exporta a XLSX y planifica con asistencia agentica.

Downloads

512

Readme

@badgie/quadrants-cli

CLI oficial de Badgie Quadrants — gestiona cuadrantes de rotacion de tu escuela deportiva desde cualquier terminal.

Novedades 1.1.0

  • Analitica: validate-term, teacher-workload, area-heatmap, topic-usage, group-progression, season-compare, find-duplicates, history-for-term.
  • Planificacion asistida: suggest-assignment, apply-rotation-pattern, autoplan-term, bulk-assignments, copy-assignments, set-assignment-note, set-term-note, reorder-groups, generate-teacher-briefing.
  • Exports: export-term-xlsx y export-season-xlsx con colores, leyenda y hoja de validacion. Usa --out fichero.xlsx para escribir el binario.
  • Banner ASCII rediseñado.

Instalar

npm install -g @badgie/quadrants-cli
quadrants help

O sin instalar:

npx @badgie/quadrants-cli help

Empezar

quadrants login                       # email + contrasena de tu cuenta Badgie
quadrants whoami                      # confirma tenants y rol
quadrants list-terms --school adultos
quadrants summarize-term --term adultos-3t-2026

La sesion se guarda en ~/.config/badgie-quadrants/session.json y se refresca automaticamente.

Operaciones disponibles

quadrants tools

Muestra los ~50 verbos disponibles, agrupados:

Lectura

  • list-terms, latest-term, get-term, summarize-term, summarize-tenant
  • list-topics, list-teachers, list-groups
  • get-assignment, list-assignments

CRUD

  • add-assignment, move-assignment, delete-assignment, set-assignment-note, bulk-assignments, copy-assignments
  • add-topic, update-topic, delete-topic
  • add-teacher, update-teacher, delete-teacher
  • create-term, clone-term, update-term, archive-term, delete-term, set-term-note
  • add-group, update-group, delete-group, reorder-groups
  • add-teacher-to-group, remove-teacher-from-group, set-group-teachers

Analitica

  • validate-term — auditoria del cuadrante con score 0-100
  • teacher-workload — carga por profesor
  • area-heatmap — matriz ubicacion x semana
  • topic-usage — uso del banco
  • group-progression — progresion por grupo
  • season-compare — deltas entre cuadrantes
  • find-duplicates — duplicados en el banco
  • history-for-term — eventos de auditoria

Planificacion asistida

  • suggest-assignment — top-N candidatos para una celda con razonamiento
  • apply-rotation-patternshift-week, swap-groups, mirror
  • autoplan-term — relleno completo (estrategias equilibrio-areas, clonar-y-desfasar)
  • generate-teacher-briefing — narrativa de la semana de un profesor

Exports

  • export-term-xlsx --out fichero.xlsx — XLSX con colores, leyenda y validacion
  • export-season-xlsx --terms a,b,c --out temporada.xlsx — libro multi-cuadrante

Admin

  • bootstrap-tenant-from-seed, list-tenants (super-admin)

PATs (para MCP HTTP / agentes)

quadrants token create --name "OpenClaw"   # genera bq_... (se muestra UNA vez)
quadrants token list
quadrants token revoke <id>

Usa el PAT con el endpoint MCP remoto:

curl -X POST https://quadrants.badgie.com/api/mcp/v1/mcp \
  -H "Authorization: Bearer bq_..." \
  -H "Accept: application/json, text/event-stream" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Variables de entorno

| Variable | Default | Para que | |---|---|---| | BADGIE_QUADRANTS_URL | https://wdpaqpzjemzdfruayapi.supabase.co | Override del Supabase URL (staging) | | BADGIE_QUADRANTS_ANON_KEY | (hardcoded prod) | Override de la anon key | | BADGIE_QUADRANTS_API_URL | https://quadrants.badgie.com | Override del backend (para token create/list/revoke) | | BADGIE_QUADRANTS_TOKEN | (unset) | PAT para usar en CI/agentes sin login interactivo |

Licencia

MIT (c) Badgie 2026