project-structure-guide
Solid依各語言的最佳實踐組織專案目錄結構的指南。 Use when: 建立專案、重整結構、新增模組、設定建置流程、決定檔案該放哪裡。 Not for: 專門為 AI 導覽而設計的結構——請用 /ai-friendly-architecture;原地重整既有程式碼——請用 /refactor。 Keywords: project, structure, directory, layout, gitignore, scaffold, file placement, utils, helpers, shared, 專案結構, 目錄配置, 檔案擺放.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- AsiaOstrich
- Repository
- AsiaOstrich/universal-dev-standards
- Created
- 8 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- NOASSERTION
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
documentation-guide
引導文件結構、內容需求與專案文件的最佳實踐。 Use when: 建立 README、撰寫文件、規劃 docs 目錄、專案初始設定、技術文件。 Not for: 從原始碼機械式產生文件——請用 /docgen;變更日誌條目——請用 /changelog。 Keywords: README, docs, documentation, CONTRIBUTING, CHANGELOG, ARCHITECTURE, API docs, 文件, 說明文件, 技術文件.
ai-friendly-architecture
設計 AI 友善架構,包含明確的模式、分層文件與語意邊界。 Use when: 為 AI 協作規劃專案結構、最佳化程式碼庫以利 AI 分析、建立 AI 上下文。 Not for: 撰寫指令檔本身——請用 /ai-instruction-standards;依語言慣例安排目錄配置——請用 /project-structure-guide。 Keywords: architecture, AI-friendly, context, modules, documentation layers, .ai-context.yaml, 架構, AI 友善, 上下文, 語意邊界.
17-
通用项目目录结构标准。Use when: 新项目初始化(创建仓库前必读)/ 老项目整理 cleanup / 添加新文档分类 / 决定文件该放 docs/ 哪个子分类 / 写各级 README 时触发。包含顶层结构(apps/packages/infra/scripts/docs/archive)+ docs/ 10 大分类(strategy/planning/research/decisions/product/engineering/marketing/operations/investor/archive)+ 命名约定 + 各级 README 必含项 + Day 0 启动流程(详见 body)。SKIP: 安全配置/.gitignore/pre-commit/secret 防泄露 → 18(17 建结构,18 配安全,配套用)/ 对外开源发布前审计 → 16 / 部署发布记录 → 06。