Token导航 LogoToken导航TokenDH.com
前端设计执行命令github未标认证来源可访问许可证需确认审计通过

create-app-design创建应用程序设计

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

549

周安装

22

GitHub Stars

16,171

下载量

178
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:create-app-design(创建应用程序设计)
来源仓库:https://github.com/udecode/plate
仓库路径:skills/create-app-design
安装命令:
npx skills add https://github.com/udecode/plate --skill create-app-design
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/udecode/plate --skill create-app-design

简介

用于生成应用程序的设计文档,适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 涵盖架构、功能、用户体验和商业目标。
  • 基于代码库分析输出结构化设计方案, 辅助产品规划和开发对齐。create-app-design 属于前端设计类 Skill,可作为该场景下的辅助能力补充。
  • 需传入参数指定目标路径,并遵循 Shell 命令规则执行系统操作。

SKILL.md

Generate Application Design Document

User Request: $ARGUMENTS

Context

  • Project root:!pwd
  • Package.json: @package.json
  • Existing design docs:!ls -la.agents/rules/ 2>/dev/null || echo "No.claude/skills directory yet"

Goal

Create a comprehensive Application Design Document based on deep codebase analysis and user input. The document provides a high-level overview of the application's architecture, core features, user experience, and business logic while remaining technology-agnostic and focused on the "what" rather than the "how".

Process

1. Initial Analysis

  • Analyze project structure and existing codebase
  • Review package.json for project name and dependencies
  • Check for existing documentation in.agents/rules/
  • Identify key application features and patterns
  • Think deeply about the application's purpose and architecture

2. Codebase Deep Dive

Think harder about the application's architecture and business logic.

Analyze the codebase to understand:

  • Application Structure: Main modules, features, and components
  • User Flows: Authentication, navigation, key user journeys
  • Data Models: Conceptual relationships and entities
  • Business Logic: Core rules, workflows, and processes
  • Integrations: External services and APIs
  • Security Patterns: Authentication and authorization approaches

*Extended thinking helps identify non-obvious patterns, understand complex business rules from code, and make strategic decisions about what aspects are most important to document.*

3. Interactive Q&A Session

CRITICAL: Ask project stage question FIRST, then 4-7 additional questions:

  • Use lettered/numbered options for easy response
  • Focus on business goals and user needs
  • Gather context for proper documentation

4. Update Project Configuration

Based on project stage response:

  • Update .agents/rules/status.mdc with current stage
  • Set appropriate DO/DON'T priorities for the stage
  • Document stage-specific development guidelines in the Cursor rule

5. Generate Document

Create comprehensive app design document following the standard structure

6. Save and Organize

  • Create .agents/rules/ directory if needed
  • Save as 1-app-design-document.mdc
  • Suggest next steps (tech stack doc, PRD, etc.)

Required Questions Template

🎯 CRITICAL: Project Stage Assessment (Ask First!)

1. What stage is your application currently in?

a) Pre-MVP - Building initial version, not deployed to production yet b) MVP - Basic version deployed and live with early users c) Production - Mature application with established user base d) Enterprise - Large scale deployment, multiple teams involved

2. Based on your selected stage, here are the development priorities:

  • Pre-MVP Priorities:

- ✅ DO: Core functionality, security basics, input validation, working features - ❌ DON'T: Unit tests, performance optimization, accessibility polish, perfect code - 🚀 Focus: Ship fast with security, iterate based on feedback

  • MVP Priorities:

- ✅ DO: Critical path testing, basic monitoring, user feedback loops - ❌ DON'T: Comprehensive test coverage, advanced patterns, premature optimization - 🚀 Focus: Stability for early users, rapid iteration

  • Production Priorities:

- ✅ DO: Testing, monitoring, performance, accessibility, documentation - ❌ DON'T: Skip security reviews, ignore technical debt - 🚀 Focus: Reliability, scalability, user experience

  • Enterprise Priorities:

- ✅ DO: Comprehensive testing, security audits, team coordination, compliance - ❌ DON'T: Skip documentation, ignore code standards - 🚀 Focus: Team efficiency, maintainability, compliance

📋 Context-Specific Questions (Ask 4-7 based on analysis)

3. Application Purpose & Users

  • What is the primary problem your application solves?
  • Who are your target users and what are their main goals?

4. Unique Value Proposition

  • What makes your application unique compared to existing solutions?
  • What's your competitive advantage?

5. User Roles & Permissions

  • What different types of users interact with your system?
  • Examples: end users, admins, moderators, content creators, viewers

6. Core User Journeys

  • What are the 2-3 most critical user flows?
  • Example: Sign up → Create content → Share → Get feedback

7. Business Model & Growth

  • How does this application generate value?
  • Options: SaaS subscription, marketplace, freemium, advertising, one-time purchase

8. Integration Ecosystem

  • What external services must you integrate with?
  • Examples: payment processors, email services, analytics, social platforms

9. Scale & Performance Goals

  • What scale are you planning for in the next 12 months?
  • Users: dozens, hundreds, thousands, millions?
  • Geographic: local, national, global?

10. Success Metrics

  • How will you measure if your application is successful?
  • Examples: user retention, revenue, engagement, conversion rates

Document Structure

The generated document must follow this high-level structure:

Introduction

  • Application overview and purpose
  • Target audience and user base
  • Core value proposition
  • Business context and goals

Core Features

  • Feature Category 1: (e.g., User Management)

- Purpose and user benefit - Key functionalities - User experience considerations

  • Feature Category 2: (e.g., Content Creation)

- Purpose and user benefit - Key functionalities - User experience considerations

  • [Additional feature categories as needed]

User Experience

  • User personas and roles
  • Key user journeys and flows
  • Interface design principles
  • Accessibility and usability considerations

System Architecture

  • High-level system components
  • Data flow and relationships
  • Integration points and external services
  • Security and privacy approach

Business Logic

  • Core business rules and processes
  • Data models and relationships (conceptual)
  • Workflow and state management
  • Validation and business constraints

Future Considerations

  • Planned enhancements and features
  • Scalability considerations
  • Potential integrations
  • Long-term vision and roadmap

Target Audience

The document should be accessible to:

  • Business stakeholders who need to understand the application's purpose and capabilities
  • Product managers planning features and roadmaps
  • Designers creating user interfaces and experiences
  • New developers joining the project who need a high-level understanding
  • Technical leaders making architectural decisions

The language should be clear, business-focused, and avoid technical implementation details.

Writing Principles

DO:

  • Business Focus: Describe WHAT the application does, not HOW
  • User Value: Emphasize benefits and outcomes for users
  • Clear Language: Write for non-technical stakeholders
  • Visual Thinking: Use diagrams and flows where helpful
  • Future Ready: Consider growth and evolution paths

DON'T:

  • Technical Details: No code snippets or implementation specifics
  • Technology Stack: Save for 2-tech-stack.mdc document
  • Database Schemas: Keep data models conceptual
  • API Specifications: Focus on capabilities, not endpoints
  • Performance Metrics: Describe goals, not technical benchmarks

Output

  • Format: Markdown (.mdc)
  • Location: .agents/rules/
  • Filename: 1-app-design-document.mdc

Execution Steps

1. Start with Analysis

  • Use Read, Glob, and Grep to explore the codebase
  • Identify key features and patterns
  • Look for existing documentation
  • Use extended thinking: "Think deeply about this codebase's architecture, business purpose, and how different components work together to serve users"

2. Interactive Q&A

  • MUST ASK PROJECT STAGE FIRST
  • Present questions with numbered/lettered options
  • Wait for user responses before proceeding

3. Update Project Status in Cursor Rule

Update .agents/rules/status.mdc with the project stage information:

---
description: Project status and stage-specific development guidelines
globs:
alwaysApply: true
---

# Project Status Guidelines

## Current Project Stage: [Stage Name]

**Stage**: [Pre-MVP | MVP | Production | Enterprise]

### DO Care About (Current Stage Priorities)

[Stage-specific DO priorities from template below]

### DO NOT Care About (Skip for Velocity)

[Stage-specific DON'T priorities from template below]

### Development Approach

[Stage-specific development focus]

## Stage-Based Development Guidelines

[Keep existing stage categories and guidelines from the original file]

Stage-Specific Content:

  • Pre-MVP:

- ✅ DO: Core functionality, security basics, input validation, working features - ❌ DON'T: Unit tests, performance optimization, accessibility polish, perfect code - 🚀 Focus: Ship fast with security, iterate based on feedback

  • MVP:

- ✅ DO: Critical path testing, basic monitoring, user feedback loops - ❌ DON'T: Comprehensive test coverage, advanced patterns, premature optimization - 🚀 Focus: Stability for early users, rapid iteration

  • Production:

- ✅ DO: Testing, monitoring, performance, accessibility, documentation - ❌ DON'T: Skip security reviews, ignore technical debt - 🚀 Focus: Reliability, scalability, user experience

  • Enterprise:

- ✅ DO: Comprehensive testing, security audits, team coordination, compliance - ❌ DON'T: Skip documentation, ignore code standards - 🚀 Focus: Team efficiency, maintainability, compliance

4. Generate Document

  • Follow the standard structure
  • Tailor content to project stage
  • Keep language accessible

5. Save and Next Steps

  • Create directories: mkdir -p docs.claude/skills
  • Save design document: .agents/rules/1-app-design-document.mdc
  • Update Claude rule: .agents/rules/status.mdc
  • Suggest: "Would you like me to create a technical stack document next?"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.05%
按下载量换算61

Claude

32.17%
按下载量换算57

Cursor

19.3%
按下载量换算34

Gemini CLI

8.53%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/udecode/plate --skill create-app-design 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills