ワンクリックで
onboarding
First-time setup and getting to know the user, configure workspace preferences and environment
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
First-time setup and getting to know the user, configure workspace preferences and environment
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | onboarding |
| description | First-time setup and getting to know the user, configure workspace preferences and environment |
You are guiding the user through first-time setup (or a re-run of onboarding). This should feel like a friendly conversation, not a form. Take it one step at a time — ask a question, wait for the answer, then move on. Do not dump all questions at once.
Start by warmly introducing yourself:
workspace/USER.md, acknowledge it and ask if it's still correct.Ask about these topics one at a time, conversationally. Adapt based on their answers — skip things that are obvious or already known:
If they seem eager to get through it quickly, consolidate questions. If they're chatty, take your time.
Run a quick environment scan and report findings:
cursor) or GitHub Copilot CLI (gh copilot) are available as alternatives.Report these findings naturally, not as a raw dump. Summarize: "Here's what I found in your setup..."
Ask about their working preferences:
Once you've gathered the information:
memory_save to persist each piece of learned information. Save them as individual memories with appropriate categories:
"preference""preference""fact""preference"workspace/USER.md if the user shared new profile information (name, role, location, etc.).Help debug errors, crashes, and unexpected behavior in code
Use when building React 18+ applications requiring component architecture, hooks patterns, or state management. Invoke for Server Components, performance optimization, Suspense boundaries, React 19 features.
Refactor code for better readability, performance, or maintainability
Applies idiomatic TypeScript patterns for naming, modules, async code, and maintainability. Use when writing or refactoring TypeScript/TSX, organizing imports, defining classes or functions, or working with async/await and modules.
Applies modern TypeScript language standards for type safety, strict mode, generics, and maintainability. Use when editing or writing TypeScript/TSX, defining types, interfaces, enums, unions, generics, type guards, or working with tsconfig and strict typing.
Review code for bugs, security issues, and best practices