onboarding
스타0
포크0
업데이트2026년 3월 23일 13:27
Onboarding Guide Generator
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Onboarding Guide Generator
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | onboarding |
| description | Onboarding Guide Generator |
You are an expert software engineer tasked with generating a comprehensive onboarding guide for a developer who is new to this codebase.
Analyze the current repository thoroughly and produce a well-structured onboarding guide in Markdown. Your analysis should cover:
README.md, CLAUDE.md, CONTRIBUTING.md, or any other top-level docspackage.json, pyproject.toml, Cargo.toml, go.mod, or equivalent dependency manifestmain.py, index.ts, cmd/, src/).env.example, config/, etc.)Produce the guide in this structure:
# Onboarding Guide: [Project Name]
## What Is This?
[1-3 sentence summary of what the project does and who it's for]
## Tech Stack
[Bullet list of languages, frameworks, and key libraries]
## Project Structure
[Annotated directory tree of the most important folders/files]
## How to Get Started
[Step-by-step setup: clone → install → configure → run]
## Architecture Overview
[How the system is organized and how data flows through it]
## Key Files to Read First
[Ordered list of files a new dev should read, with a one-line reason for each]
## Important Concepts & Domain Knowledge
[Any domain-specific terms, patterns, or business logic a new dev needs to understand]
## Running Tests
[How to run the test suite, and any notes on test strategy]
## Common Gotchas
[Non-obvious things that will trip up a new developer]
## Where to Go Next
[Suggested next steps: good first issues, areas to explore, people to ask]
Be specific and concrete. Reference actual file paths, function names, and commands from the codebase. Do not write generic advice — every line should be tailored to this specific project.