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

askartask

v1.0.0

Published

ASKARTASK — Metaherramienta de diseño UX/UI para Agentes LLM. Genera design systems completos con validación automatizada WCAG 2.2.

Downloads

165

Readme

ASKARTASK

Licencia MIT GitHub release OpenCode compatible

ASKatu · euskera: liberar, solucionar ART · artístico, relativo al arte TASK · inglés: tarea, función, cometido

Acerca de ASKARTASK

Metaherramienta de creación, mantenimiento y actualización de estructuras frontend y estilos de diseño para Agentes LLM a través de un conjunto embebido y sistematizado de habilidades, conectores y contratos desplegado en el directorio objetivo junto a un panel de información y control accesible desde el navegador web. Posteriormente, crea un patrón temático personalizable, de fácil mantenimiento, escalabilidad y modificación, preconfigurado tomando como referencia los estándares profesionales de calidad, seguridad y compatibilidad del sector a través de flujos de validación con normas estrictas que aseguren su cumplimiento.


Instalación

curl -fsSL https://raw.githubusercontent.com/Iniciativas-Alexendros/askartask/main/install.sh | bash

Esto instalará ASKARTASK en ~/.config/opencode/ con:

  • 3 skills: design-system-builder, frontend-design, interaction-design
  • 7 scripts QA: validate-tokens, contrast-check, a11y-gate, dtcg-validate, validate-stories, lighthouse-gate, pe-gate
  • 4 contratos: dtcg-tokens schema, csf-template, aria-component-map, wcag22-checklist
  • 2 agentes: askartask-build (ejecuta pipeline), askartask-audit (auditoría read-only)
  • 2 comandos: /ASKARTASK (pipeline completo), /RETHEMATIZE (cambiar tema)

Uso

Pipeline completo

/ASKARTASK

| Fase | Qué hace | Scripts de validación | | ---- | ---------------------------------------------------------- | -------------------------------------------------------------- | | 0 | Brief wizard — propósito, audiencia, estética, constraints | Validación de campos | | 1 | Design system — DESIGN.md + tokens | dtcg-validate.sh, contrast-check.mjs, validate-tokens.sh | | 2 | Componentes UI — Hero, Nav, CardGrid + stories | validate-stories.sh, a11y-gate.sh, pe-gate.sh | | 3 | Microinteracciones — patterns + stories | validate-stories.sh, lighthouse-gate.sh | | 4 | Verificación final — 7 scripts QA | Todos |

Regla de oro: cada fase tiene gate de salida. Si exit code ≠ 0 → corregir → re-ejecutar. NO avanzar sin gate = exit 0.

Cambiar tema

/RETHEMATIZE

Auditoría

@askartask-audit

Arquitectura

askartask/
├── skills/                    # 3 skills OpenCode
│   ├── design-system-builder/ # Proveedor canónico de tokens
│   │   ├── SKILL.md           # 21 reglas, 3 workflows
│   │   ├── references/        # 17 archivos de referencia
│   │   └── scripts/           # 7 scripts QA
│   ├── frontend-design/       # Requiere tokens de design-system-builder
│   │   └── SKILL.md
│   └── interaction-design/    # Requiere tokens de design-system-builder
│       └── SKILL.md
├── contracts/                 # 4 contratos compartidos
├── agents/                    # 2 agentes especializados
├── commands/                  # 2 slash commands
└── assets/                    # Logo y recursos visuales

Scripts QA

| Script | Descripción | Exit codes | | --------------------- | --------------------------------------- | ----------------------- | | validate-tokens.sh | Hardcode + DTCG + WCAG AA scan | 0=pass, 1=fail, 2=error | | contrast-check.mjs | Contraste WCAG AA/AAA | 0=all pass, 1=failures | | a11y-gate.sh | axe-core (HTML) + reglas manuales (TSX) | 0=pass, 1=fail, 2=error | | dtcg-validate.sh | Valida tokens.json contra schema DTCG | 0=pass, 1=fail, 2=error | | validate-stories.sh | CSF 3.0 compliance + play functions | 0=pass, 1=fail, 2=error | | lighthouse-gate.sh | Perf≥90, A11y=100, BP=100, SEO≥90 | 0=pass, 1=fail, 2=error | | pe-gate.sh | Progressive Enhancement: markup sin JS | 0=pass, 1=fail, 2=error |


Licencia

MIT — Copyright (c) 2026 Alexendros

Descarga, usa, difunde, comparte, personaliza, redefine.


Agradecimientos

Creada por Alexendros como parte de Iniciativas Alexendros.

Orquestada sobre OpenCode — aplicación CLI de código Open Source para modelos IA agénticos.