Skip to content
Development
Command

/design-page

New page or screen in an existing project. Skips design-system creation — reuses the existing design-system.md tokens.

From plugin
fusengine-agents
2233 skills43 agents33 commands
Install
$ npx -y skills add fusengine/agents --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/design-page

Context preview

What this command does when you run it.

New page or screen in an existing project. Skips design-system creation — reuses the existing design-system.md tokens.

Command definition

design-page.md
name: design-page
description: "New page or screen in an existing project. Skips design-system creation — reuses the existing design-system.md tokens."

/design:page — New Page (PAGE scope)

Add a new page/screen to a project that already has a `design-system.md`.

**Complete documentation**: `skills/design-method/SKILL.md` (routing table), `skills/design-web/SKILL.md` or `skills/design-webapp/SKILL.md` (generation).

Usage

/design:page about page
/design:page contact form with map
/design:page team members grid
/design:page settings screen for the dashboard

Prerequisites

`design-system.md` must exist at project root. If missing, use `/design` instead (FULL scope).

Workflow

1. Read the existing `design-system.md` completely — tokens, typography, spacing, motion profile. 2. Route per `design-method`: `skills/design-web/SKILL.md` (marketing page — browse 2 inspiration sites) or `skills/design-webapp/SKILL.md` (app screen — pick the matching page/interaction pattern, no browsing). 3. Read `skills/design-motion/SKILL.md` — same gate as `/design`. 4. Read `skills/design-review/SKILL.md` — same deterministic checks + bounded visual loop, plus a consistency check against the rest of the project's pages.

Forbidden

Creating a new `design-system.md` (must reuse the existing one). Everything forbidden in `/design` also applies here.

Ships withfusengine-agents

A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.

Get the whole plugin, auto-invoked
Stats
22
Stars
1
Views
3
Forks
Active
Maintenance
CSS
Language
MIT
License
4d ago
Last commit
7mo ago
Created

Repo: fusengine/agents