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

@delfosti/telos

v0.3.2

Published

Telos CLI (GADM, DelfosTI): setup del kit por proyecto + provision de máquina. Instala skills, hooks de seguridad, agents y la plantilla CLAUDE.md.

Readme

telos

Governed AI Delivery Model — DelfosTI Resultados, no horas.

npx @delfosti/telos deja cualquier proyecto GADM-ready en un comando: skills de flujo, hooks de seguridad, subagentes de review/QA y la plantilla CLAUDE.md — según el manifiesto del kit.


⚠️ Requiere telos-kit

Este paquete es el instalador, no el contenido. La metodología (skills, hooks, convenciones, agentes) vive en telos-kit, distribuido de forma privada por DelfosTI (GitLab / provisioning de máquina). Sin el kit, el comando no instala nada — está pensado para el ecosistema interno de DelfosTI, no para uso general.

$ npx @delfosti/telos
✖ telos-kit not found. Pass --kit <path> or set TELOS_KIT_PATH.

Uso

# Setup de un proyecto (dev)
npx @delfosti/telos [dir] [--kit <path>] [--dry-run] [-y]

# Provision de una máquina (TI, modelo admin/dev)
telos provision [--target <dir>] [--dry-run]

telos --version

Resolución del kit: --kit <path> › env TELOS_KIT_PATH › checkout hermano ../telos-kit.

Qué hace el setup

  1. Detecta el stack (package.json / go.mod).
  2. Instala del kit: skills GADM (/intake, /workflow-gadm, /spec-delta) + skills base del stack + agentes (review/QA) + hooks de seguridad.
  3. Mergea los hooks en .claude/settings.json (preserva lo existente, idempotente, backup .bak).
  4. Genera CLAUDE.md desde plantilla; escribe el pin .claude/telos.json.

Seguridad & IP

  • Cero secretos en el paquete: publica solo bin/ + dist/ compilado (allowlist files).
  • La metodología no viaja por npm: el instalador es un cascarón; el valor (kit) es privado.
  • Los candados de seguridad (no leer .env, no push a ramas protegidas, no SQL destructivo) se aplican a nivel proyecto y de máquina (managed-settings), no dependen de este paquete.

Licencia

Propietario — © 2026 DelfosTI. Todos los derechos reservados. Uso interno bajo autorización de DelfosTI. Ver LICENSE.