with one click
5-styleguide-generation
Fifth step in building instruction context for codebase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fifth step in building instruction context for codebase
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.