AgentSkillsCN

init-codebase

根据 README、PROJECT_BRIEF.md、README.md 以及 DESIGN.md 文件,快速初始化项目结构与样板代码。

SKILL.md
--- frontmatter
name: init-codebase
description: Initialize project structure and boilerplate code based on README, PROJECT_BRIEF.md, README.md, and DESIGN.md.
triggers:
  - "scaffold base code"
  - "start the codebase"

Read the planning documents, especially PROJECT_BRIEF.md, README.md, and DESIGN.md. Then:

  1. Create the appropriate folder and file structure for the tech stack.
  2. Generate boilerplate code that reflects architecture decisions (e.g., MVVM, SwiftUI, SwiftData).
  3. Include placeholders for Views, ViewModels, Models, and Services.
  4. Follow iOS deployment targets and naming conventions from the README.