examples

Five complete implementation blueprints. Each describes exactly which techniques to combine, in what order, with key code patterns.

Content Preview
# Real-World Examples Reference

Five complete implementation blueprints. Each describes exactly which techniques to combine, in what order, with key code patterns.

## Table of Contents
1. [Juice/Beverage Brand Launch](#juice-brand)
2. [Tech SaaS Landing Page](#saas)
3. [Creative Portfolio](#portfolio)
4. [Gaming Website](#gaming)
5. [Luxury Product E-Commerce](#ecommerce)

---

## Example 1: Juice/Beverage Brand Launch {#juice-brand}

**Brief:** Premium juice brand. Hero has floating glass. Se
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/examples.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/epic-design/references/examples.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/epic-design/references/examples.md

Related Skills