onboarding
Onboarding Guide Generator
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Onboarding Guide Generator
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill should be used when the user wants to analyze, audit, optimize, or reduce tokens in a prompt, system prompt, or instruction set. Triggers on phrases like "analyze this prompt", "optimize my prompt", "too many tokens", "trim this prompt", "audit my system prompt", "token-surgeon", or when the user pastes a prompt and asks for feedback on efficiency.
Launch Claude Code Wrapped — an interactive Spotify Wrapped-style slideshow of your Claude Code usage stats in a new terminal window.
| 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.