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

@rigokndev/agent-skill

v0.1.1

Published

Instala y gestiona skills especializados en desarrollo web para OpenCode desde la línea de comandos

Readme

agent-skill

El instalador de skills de desarrollo web para OpenCode.

agent-skill instala con un solo comando los mejores skills especializados en desarrollo web directamente en OpenCode. Los skills le enseñan a OpenCode buenas prácticas y patrones de cada tecnología para que te dé mejores respuestas desde el primer prompt.


¿Qué es un skill?

Un skill es un archivo que le enseña a OpenCode buenas prácticas y patrones específicos de una tecnología. Cuando escribes tu primer prompt, OpenCode lee automáticamente los skills instalados y los usa para darte la mejor respuesta posible según las tecnologías con las que estás trabajando.


Requisitos


Uso

Tienes dos formas de usar agent-skill:

Opción A — Sin instalar nada (usando npx)

npx descarga y ejecuta la herramienta en el momento sin instalar nada en tu PC. Es la forma más rápida de empezar:

npx @rigokndev/agent-skill install --all

Opción B — Instalación global (comando siempre disponible)

Si prefieres tener el comando agent-skill siempre disponible en tu terminal sin usar npx, instálalo globalmente una sola vez:

npm install -g @rigokndev/agent-skill

A partir de ese momento puedes usar el comando directamente:

agent-skill install --all

Comandos disponibles

# Instalar todos los skills de una vez (recomendado)
npx @rigokndev/agent-skill install --all

# Instalar un skill concreto
npx @rigokndev/agent-skill install <nombre>

# Ver todos los skills disponibles
npx @rigokndev/agent-skill list

# Ver los skills que tienes instalados
npx @rigokndev/agent-skill installed

# Ver información detallada de un skill
npx @rigokndev/agent-skill info <nombre>

# Eliminar un skill instalado
npx @rigokndev/agent-skill remove <nombre>

# Mostrar ayuda
npx @rigokndev/agent-skill --help

Skills disponibles

Todos los skills son oficiales, creados y mantenidos por sus autores originales. Se descargan siempre en su versión más reciente directamente desde sus repositorios oficiales.

| Nombre | Descripción | Autor | |--------|-------------|-------| | frontend-design | Interfaces frontend de producción: diseño distintivo, tipografía y animaciones | Anthropic | | react-best-practices | Optimización React y Next.js: rendimiento, bundle size y re-renders | Vercel | | web-design-guidelines | Auditoría UI: accesibilidad, formularios, animaciones, dark mode y UX | Vercel | | composition-patterns | Patrones de composición React: compound components y lifting state | Vercel | | next-best-practices | Next.js App Router: Server Components, caching y streaming | Vercel | | typescript-advanced-types | Tipos avanzados TypeScript: genéricos, mapped types y conditional types | wshobson | | tailwind-design-system | Sistema de diseño con Tailwind CSS: tokens y componentes consistentes | wshobson | | api-design-principles | Diseño de APIs REST y GraphQL: naming, versionado y buenas prácticas | wshobson | | nodejs-backend-patterns | Patrones backend Node.js: autenticación, manejo de errores y seguridad | wshobson | | supabase-postgres-best-practices | Supabase y PostgreSQL: RLS, queries eficientes y autenticación | Supabase | | playwright-best-practices | Testing end-to-end con Playwright: selectores, assertions y CI/CD | currents-dev |


Licencia

MIT