day1-test-skill
ai-native-camp/camp-2
Test skill to verify the skill system is working correctly.
What is day1-test-skill?
A Day 1 test skill that executes when you input "/day1-test-skill". It demonstrates how the skill system works by displaying a success message and explaining the skill loading mechanism.
- Verifies the skill system is functioning properly
- Displays a success message when invoked
- Explains how skills are loaded on-demand into context
- Demonstrates the Progressive Disclosure principle for skill management
How to install day1-test-skill
npx skills add https://github.com/ai-native-camp/camp-2 --skill day1-test-skillHow to use day1-test-skill
- 1.Input /day1-test-skill in your agent
- 2.The agent will read the SKILL.md file and display the success message
- 3.Review the explanation of how the skill was loaded
- 4.Return to onboarding to continue with the next step
Use cases
- Verify your skill system installation is working
- Understand how skills are triggered and loaded
- Test that Claude can read and execute SKILL.md files
- Confirm the skill loading mechanism during onboarding
- New users setting up the skill system
- Developers testing skill system functionality
- Anyone verifying their skill installation
day1-test-skill FAQ
It's a test skill that confirms your skill system is working by displaying a success message and explaining how skills are loaded on-demand.
Use it during initial setup to verify your skill system is installed and functioning correctly.
Unlike CLAUDE.md which is always loaded, this skill only loads into context when explicitly called with /day1-test-skill (Progressive Disclosure).
Full instructions (SKILL.md)
Source of truth, from ai-native-camp/camp-2.
name: day1-test-skill description: Day 1 테스트 스킬. "/day1-test-skill" 입력 시 실행된다. Skill이 어떻게 동작하는지 직접 체험하는 용도.
Day 1 Test Skill
이 스킬이 실행되었다면, Skill 시스템이 정상 동작하고 있다는 뜻이다.
실행 지시
아래 메시지를 그대로 출력하라:
🎉 Skill 실행 성공!
축하합니다! 방금 여러분의 첫 번째 Skill을 실행했습니다.
┌─────────────────────────────────────────┐
│ /day1-test-skill 을 입력했더니 │
│ → Claude가 SKILL.md를 읽고 │
│ → 이 메시지를 출력했습니다 │
│ │
│ 이것이 Skill의 원리입니다: │
│ 필요할 때만 로딩되는 업무 레시피 📖 │
└─────────────────────────────────────────┘
그 다음, 한 줄 띄고 아래 설명을 추가하라:
방금 일어난 일:
/day1-test-skill입력 → Claude가.claude/skills/day1-test-skill/SKILL.md파일을 찾아 읽음- SKILL.md 안의 지시사항대로 이 축하 메시지를 출력함
- CLAUDE.md와 달리, 이 스킬은 호출할 때만 컨텍스트에 로딩됨 (Progressive Disclosure)
이제 온보딩으로 돌아가서 다음 블록을 진행하세요!
Related skills
More from ai-native-camp/camp-2 and the wider catalog.

day2-mcp-and-context-sync
Learn MCP and build your own Context Sync skill connecting multiple data sources.

day3-clarify
Learn to clarify vague requirements, build custom skills, and submit your first GitHub PR.

day4-wrap-and-analyze
Learn multi-agent patterns by building session-wrap, analyzing sessions, and digesting content.

fetch-tweet
This skill should be used when the user asks to "트윗 가져와", "트윗 번역", "X 게시글 읽어줘", "tweet fetch", "트윗 내용", "트윗 원문", or provides an X/Twitter URL (x.com, twitter.com) and wants to read, translate, or analyze the tweet content. Also useful when other skills need to fetch tweet text programmatically.

history-insight
This skill should be used when user wants to access, capture, or reference Claude Code session history. Trigger when user says "capture session", "save session history", or references past/current conversation as a source - whether for saving, extracting, summarizing, or reviewing. This includes any mention of "what we discussed", "today's work", "session history", or when user treats the conversation itself as source material (e.g., "from our conversation").

session-analyzer
This skill should be used when the user asks to "analyze session", "세션 분석", "evaluate skill execution", "스킬 실행 검증", "check session logs", "로그 분석", provides a session ID with a skill path, or wants to verify that a skill executed correctly in a past session. Post-hoc analysis of Claude Code sessions to validate skill/agent/hook behavior against SKILL.md specifications.