documentation-readme
Generates a detailed README file based on provided project data and parameters.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates a detailed README file based on provided project data and parameters.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | documentation-readme |
| description | Generates a detailed README file based on provided project data and parameters. |
Generate a comprehensive README file for this software project or update the existing one if it exists. The maintainer is Simon Dvorak sidvorak@ucdavis.edu
Use this skill when you need to create or update a README file that provides clear and structured information about the project, its purpose, installation instructions, usage, and other relevant details.
Create a README file for the project based on the provided project details, codebase information, and any other relevant context.
The README should include the following sections to ensure it is thorough and user-friendly:
If any relevant project details or codebase information are provided, incorporate them accurately into the README.
The output should be a markdown-formatted text file suitable for use as a README.md file in the root directory of the project.
Architecture decisions: layering, design patterns, microservices trade-offs, and domain-driven design
Python architecture: PEP-8, type hints, clean layering, dependency injection, and testing strategy
General code review process: priority ordering, what to block on, how to give actionable feedback
Python data science: notebook structure, data validation, reproducibility, and model documentation
Git workflow: branch naming, conventional commits, PR conventions, and merge strategies
TypeScript refactoring: SOLID principles, DRY, type safety improvements, and eliminating code smells