Agent skill
til
Today I Learned - 주제를 리서치하고 대화형으로 학습한 뒤 TIL 마크다운으로 저장
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/til
SKILL.md
TIL Skill
주제 리서치 → 대화형 학습 → TIL 저장.
MCP 도구
til_list: 기존 TIL 확인 (동일/유사 주제 감지)til_get_context: 관련 TIL·백로그 파악, 링크 후보vault_get_active_file: 사용자가 보는 파일 확인
Phase 1: 주제 리서치
til_get_context로 기존 TIL 확인. MCP 불가 시til_list폴백- 백로그 항목 학습 시
til_backlog_status(category) →sections[].items[].sourceUrls참조- URL 1개:
WebFetch로 직접 패치 - URL 2개 이상:
til-fetchersubagent 1개에 모든 URL 전달
- URL 1개:
- 백로그 항목 학습 시
- 기존 TIL 있으면: 심화 학습 / 새로 작성 선택지 제시
- 기존 TIL 없으면: 웹 검색으로 조사
- 핵심 개념, 예시, 관련 자료 수집 → 요약
Phase 2: 대화형 학습
- 리서치 결과 기반 설명
- 심화 학습 모드: 기존 내용 반복하지 않고 새 관점에 집중
- 사용자 질문에 답변
- 사용자가 "저장해줘" 등 요청 시 Phase 3 전환 (자동 전환 금지)
Phase 3: 저장
/save 스킬 규칙을 따라 저장. 심화 학습 모드는 기존 파일에 병합 (updated 날짜 추가).
인수
- 첫 번째: 학습 주제 (필수)
- 두 번째: 카테고리 (선택, 미지정 시 자동 추론)
규칙
- 한국어 작성, 기술 용어 원어 병기
- 링크:
[표시명](til/{카테고리}/{slug}.md)—[[위키링크]]금지 - 민감 정보 대체값 사용 (example.com, your-api-key)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?