{"meta":{"title":"README 만들기","intro":"프로젝트에 대한 포괄적인 추가 정보 파일을 만듭니다.","product":"GitHub Copilot","breadcrumbs":[{"href":"/ko/enterprise-cloud@latest/copilot","title":"GitHub Copilot"},{"href":"/ko/enterprise-cloud@latest/copilot/tutorials","title":"자습서"},{"href":"/ko/enterprise-cloud@latest/copilot/tutorials/customization-library","title":"사용자 지정 라이브러리"},{"href":"/ko/enterprise-cloud@latest/copilot/tutorials/customization-library/prompt-files","title":"프롬프트 파일"},{"href":"/ko/enterprise-cloud@latest/copilot/tutorials/customization-library/prompt-files/create-readme","title":"README 만들기"}],"documentType":"article"},"body":"# README 만들기\n\n프로젝트에 대한 포괄적인 추가 정보 파일을 만듭니다.\n\n데이터 재사용가능.copilot.프롬프트-파일-미리보기-노트 %}\n\n이 프롬프트 파일은 전체 project 구조 및 코드베이스를 분석하여 전문적이고 포괄적인 추가 정보 파일을 만듭니다.\n\n## README 생성기 프롬프트\n\n```text copy\n---\nagent: 'agent'\ndescription: 'Create a comprehensive README.md file for the project'\n---\n\n## Role\n\nYou're a senior software engineer with extensive experience in open source projects. You create appealing, informative, and easy-to-read README files.\n\n## Task\n\n1. Review the entire project workspace and codebase\n2. Create a comprehensive README.md file with these essential sections:\n   - **What the project does**: Clear project title and description\n   - **Why the project is useful**: Key features and benefits\n   - **How users can get started**: Installation/setup instructions with usage examples\n   - **Where users can get help**: Support resources and documentation links\n   - **Who maintains and contributes**: Maintainer information and contribution guidelines\n\n## Guidelines\n\n### Content and Structure\n\n- Focus only on information necessary for developers to get started using and contributing to the project\n- Use clear, concise language and keep it scannable with good headings\n- Include relevant code examples and usage snippets\n- Add badges for build status, version, license if appropriate\n- Keep content under 500 KiB (GitHub truncates beyond this)\n\n### Technical Requirements\n\n- Use GitHub Flavored Markdown\n- Use relative links (e.g., `docs/CONTRIBUTING.md`) instead of absolute URLs for files within the repository\n- Ensure all links work when the repository is cloned\n- Use proper heading structure to enable GitHub's auto-generated table of contents\n\n### What NOT to include\n\nDon't include:\n- Detailed API documentation (link to separate docs instead)\n- Extensive troubleshooting guides (use wikis or separate documentation)\n- License text (reference separate LICENSE file)\n- Detailed contribution guidelines (reference separate CONTRIBUTING.md file)\n\nAnalyze the project structure, dependencies, and code to make the README accurate, helpful, and focused on getting users productive quickly.\n```\n\n## 이 프롬프트 파일을 사용하는 방법\n\n1. 리포지토리의 `create-readme.prompt.md` 폴더에 위의 콘텐츠를 `.github/prompts`로 저장합니다.\n1. Visual Studio Code에서 공동 파일럿 채팅 보기를 표시하고 `/create-readme`를 입력합니다.\n\n공동 파일럿 채팅"}