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

geo-seo-pro

v3.0.0

Published

GEO-SEO Pro — Experto proactivo en posicionamiento para Google y motores de IA. NO solo audita: ACTÚA. Genera schemas JSON-LD, crea llms.txt, corrige robots.txt, reescribe contenido para GEO, optimiza Core Web Vitals, y produce PDF profesionales en españo

Readme

GEO-SEO Pro — Claude Code Skill

Herramienta de análisis de posicionamiento para buscadores tradicionales (Google) y motores de IA (ChatGPT, Perplexity, Gemini, Claude). Ejecuta mediciones reales con APIs y scripts. Informes PDF en español.


🎯 ¿Qué hace realmente?

  • Mide Core Web Vitals reales con PageSpeed Insights API (no estima)
  • Verifica acceso de 12 crawlers IA parseando tu robots.txt (binario: allowed/blocked)
  • Valida llms.txt contra el estándar oficial (formato, headers, .well-known)
  • Detecta schemas JSON-LD y campos obligatorios faltantes
  • Evalúa tu contenido contra las estrategias de Princeton GEO-bench (KDD 2024)
  • Analiza los factores que impactan tu posicionamiento y genera recomendaciones priorizadas
  • Genera un informe PDF profesional descargable en español

No garantiza posicionamiento. No reemplaza a un profesional SEO. Es una herramienta de análisis y diagnóstico.


📦 Instalación

npx geo-seo-pro-install

🚀 Uso

En Claude Code, escribí:

/geo-seo-pro

La skill te guía paso a paso. No necesitás saber SEO ni GEO.

Comandos directos

/geo-seo-pro geo https://misitio.com          # Visibilidad en IA
/geo-seo-pro core-web-vitals https://misitio.com  # Velocidad real
/geo-seo-pro crawlers https://misitio.com      # Acceso de bots IA
/geo-seo-pro llmstxt https://misitio.com       # Generar llms.txt
/geo-seo-pro schema https://misitio.com        # Datos estructurados
/geo-seo-pro e-e-a-t https://misitio.com       # Credibilidad
/geo-seo-pro seo-factors https://misitio.com   # 128+ factores
/geo-seo-pro report https://misitio.com        # Informe PDF

🔬 ¿En qué se basa?

  • PageSpeed Insights API — Métricas reales de Google
  • Princeton GEO-bench (KDD 2024) — Estudio científico con 10,000 consultas
  • Google Search Central — E-E-A-T, Helpful Content, Core Web Vitals
  • Especificación llms.txt — Estándar de interfaz para agentes IA

🏗️ Arquitectura

La skill es un orquestador liviano (6KB) que delega a sub-skills especializados. Cada sub-skill carga solo cuando se necesita, sin saturar el contexto. Scripts Python ejecutan mediciones reales.

geo-seo-pro/
├── SKILL.md              # Orquestador (6KB — no 80KB)
├── skills/               # Sub-skills modulares
│   ├── geo/SKILL.md
│   ├── core-web-vitals/SKILL.md
│   ├── eeat/SKILL.md
│   ├── schema/SKILL.md
│   ├── seo-factors/SKILL.md
│   ├── llmstxt/SKILL.md
│   ├── crawlers/SKILL.md
│   └── report/SKILL.md
├── scripts/              # Código real (1511 líneas Python)
│   ├── page_speed.py     # PageSpeed Insights API
│   ├── robots_crawlers.py # Parseo de robots.txt
│   ├── llms_txt_validator.py # Validación llms.txt
│   ├── schema_checker.py # Detección JSON-LD
│   ├── geo_scorer.py     # Princeton GEO scoring
│   └── report_pdf.py     # PDF con ReportLab
└── install.js

📄 Licencia

MIT