Install
$ agentstack add skill-markoblogo-abvx-agent-skills-design-register-bootstrap ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Design Register Bootstrap
Set the design register before styling anything substantial.
This skill exists for cases where the model is about to generate UI from vague vibes, default templates, or half-remembered brand intent.
Use For
- new frontend projects without
PRODUCT.mdorDESIGN.md; - redesigns where the surface is unclear: marketing brand page vs. app/product UI;
- teams that keep getting mismatched typography, palette, density, or motion across tasks;
- sessions where the agent should create or refresh design context before implementation.
Core Rule
Classify the surface first:
brand: marketing site, landing page, portfolio, campaign, editorial page, investor page, event page;product: dashboard, admin UI, internal tool, settings, onboarding flow, forms, data-heavy app shell.
Do not treat these as interchangeable. Brand surfaces can lead with identity and emotion. Product surfaces must optimize comprehension, workflow, and control clarity.
Workflow
- Read current evidence:
- project files, CSS tokens, component library, screenshots, references, user brief;
- any existing
PRODUCT.md,DESIGN.md, brand notes, or design tokens.
- Write a compact design register:
- surface type:
brandorproduct; - audience;
- first-screen job;
- brand/product lane;
- anti-references: what this should explicitly not resemble;
- color strategy: restrained, committed, full palette, or drenched;
- typography direction;
- motion tolerance;
- density and radius rules.
- If context files are missing, create or update:
PRODUCT.mdfor audience, product lane, workflow, tone, anti-references;DESIGN.mdfor colors, typography, spacing, component patterns, do/don't rules.
- If the surface is ambiguous, ask one clarifying question only when the branch between
brandandproductis genuinely unclear. - Use the register as a constraint system for later frontend work. Do not restyle pages in the same pass unless the task explicitly includes implementation.
Output Shape
When working inline, summarize:
registeraudiencedesign thesisanti-referencescolor strategytypography directionmotion and density
When creating files, prefer concise machine-usable docs over long essays.
Guardrails
- Do not default every warm or “premium” brief to beige paper backgrounds.
- Do not default every technical product to dark mode.
- Do not choose palette or typography before writing the surface classification.
- If existing project tokens are coherent, preserve them and document them instead of replacing them.
- If the repo already has a stable design system, this skill should describe and reinforce it, not invent a second one.
Final Report
Include:
- whether the surface was classified as
brandorproduct; - files created or updated;
- unresolved uncertainty;
- downstream skills recommended, such as
frontend-taste-layer,frontend-product-builder, orweb-quality-audit.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: markoblogo
- Source: markoblogo/abvx-agent-skills
- License: MIT
- Homepage: https://abvx.xyz/work/abvx-agent-skills
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.