원클릭으로
readme-generator
Generates professional README.md files for projects with customizable templates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates professional README.md files for projects with customizable templates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | readme-generator |
| description | Generates professional README.md files for projects with customizable templates |
| version | 1.0.0 |
| author | cli_sync |
This skill generates comprehensive README.md files for projects. It provides customizable templates for different project types including Python, Node.js, CLI tools, and libraries. The generated READMEs follow best practices and include all essential sections.
project_name: Name of the project (required)project_type: Type of project - python, nodejs, cli, library, or generic (optional, default: "generic")description: Brief description of the project (optional)author: Author name (optional, default: "Unknown")include_screenshots: Whether to include screenshot placeholders (optional, default: true)license: License type (optional, default: "MIT")readme_generator --project_name "my_project" --project_type "python"
readme_generator --project_name "my_cli_tool" --project_type "cli" --description "A powerful CLI tool" --author "John Doe" --license "MIT"
readme_generator --project_name "my_library" --project_type "library" --include_screenshots false
Includes: Installation, Usage, Testing, Contributing sections
Includes: Installation, CLI usage, API reference, Scripts
Includes: Installation (via Homebrew/npm), Commands reference, Examples
Includes: API documentation, Examples, Type definitions
Includes: Basic sections suitable for any project type
All templates include: