awwwards-skills
v1.0.0
Published
AI Agent SKILL.md files for building Awwwards-quality websites — layout, hero, animation, and copywriting.
Maintainers
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.
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 initThis 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-copywritingVia 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)
- Open a new conversation
- Upload or paste the relevant SKILL.md
- Say:
"Use this skill."— the agent reads it and activates the role - 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 motionEach 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 PRLicense
MIT © [Your Name]
