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

@asistemeai/asisteme-cli

v1.2.6

Published

Plantilla global inicializadora de agentes de Antigravity

Readme

Asisteme CLI

Plantilla global inicializadora de agentes de Antigravity para inyectar entornos .agent en repositorios y proyectos.

Instalación y Uso

La forma más recomendada y rápida de utilizar este CLI es mediante npx, ejecutándolo en la raíz de cualquier repositorio o proyecto donde quieras instalar los agentes.

Interfaz Interactiva (TUI)

Para lanzar el asistente interactivo, que te dejará elegir entre instalar por primera vez o actualizar el entorno existente:

npx @asistemeai/asisteme-cli

- También puedes instalarlo globalmente en tu máquina si lo prefieres (npm install -g @asistemeai/asisteme-cli) y usar simplemente el comando asisteme-cli.

Iniciar o Actualizar Directamente

Si ya tienes una carpeta .agent inicializada en el proyecto actual y quieres sobreescribirla de manera forzada con tu plantilla base más reciente, usa el argumento update:

npx @asistemeai/asisteme-cli update

Aviso de Seguridad: Una vez que ejecutes una actualización de la plantilla base en un proyecto existente, es recomendable usar git diff y git status para comprobar si se ha sobreescrito alguna configuración particular que habías definido temporalmente en ese proyecto.

Funcionalidades

  • Init: Copia de forma rápida la carpeta .agent.
  • Update: Actualiza tu proyecto local para tener la versión más novedosa de tus directrices y herramientas de agentes Antigravity.
  • Skills: Explora y añade capacidades dinámicas a tu proyecto desde un catálogo unificado.
  • Context: Recaba el stack tecnológico y alcance de tu proyecto y prepara el terreno automáticamente para la IA (Brainstorming).

Créditos y Agradecimientos

Este proyecto es una adaptación y extensión personalizada para el ecosistema de Asisteme, basada originalmente en el excelente trabajo de:

Agradecemos a la comunidad por compartir herramientas que nos permiten construir flujos de IA más eficientes.