원클릭으로
documentation-creator
Generates comprehensive project documentation (e.g., README.md, API docs, architecture overviews) based on the codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates comprehensive project documentation (e.g., README.md, API docs, architecture overviews) based on the codebase.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | documentation-creator |
| description | Generates comprehensive project documentation (e.g., README.md, API docs, architecture overviews) based on the codebase. |
| compatibility | Works with local Git repositories. |
| license | MIT |
| resources | ["templates/standards.md"] |
| metadata | {"author":"gemini-cli","triggers":{"keywords":["create:docs","create:documentation","generate:readme"]}} |
Use this skill to act as a Senior Technical Writer. It generates high-quality project documentation by analyzing the codebase and adhering to the documentation standards defined in the templates/standards.md file.
This skill is designed for Local Workflow only.
list_directory or glob to understand the layout of the project.ask_user tool.read_file to inspect entry points, main classes, and existing documentation or configuration files.README.md, ARCHITECTURE.md) based on the templates/standards.md.write_file tool to save the generated documentation to the disk at the appropriate paths.target_path (string, optional): Specific directory or file to document. Defaults to project root.doc_type (string, optional): The type of documentation to generate (e.g., 'readme', 'api', 'architecture'). Defaults to 'readme'.Expert skill for analyzing and diagnosing issues from Jira, GitHub, and system logs.
Generates behavior-focused test code (Given-When-Then) for local project files, ensuring 100% coverage and no redundancy.
Analyzes code (local or remote) against Clean Code standards (Meaningful Names, Functions, Objects, Error Handling).
Identifies and suggests architectural design patterns (Creational, Structural, Behavioral) in local or remote code.
Analyzes the codebase (local or remote) for security vulnerabilities, weak coding patterns, and exposure of sensitive data.
Performs a comprehensive code review by analyzing local changes or remote pull requests against Clean Code, SOLID principles, Design Patterns, and Test Code standards.