/workthrough-v2
Use this skill proactively and automatically after completing ANY development work. AI agent summarizes: what was done, what was changed/improved, and suggests future additions/improvements - all concisely in Korean.
$ npx -y skills add bear2u/my-skills --skill workthrough-v2 --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/workthrough-v2
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use this skill proactively and automatically after completing ANY development work. AI agent summarizes: what was done, what was changed/improved, and suggests future additions/improvements - all concisely in Korean.
SKILL.md
workthrough-v2.SKILL.mdname: workthrough description: "Use this skill proactively and automatically after completing ANY development work. AI agent summarizes: what was done, what was changed/improved, and suggests future additions/improvements - all concisely in Korean." license: MIT
**AI 에이전트가 개발 작업을 간략하게 요약하고 추가/개선 제안을 작성합니다.**
⚡ 핵심
1. **자동 실행**: 개발 완료 시 자동 실행 2. **간략 요약**: AI가 작업 내용 간단히 정리 3. **제안 포함**: 추가/개선할 내용 제안 4. **한국어**: 모든 문서 한국어 5. **위치**: `<project-root>/workthrough/YYYY-MM-DD_HH_MM_description.md`
📝 문서 내용 (간결하게!)
# [작업 제목] ## 개요 2-3문장으로 무엇을 했는지 요약 ## 주요 변경사항 - 개발한 것: XXX 기능 추가 - 수정한 것: YYY 버그 수정 - 개선한 것: ZZZ 성능 향상 ## 핵심 코드 (필요시만) ```typescript // 핵심 로직만 간단히 const key = value ``` ## 결과 - ✅ 빌드 성공 - ✅ 테스트 통과 ## 다음 단계 - 다음에 구현해야 할 기능 - 다음에 수정해야 할 부분
🚀 VitePress 처리
첫 실행시 (workthrough 폴더 없을 때)
1. VitePress 초기 설정 2. `pnpm install && pnpm dev` 테스트
이후 실행시 (workthrough 폴더 있을 때)
1. 새 워크스루 문서만 생성 2. `pnpm build`로 빌드 확인만
⚠️ 중요
- **간결**: 긴 설명 ❌
- **핵심만**: 중요 코드만 발췌
- **요약**: 무엇을 개발/수정/개선했는지
- **다음 단계**: 다음에 해야 할 작업 제안
끝.
Claude Code를 위한 커스텀 스킬 모음입니다. 개발 생산성을 높이기 위한 다양한 자동화 스킬들을 제공합니다.
Repo: bear2u/my-skills
Other skills on my-skills.
- /card-news-generator-v2
Create 600x600 Instagram-style card news series automatically with optional background images. User provides topic, colors, and optional images - Claude generates content and creates multiple cards with proper text wrapping.
Open skill - /codex-claude-cursor-loop
Orchestrates a triple-AI engineering loop where Claude plans, Codex validates logic and reviews code, and Cursor implements, with continuous feedback for optimal code quality
Open skill - /codex-claude-loop
Orchestrates a dual-AI engineering loop where Claude Code plans and implements, while Codex validates and reviews, with continuous feedback for optimal code quality
Open skill - /flutter-init
Use when user wants to create a new Flutter project (Todo/Habit/Note/Expense/Custom domain) with Clean Architecture, Riverpod 3.0, Drift, and modern Flutter stack
Open skill - /gemini-logo-remover
Remove Gemini logos, watermarks, or AI-generated image markers using OpenCV inpainting. Use this skill when the user asks to remove Gemini logo, AI watermark, or any logo/watermark from images.
Open skill - /landing-page-guide-v2
Create distinctive, high-converting landing pages that combine proven conversion elements with exceptional design quality. Build beautiful, memorable landing pages using Next.js 14+ and ShadCN UI that avoid generic AI aesthetics while following the 11 essential elements
Open skill

