一键导入
project-conventions
Core conventions and patterns for this codebase
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Core conventions and patterns for this codebase
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Write evidence-based architectural proposals before implementation
Write clear, scannable project documentation
Use short-lived branches and small pull requests
Keep secrets out of source control, logs, and generated artifacts
Keep tests, validation scripts, and expectations aligned with behavior changes
Cross-platform path handling and command patterns
基于 SOC 职业分类
| name | project-conventions |
| description | Core conventions and patterns for this codebase |
| domain | project-conventions |
| confidence | medium |
| source | template |
This is a starter template. Replace the placeholders below with conventions that are actually true for the project created from this template.
Describe how errors should be surfaced, logged, and recovered from.
Document where tests live, how to run them, and what must be covered when behavior changes.
Record formatting, linting, naming, and review expectations used in the repository.
Explain the purpose of major directories so agents and contributors know where changes belong.
docs/ — published site assets and generated datanews/ — weekly discovery outputsscripts/ — automation utilities used by workflows