design

Route design tasks to a specialized subagent for visual iterations.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill design-akhilksap2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design
Source: https://github.com/akhilksap2026/YMSNOW27032026/tree/main/replit/.local/skills/design
Command: npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill design-akhilksap2026

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the design workflow by routing design tasks to a specialized subagent, reducing back-and-forth and speeding up visual iteration.

Core Features & Use Cases

  • Subagent-driven design iterations and refinements, with access to file operations, media generation, web search, and frontend tooling.
  • On-demand design support for layout tweaks, visual polish, and asset refinement across frontend components.
  • Use Case: Imagine you need a cohesive visual refresh for a React app; delegate typography, color palettes, and component sketches to the design subagent and iterate rapidly.

Quick Start

Provide a design task description and the relevant project files to begin an iteration with the design subagent.

Frequently Asked Questions about design

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

FAQPage Schema
How do I speed up frontend design iterations for a React app?

To speed up frontend design iterations for a React app, delegate visual refresh tasks like typography and color palettes to a specialized design subagent for rapid refinement. This streamlines the workflow by routing tasks directly to a focused agent, reducing back-and-forth.

How do I delegate layout adjustments and asset refinement to a subagent?

Delegate layout adjustments and asset refinement by providing a clear task description and access to relevant project files. The skill routes these design tasks to a specialized subagent using synchronous execution or background processing via startAsyncSubagent.

Can I run design tasks in the background while continuing frontend development?

Yes, you can run design tasks in the background while continuing frontend development by using the startAsyncSubagent function. This allows the specialized design subagent to process visual refinements asynchronously without blocking your workflow.

What do I need to provide to start a design subagent for visual polish?

To start a design subagent for visual polish, you need to provide a clear design task description and access to your relevant project files. This enables the subagent to execute iterative work like style tweaks across frontend components.

Does the design subagent have access to frontend tooling and media generation?

Yes, the design subagent has access to file operations, media generation, web search, and frontend tooling. This enables the subagent to perform comprehensive design iterations and visual refinements directly within your project environment.

When should I avoid using a subagent for design iterations?

You should avoid using a subagent for design iterations if your task lacks a clear description or if you cannot provide access to the relevant project files. The subagent requires synchronous execution via specialization or background support to function properly.