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

awwwards-skills

v1.0.0

Published

AI Agent SKILL.md files for building Awwwards-quality websites — layout, hero, animation, and copywriting.

Readme

awwwards-skills

A collection of AI Agent SKILL.md files for building Awwwards-quality websites.
Drop them into any AI coding agent (Claude, Cursor, Windsurf, etc.) and unlock a specialized Creative Director workflow.

npm version License: MIT


What's inside

| Skill | File | What it does | |---|---|---| | 🏗️ Layout Structure | layout-structure.md | Generates layout architecture from project type + references | | 🎬 Hero Section | hero-section.md | Designs above-the-fold sections with archetype taxonomy | | ✨ Animation Orchestration | animation-orchestration.md | GSAP + Lenis + Barba.js motion systems | | ✍️ Creative Copywriting | creative-copywriting.md | Brand-voice copy, multilingual, zero buzzwords |


Install

Via npm (recommended)

npx awwwards-skills init

This copies all 4 SKILL.md files into a /skills folder in your project.

Install specific skills

npx awwwards-skills add layout-structure
npx awwwards-skills add hero-section
npx awwwards-skills add animation-orchestration
npx awwwards-skills add creative-copywriting

Via GitHub (manual)

git clone https://github.com/yourusername/awwwards-skills.git
cp awwwards-skills/skills/*.md your-project/skills/

Usage

With Claude (claude.ai or Claude Code)

  1. Open a new conversation
  2. Upload or paste the relevant SKILL.md
  3. Say: "Use this skill." — the agent reads it and activates the role
  4. Fill in the input template when prompted

With Cursor / Windsurf

Add to your .cursorrules or project context:

Read and follow the instructions in /skills/layout-structure.md before designing any page layout.
Read and follow the instructions in /skills/animation-orchestration.md before writing any animation code.

With any AI Agent

Paste the SKILL.md content directly into your system prompt or project context file.


Skill Workflow (recommended order)

1. layout-structure.md   →  Plan the page architecture
2. hero-section.md       →  Design the hero experience
3. creative-copywriting.md  →  Write the words
4. animation-orchestration.md  →  Add motion

Each skill is independent and can be used standalone.


Designed for

  • Agency / Studio Portfolios
  • SaaS / Tech Products
  • Luxury E-commerce

Tech stacks: React/Next.js and Vanilla HTML/CSS/JS


Design Philosophy

These skills enforce Awwwards-level thinking:

  • No generic layouts — every structural decision is intentional
  • No buzzword copy — banned word lists enforced
  • No bolt-on animation — motion is a system, not an afterthought
  • No shrunk-desktop mobile — mobile layouts get their own spatial logic

Contributing

PRs welcome. New skills, new archetypes, new project types.

git clone https://github.com/yourusername/awwwards-skills.git
cd awwwards-skills
# Add your skill to /skills/
# Update README table
# Submit PR

License

MIT © [Your Name]