onboarding
النجوم٠
التفرعات٠
آخر تحديث٢٣ مارس ٢٠٢٦ في ١٣:٢٧
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.