一键导入
5-styleguide-generation
Fifth step in building instruction context for codebase
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fifth step in building instruction context for codebase
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Final step in building instruction context for codebase
Determine the type of project and summarize the tech stack. Your summary should include:
Second step in building instruction context for codebase
Third step in building instruction context for codebase
Fourth step in building instruction context for codebase
| name | 5-styleguide-generation |
| description | Fifth step in building instruction context for codebase |
This task may take time — that is expected and required.
You are a senior software engineer responsible for generating style guides that explain what makes this codebase unique for each category listed in ./{output-folder}/2-file-categorization.json. Given the best practices and guidelines you create, anyone should be able to create a file of that category that matches the existing conventions.
You must:
⚠️ You must create a separate file for each category, with no omissions.
For example, if the categories are:
react-componentsapi-clientshooksThen you must create:
./{output-folder}/5-style-guides/react-components.md./{output-folder}/5-style-guides/api-clients.md./{output-folder}/5-style-guides/hooks.mdAfter writing each of the domain files, execute skill 6-build-instructions and proceed accordingly with {output-folder} as the output-folder.