project-design — project-design install project-design, community, project-design install, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Frontend Agents needing adaptive layout generation using viewport and container queries. project-design is a technique for creating adaptive layouts using viewport queries for page-level changes and container queries for component-level adaptation.

Features

Uses viewport breakpoints (sm:, md:, lg:) for global structure
Utilizes container queries (@container and @sm:, @md:, @lg:) for reusable components
Supports marking intentional component boundaries with @container
Enables adaptation to parent width for reusable components
Follows rules for using viewport queries and container queries

# Core Topics

evorto-app evorto-app
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The project-design skill by evorto-app is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for project-design install.

Ideal Agent Persona

Perfect for Frontend Agents needing adaptive layout generation using viewport and container queries.

Core Value

Empowers agents to create responsive components and page-level layouts using viewport breakpoints and container queries, enabling adaptive designs with @container and @sm:, @md:, @lg: syntax.

Capabilities Granted for project-design

Generating responsive page grids using viewport queries
Creating adaptive reusable components with container queries
Debugging layout issues using @container and @sm:, @md:, @lg: rules

! Prerequisites & Limits

  • Requires understanding of viewport and container query syntax
  • Intended for component-level and page-level layout adaptations only
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

project-design

Install project-design, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Project Design

Container Queries

Use viewport queries for page-level layout changes and container queries for component-level adaptation.

Rules

  1. Use viewport breakpoints (sm:, md:, lg:) for global structure (page grids, shell layout, top-level navigation behavior).
  2. Use container queries (@container and @sm:, @md:, @lg:) for reusable components that should adapt to their parent width.
  3. Mark only intentional component boundaries with @container; avoid deep or unnecessary nested containers.
  4. Keep a predictable model: layout responds to viewport, components respond to container.
  5. Build for modern browsers and keep components readable if container query variants do not apply.

Tailwind v4 Pattern

html
1<section class="@container"> 2 <div class="grid gap-4 @lg:grid-cols-2"> 3 <article class="rounded-2xl p-4"> 4 <h3 class="text-base @md:text-lg">Card title</h3> 5 <p class="@sm:line-clamp-3">Component content adapts to container width.</p> 6 </article> 7 </div> 8</section>

Project Notes

  • Prefer simple, explicit breakpoints over many tiny threshold tweaks.
  • Document non-obvious container-query behavior in the feature README when it affects UX.

Material Theming (Tailwind-First)

In this project, Material theming is consumed primarily through Tailwind tokens defined in /Users/hedde/code/evorto/src/tailwind.css, not through Angular Material utility classes.

Rules

  1. Treat src/tailwind.css as the theming bridge from Material system tokens (--mat-sys-*) to Tailwind tokens (--color-*, --radius-*, font tokens).
  2. In templates, prefer Tailwind semantic classes such as bg-surface, text-on-surface, bg-primary-container, and rounded-2xl.
  3. In component CSS, use var(--mat-sys-*) directly only when a style cannot be expressed cleanly with existing Tailwind utilities.
  4. If a needed token is missing, extend the mapping in src/tailwind.css instead of introducing hardcoded hex values.
  5. Keep dark/light behavior token-driven via Material system variables; avoid component-level theme branching unless required.

Practical Workflow

  1. Pick the Material role/token (for example surface, on-surface, primary-container).
  2. Use the mapped Tailwind utility first (bg-*, text-*, rounded-*).
  3. Add or adjust token mappings in src/tailwind.css when coverage is missing.

Reference: Angular Material - Theming your components (focus on CSS variables/system tokens).

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is project-design?

Perfect for Frontend Agents needing adaptive layout generation using viewport and container queries. project-design is a technique for creating adaptive layouts using viewport queries for page-level changes and container queries for component-level adaptation.

How do I install project-design?

Run the command: npx killer-skills add evorto-app/app/project-design. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for project-design?

Key use cases include: Generating responsive page grids using viewport queries, Creating adaptive reusable components with container queries, Debugging layout issues using @container and @sm:, @md:, @lg: rules.

Which IDEs are compatible with project-design?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for project-design?

Requires understanding of viewport and container query syntax. Intended for component-level and page-level layout adaptations only.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add evorto-app/app/project-design. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use project-design immediately in the current project.

Related Skills

Looking for an alternative to project-design or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI