Our review
Starts a web project work session by checking Git status, recent commits, and loading previous context.
Strengths
- Automates Git status and commit history review.
- Loads context from previous sessions via .claude/sessions/ logs.
- Helps plan tasks with a todo list creation.
Limitations
- Requires Git and .claude/sessions/ to be present in the project.
- Does not automatically resolve merge conflicts or issues.
- Relies on prior session logs for context recovery.
Use this skill at the beginning of a new work session on a web project to quickly get up to speed.
Avoid using it if you don't need to review project state or if starting a fresh project with no Git history.
Security analysis
SafeThe skill only runs non-destructive git reading commands (status, log) and checks for session log files. It does not modify files, execute arbitrary code, or expose sensitive data.
No concerns found
Examples
/start-webname: start-web description: Web 프로젝트 작업 세션을 시작합니다. Git 상태, 최근 커밋, 변경사항을 확인하고 작업 컨텍스트를 로드합니다. metadata: author: apartmentary version: "1.0.0"
Web 세션 시작
Web 프로젝트 작업 세션을 시작할 때 사용하는 스킬입니다.
사용 시점
- 새로운 작업 세션을 시작할 때
- 이전 작업 컨텍스트를 확인하고 싶을 때
- 현재 프로젝트 상태를 파악하고 싶을 때
수행 작업
-
Git 상태 확인
- 현재 브랜치
- 변경된 파일 (staged/unstaged)
- 추적되지 않는 파일
-
최근 커밋 히스토리
- 최근 5개 커밋 표시
- 커밋 메시지와 작성자
-
이전 세션 요약 확인
.claude/sessions/폴더의 최근 세션 로그 확인- 이전에 진행하던 작업 컨텍스트 로드
-
작업 준비
- 오늘 할 작업 확인/계획
- TodoWrite로 작업 목록 초기화
호출 방법
/start-web
Instructions for Claude
When this skill is invoked:
- Run
git statusto check current branch and changes - Run
git log --oneline -5to show recent commits - Check
.claude/sessions/for the most recent session summary - If previous session exists, summarize what was done
- Ask the user what they want to work on today
- Create a todo list with TodoWrite if tasks are identified
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.