design

Delegate design tasks to a specialized subagent for frontend components.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill design-lostitonce420-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design
Source: https://github.com/lostitonce420-beep/novaura.life-official/tree/main/The-Gilded-Cage/.local/skills/design
Command: npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill design-lostitonce420-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The design workflow often requires specialized visual expertise and iterative refinements that can bottleneck frontend progress. Delegating these tasks to a dedicated design subagent speeds up iteration cycles while the backend continues evolving.

Core Features & Use Cases

  • Iterative design refinements for UI components, layouts, and visual assets.
  • Access to file operations, media generation, web search, and frontend tooling via the subagent.
  • Support for synchronous design work or background asynchronously via startAsyncSubagent.

Quick Start

Start design iterations by invoking the design subagent on the target UI files and assets, choosing synchronous execution with subagent(...) or startAsyncSubagent(...) for background work.

Frequently Asked Questions about design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate design iterations for frontend components without blocking backend development?

Automate design iterations by delegating visual refinements and asset generation to a dedicated design subagent. This allows backend development to continue while the subagent handles UI component updates asynchronously or synchronously.

What is a design subagent and how does it handle visual asset generation?

A design subagent is a specialized delegate that executes visual design tasks. It accesses file operations, media generation, web search, and frontend tooling to produce refined UI layouts and visual assets.

Can I run design tasks in the background while focusing on other code?

Yes, you can run design tasks in the background using asynchronous subagent execution. By invoking startAsyncSubagent, visual refinements proceed independently while you focus on other development work.

What tools or capabilities do I need to support a design subagent workflow?

Supporting a design subagent workflow requires an environment with accessible file operations, media generation, web search, and frontend tooling. These capabilities allow the subagent to iterate on UI components and generate assets.

When should I use synchronous execution instead of background mode for design tasks?

Use synchronous execution when you need immediate visual design feedback within your current workflow. Choose background mode via startAsyncSubagent for long-running design iterations that do not require blocking your active development session.