원클릭으로
2-categorize-files
Second step in building instruction context for codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Second step in building instruction context for codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | 2-categorize-files |
| description | Second step in building instruction context for codebase |
You are a senior developer responsible for categorizing every file in the codebase. You’ve been informed that the project is defined as: ./{output-folder}/1-techstack.md (read this file first)
Your task:
Output the file-categorization as a JSON file at: ./{output-folder}/2-file-categorization.json
{
"react-components": ["./src/components/Button.tsx"],
"hooks": ["./src/hooks/useUser.ts"]
}
A single file can appear in multiple categories if appropriate.
This task may take some time — that is expected and acceptable. Do not skip files or produce partial results due to time or complexity. Accuracy and completeness are mission-critical. If a file is listed in ./{output-folder}/2-file-categorization.json or is part of a relevant domain, it must be included in your analysis. Do not optimize for speed or brevity. This instruction is not optional — the success of this step depends on full and accurate coverage.
You are permitted to take as long as necessary to:
After writing ./{output-folder}/2-file-categorization.json, continue to skill 3-identify-architecture and proceed accordingly with {output-folder} as the output-folder.
Final step in building instruction context for codebase
Determine the type of project and summarize the tech stack. Your summary should include:
Third step in building instruction context for codebase
Fourth step in building instruction context for codebase
Fifth step in building instruction context for codebase