AgentSkillsCN

app-workspace-guide

将 app/README.md 和 app/info.md 转化为可执行的工作空间上下文技能,涵盖技术栈基准、组件清单以及目录约束。

SKILL.md
--- frontmatter
name: app-workspace-guide
description: Converts app/README.md and app/info.md into an executable workspace-context skill, including stack baseline, component inventory, and directory constraints.

App Workspace Guide

Goal: build an accurate understanding of the current app/ workspace before UI development starts.

SSOT

  • ../../app/README.md
  • ../../app/info.md

Capability Scope

  1. Environment baseline detection
  • Detect Node, Vite, Tailwind, and shadcn status.
  1. Directory and entry constraints
  • Enforce path constraints such as src/App.tsx, src/index.css, and src/components/ui/*.
  1. Component asset inventory
  • Identify installed components and reusable capabilities.

Output Contract

  1. Environment summary
  2. Reusable component summary
  3. Pre-development risk notes

Collaboration

  • ui-codegen-master should read this skill first when taking over a new task, to avoid conflicts with the current app baseline.