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

codex-design-audit-skill

v0.1.1

Published

A Codex skill for auditing website and frontend design quality.

Readme

Codex Design Audit Skill

A Codex skill for auditing website and frontend design quality.

Give Codex a URL, screenshot, localhost app, or repository frontend and it returns a structured UX/UI audit with scores, weak points, accessibility notes, frontend polish issues, prioritized fixes, and before/after re-audits.

What It Does

  • Scores UX/UI and frontend quality with a practical rubric
  • Finds weak design points and implementation risks
  • Checks responsive behavior, accessibility, copy clarity, trust signals, and polish
  • Supports preset-based audits for different product types
  • Compares before vs after changes with score deltas
  • Works in English and Italian

Presets

  • auto
  • landing-page
  • saas-dashboard
  • portfolio
  • ecommerce
  • mobile-first
  • accessibility-heavy
  • general

Installation

Install directly with npx:

npx codex-design-audit-skill

This installs the skill into:

~/.codex/skills/design-audit

Then restart Codex so it can discover the skill.

Or install the CLI globally:

npm install -g codex-design-audit-skill
codex-design-audit-skill

Manual Installation

Clone the repository:

git clone https://github.com/Kappaemme-git/codex-design-audit-skill.git

Copy the skill into your Codex skills directory:

mkdir -p ~/.codex/skills
cp -R codex-design-audit-skill/design-audit ~/.codex/skills/design-audit

Restart Codex so it can discover the skill.

Usage

After installation, restart Codex and call the skill by name in your prompt.

Basic website audit:

Use $design-audit to evaluate the design and frontend quality of https://example.com

Audit a local app:

Use $design-audit to evaluate http://localhost:3000

Audit a repository frontend:

Use $design-audit to evaluate the frontend in this repository.

Use screenshots when you want stronger visual judgment:

Use $design-audit to evaluate these desktop and mobile screenshots.

Italian is supported:

Usa $design-audit per valutare il design e il frontend di https://example.com

Audit Presets

The skill can infer the right preset automatically. If the target is ambiguous, it will ask you to choose one.

You can also specify a preset directly:

Use $design-audit with preset landing-page to evaluate https://example.com

Preset examples:

Use $design-audit with preset saas-dashboard to evaluate http://localhost:3000
Use $design-audit with preset accessibility-heavy to audit this page.

Use landing-page for marketing sites, saas-dashboard for product dashboards, portfolio for personal or agency sites, ecommerce for stores, mobile-first for mobile-heavy experiences, and accessibility-heavy when accessibility is the main concern.

Re-Audit Workflow

Use re-audit mode after you apply fixes. The skill compares the new version with the previous audit and reports score deltas.

Use $design-audit to re-audit http://localhost:3000 and compare it with the previous audit.

Expected output includes:

  • Previous score vs current score
  • Per-category deltas
  • Fixed / improved / still open / regressed issues
  • Remaining priorities
  • Next fix pass

Recommended Workflow

  1. Build or open your frontend.
  2. Run $design-audit.
  3. Apply the highest-impact fixes.
  4. Run a re-audit.
  5. Compare before vs after score deltas.

Notes

Screenshots are recommended for stronger visual design judgment. Without screenshots or browser access, visual scoring is partially inferred from DOM, content, and available page data.

For best results, provide one of:

  • A live URL
  • A localhost URL
  • Desktop and mobile screenshots
  • A repository with a runnable frontend

If Codex can open the page in a browser, the audit can evaluate layout, responsive behavior, visual hierarchy, console errors, and interaction states more reliably.

Troubleshooting

If Codex does not recognize $design-audit, restart Codex after installing the skill.

Check that the skill exists here:

ls ~/.codex/skills/design-audit

You should see:

SKILL.md
agents/
references/

License

MIT