بنقرة واحدة
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.