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

@appfire-ux/audit-agent

v0.20260709.0

Published

Claude Code audit agents for Appfire apps — ux-auditor (/ux-audit), ui-auditor (/ui-audit), a11y-auditor (/a11y-audit), /full-audit parallel orchestration. VPAT/ACR drafting: install @appfire-ux/vpat-agent separately.

Readme

@appfire-ux/audit-agent

One-command install of three Claude Code audit agents for Appfire repos. Every audit run refreshes both npm packages to @latest (Phase 0):

  • @appfire-ux/audit-agent — agent/command definitions in .claude/
  • @appfire-ux/guidelines — rules, skills, and guidelines/ kit

Agents:

  • ux-auditor (/ux-audit) — guideline-compliance UX audit: design tokens, spacing/typography, accessibility, UX writing, messaging patterns, persona fit.
  • ui-auditor (/ui-audit) — UI & usability audit from a UI Designer's perspective: cross-screen consistency, layout & visual hierarchy, information architecture, navigation, interaction design, forms, data-dense views, responsiveness. Screenshot-driven (browser MCP or bundled Playwright fallback).
  • a11y-auditor (/a11y-audit) — deep accessibility audit: WCAG 2.2 A/AA, axe-core scans, static four-principles code audit, JSON datapoints for VPAT. Strict no-over-claiming language.

VPAT/ACR drafting is a separate package: @appfire-ux/vpat-agent — install for /vpat-audit (full VPAT pipeline with mandatory UI URL).

Install

npm install -D @appfire-ux/audit-agent

For VPAT/ACR in the same repo:

npm install -D @appfire-ux/vpat-agent @appfire-ux/guidelines
npx @appfire-ux/vpat-agent

Open Claude Code:

/full-audit   # UX + UI + A11Y in parallel; VPAT post-sequence via @appfire-ux/vpat-agent (default)
/vpat-audit --url https://localhost:5173   # VPAT-only (requires @appfire-ux/vpat-agent)

What gets installed

| File | Purpose | |------|---------| | .claude/agents/ux-auditor.md | Guideline-compliance audit | | .claude/commands/ux-audit.md | /ux-audit | | .claude/agents/ui-auditor.md | UI & usability audit | | .claude/commands/ui-audit.md | /ui-audit | | .claude/agents/a11y-auditor.md | Accessibility audit → JSON for VPAT | | .claude/commands/a11y-audit.md | /a11y-audit | | .claude/commands/full-audit.md | /full-audit parallel orchestration | | scripts/ux-audit-capture.mjs | Playwright screenshot fallback | | scripts/a11y-audit-scan.mjs | Playwright + axe-core scanner | | scripts/build-html-reports.mjs | MD → Confluence-ready HTML |

VPAT agents, CRUX template, and /vpat-audit live in @appfire-ux/vpat-agent.

Publishing (maintainers)

Pushes to main touching appfire-ux-audit-agent/** or canonical UX/UI/A11Y files run .github/workflows/publish-audit-agent.yml.

VPAT package: .github/workflows/publish-vpat-agent.yml.