Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ai-native-camp avatar

Day1 Onboarding

  • 1.5k installs
  • 18 repo stars
  • Updated March 22, 2026
  • ai-native-camp/camp-2

This is a copy of day1-onboarding by ai-native-camp - installs and ranking accrue to the original listing.

day1-onboarding is a Claude Code setup skill that completes first-time agent configuration, output-style tuning, and skills-directory verification for developers starting AI-native development workflows.

About

day1-onboarding is a Block 0 setup skill from ai-native-camp/camp-2 that walks developers through first-run Claude Code configuration after installation. It enforces a structured EXPLAIN output with links to official Korean setup and quickstart docs at code.claude.com, verifies the skills directory is visible, and optionally guides editor choice among Antigravity, Cursor, and VS Code. Developers reach for day1-onboarding on day one of an AI-native camp or team rollout when terminal `claude` must work reliably before any coding tasks. The skill is written for learners who need a verified baseline rather than ad-hoc CLI experimentation.

  • Guides first terminal execution of the `claude` command
  • Walks through Anthropic account login and subscription verification
  • Sets Output style to Explanatory mode via /config for learning
  • Teaches how to reveal hidden folders (.claude, .git) on Mac
  • Recommends three compatible editors with clear target audiences

Day1 Onboarding by the numbers

  • 1,507 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ai-native-camp/camp-2 --skill day1-onboarding

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.5k
repo stars18
Security audit2 / 3 scanners passed
Last updatedMarch 22, 2026
Repositoryai-native-camp/camp-2

How do you set up Claude Code on day one?

Complete the first-time setup of Claude Code, configure the optimal output style for learning, and verify the skills directory is visible before starting any agent-driv

Who is it for?

Developers joining an AI-native camp or team who need a checked first-run Claude Code baseline before agent-driven tasks.

Skip if: Experienced Claude Code users who already have skills paths, output styles, and editor integrations configured.

When should I use this skill?

A developer's first Claude Code session fails, skills are missing, or camp Block 0 setup must be completed before coding.

What you get

Verified Claude Code launch, configured output style, visible skills directory, and optional editor integration with official doc links.

  • Verified skills directory
  • Configured output style
  • Editor selection guidance

By the numbers

  • Compares 3 editor options: Antigravity, Cursor, and VS Code

Files

SKILL.mdMarkdownGitHub ↗

Day 1: Onboarding

이 스킬이 호출되면 아래 STOP PROTOCOL을 반드시 따른다.

---

STOP PROTOCOL — 절대 위반 금지

이 프로토콜은 이 스킬의 최우선 규칙이다.
아래 규칙을 위반하면 수업이 망가진다.

각 블록은 반드시 2턴에 걸쳐 진행한다

┌─ Phase A (첫 번째 턴) ──────────────────────────────┐
│ 1. references/에서 해당 블록 파일의 EXPLAIN 섹션을 읽는다    │
│ 2. 기능을 설명한다                                        │
│ 3. references/에서 해당 블록 파일의 EXECUTE 섹션을 읽는다    │
│ 4. "지금 직접 실행해보세요"라고 안내한다                     │
│ 5. ⛔ 여기서 반드시 STOP. 턴을 종료한다.                    │
│                                                          │
│ ❌ 절대 하지 않는 것: 퀴즈 출제, QUIZ 섹션 읽기             │
│ ❌ 절대 하지 않는 것: AskUserQuestion 호출                  │
│ ❌ 절대 하지 않는 것: "실행해봤나요?" 질문                   │
└──────────────────────────────────────────────────────────┘

  ⬇️ 사용자가 돌아와서 "했어", "완료", "다음" 등을 입력한다

┌─ Phase B (두 번째 턴) ──────────────────────────────┐
│ 1. references/에서 해당 블록 파일의 QUIZ 섹션을 읽는다       │
│ 2. AskUserQuestion으로 퀴즈를 출제한다                     │
│ 3. 정답/오답 피드백을 준다                                 │
│ 4. 다음 블록으로 이동할지 AskUserQuestion으로 묻는다         │
│ 5. ⛔ 다음 블록을 시작하면 다시 Phase A부터.                │
└──────────────────────────────────────────────────────────┘

핵심 금지 사항 (절대 위반 금지)

1. Phase A에서 AskUserQuestion을 호출하지 않는다 — 설명 + 실행 안내 후 바로 Stop 2. Phase A에서 퀴즈를 내지 않는다 — QUIZ 섹션은 Phase B에서만 읽는다 3. Phase A에서 "실행해봤나요?"를 묻지 않는다 — 사용자가 먼저 말할 때까지 기다린다 4. 한 턴에 EXPLAIN + QUIZ를 동시에 하지 않는다 — 반드시 2턴으로 나눈다

공식 문서 URL 출력 (절대 누락 금지)

모든 블록의 Phase A 시작 시, 해당 reference 파일 상단의 > 공식 문서: URL을 반드시 그대로 출력한다.

📖 공식 문서: [URL]
  • reference 파일에 URL이 여러 개 있으면 전부 출력한다
  • URL을 요약하거나 생략하지 않는다
  • 참가자가 직접 클릭해서 공식 문서를 볼 수 있어야 한다

Phase A 종료 시 필수 문구

Phase A의 마지막에는 반드시 아래 형태의 문구를 출력하고 Stop한다:

---
👆 위 내용을 직접 실행해보세요.
실행이 끝나면 "완료" 또는 "다음"이라고 입력해주세요.

이 문구 이후에 어떤 도구 호출(AskUserQuestion 포함)이나 추가 텍스트도 출력하지 않는다.

블록 특수 규칙

  • Block 0 (Setup): 퀴즈 없음. Phase A에서 설명+실행 안내 → Stop. Phase B에서 완료 확인만.
  • Block 1 (Experience): Phase A에서 3가지 데모 안내 → Stop. Phase B에서 체험 소감 확인.
  • Block 2 (Why): Phase A에서 Quiz 1 출제 → 피드백 → Stop. Phase B에서 Quiz 2 + 영상 안내.
  • Block 3 (What): 7개 기능 각각이 독립 블록. 3-1부터 3-7까지 각각 Phase A → Phase B.
  • Block 3-Break (쉬어가기): Phase A만 있고 Phase B 없음. 퀴즈 없음. 터미널 소개 + Status Line 설정 체험.
  • Block 4 (Basics): Phase A에서 설명+실행 안내 → Stop. Phase B에서 퀴즈 3개 연속.

---

References 파일 맵

블록파일
Block 0references/block0-setup.md
Block 1references/block1-experience.md
Block 2references/block2-why.md
Block 3-1 ~ 3-4references/block3-1-memory.md ~ references/block3-4-subagent.md
Block 3-Breakreferences/block3-break.md (쉬어가기: 터미널 & Status Line)
Block 3-5 ~ 3-7references/block3-5-agent-teams.md ~ references/block3-7-plugin.md
Block 3 마무리references/block3-summary.md
Block 4references/block4-basics.md
파일 경로는 이 SKILL.md 기준 상대경로다.
각 reference 파일은 ## EXPLAIN, ## EXECUTE, ## QUIZ 섹션으로 구성된다.

---

진행 규칙

  • 한 번에 한 블록씩 진행한다
  • "다음", "skip", 블록 번호/이름으로 이동한다
  • Claude Code 관련 질문이 오면 claude-code-guide 에이전트(내장 도구)로 답변한다. 답변 후 사용자가 직접 따라할 수 있게 단계별로 안내하고, 질문할 때는 AskUserQuestion을 사용한다. 내장 에이전트 답변이 부정확하다고 판단되면, 공식 문서를 curl로 파일에 저장한 뒤 Read 툴로 꼼꼼히 읽고 정확한 정보로 다시 답한다 (WebFetch는 요약/손실 위험이 있으므로 사용하지 않는다)
  • Block 3-4(Subagent) 완료 후 → Block 3-Break(쉬어가기) → Block 3-5(Agent Teams)로 이어진다
  • Block 3의 7개 기능이 모두 끝나면 references/block3-summary.md를 읽고 관계도를 보여준다

---

시작

스킬 시작 시 아래 테이블을 보여주고 AskUserQuestion으로 어디서 시작할지 물어본다.

Block주제내용
0Setup첫 실행 설정 + 에디터
1ExperienceWorking Backward 데모 3가지
2Why왜 CLI? 왜 터미널? (퀴즈 2개)
3What7개 기능 소개
4BasicsCLI + git + GitHub (퀴즈 3개)
AskUserQuestion({
  "questions": [{
    "question": "어디서부터 시작할까요?",
    "header": "시작 블록",
    "options": [
      {"label": "Block 0: Setup", "description": "첫 실행 설정 + 에디터"},
      {"label": "Block 1: Experience", "description": "Working Backward 데모 3가지"},
      {"label": "Block 2: Why", "description": "왜 CLI? 왜 터미널?"},
      {"label": "Block 3: What", "description": "7개 기능 소개"}
    ],
    "multiSelect": false
  }]
})
시작 블록 선택 후 → 해당 블록의 Phase A부터 진행한다.

Related skills

FAQ

What does day1-onboarding verify before coding?

day1-onboarding confirms Claude Code launches from the terminal, the skills directory is visible, and output style is tuned for learning. It also prints official setup and quickstart documentation links before optional editor installation.

Which editors does day1-onboarding recommend?

day1-onboarding compares Antigravity, Cursor, and VS Code in a feature table. Antigravity is flagged for beginners, Cursor for AI-plus-editing synergy with Claude Code, and VS Code for developers already on that stack.

Is Day1 Onboarding safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.