Use when the user asks about todos, tasks, schedule, deadlines, upcoming work, or says phrases like "what's left", "add to todo", "mark done", "오늘 할 일", "투두", "일정", "마감", "이거 적어둬", "이거 끝났어"
From memory-todonpx claudepluginhub dokdo2013/claude-code-skills --plugin memory-todoThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
MEMORY-TODO.md + project-*.md 기반 투두 관리. 조회/추가/완료 세 가지 동작을 하나의 스킬에서 처리.
digraph when {
"User message" -> "Intent?";
"Intent?" -> "List" [label="투두/일정/할 일 묻기"];
"Intent?" -> "Add" [label="적어둬/추가/나중에"];
"Intent?" -> "Complete" [label="끝났어/완료/done"];
"Intent?" -> "Mixed" [label="불명확"];
"Mixed" -> "Ask clarification";
}
memory/
MEMORY.md # Rules/references only (auto-loaded)
MEMORY-TODO.md # Todo index (skill loads on demand)
project-*.md # Individual todo details
archive/ # Completed items
MEMORY-TODO.md format:
# TODO
## YYYY-MM-DD (요일)
- [항목명](project-xxx.md) — 한 줄 요약
## 추후
- [항목명](project-xxx.md) — 한 줄 요약
Categories: dev (개발) | ops (운영) | mkt (마케팅) | general (기타)
| Category | Keywords |
|---|---|
| dev | 버그, API, 빌드, 배포, 커밋, PR, DB, 코드, Extension, 오버레이, 채팅, 릴레이, ClickHouse, Observability, TypeScript, iOS, Android, 아카이빙, 마이그레이션, PG, 결제, force-end, 세션, 커미션, 인프라 구현 |
| ops | 세무, 인건비, GDPR, DLP, WAF, compliance, 배포순서, 보안, 모니터링 설정 |
| mkt | 뉴스, 기자, 콘텐츠, 프로모션, 시민기자, 포털 |
| general | 위 키워드에 해당하지 않으면 자동으로 기타 |
category field goes in project-*.md frontmatter모든 project-*.md의 frontmatter에 category 필드 포함. 값: dev | ops | mkt | general
| Category | Keywords |
|---|---|
| dev (개발) | 버그, API, 빌드, 배포, 커밋, PR, DB, 코드, Extension, 오버레이, 채팅, 릴레이, ClickHouse, Observability, TypeScript, iOS, Android, 아카이빙, 마이그레이션, PG, 결제, force-end, 세션, 인증, 쿠키, CORS, 리팩토링, 테스트, CI/CD, Docker, K8s, 쿠버네티스, Terraform, 인프라 코드 |
| ops (운영) | 세무, 인건비, GDPR, DLP, WAF, 모니터링, 인프라, compliance, 배포순서, 보안, 감사, 라이선스, 계약, 비용, 결제수단 |
| mkt (마케팅) | 뉴스, 기자, 콘텐츠, 프로모션, 시민기자, 포털, 커미션, 작가, 파트너 |
| general (기타) | 위 키워드에 해당하지 않는 항목 |
MEMORY-TODO.md → parse date sectionsproject-*.md → extract status/remaining work + categorycategory in frontmatterproject-{kebab-case-name}.md with frontmatter (includes category)## YYYY-MM-DD (요일)## 추후 is only for items where user explicitly says "급하지 않아" or "나중에"project-*.md → archive/project-*.md (create archive/ if needed)If MEMORY-TODO.md doesn't exist:
DEADLINE: YYYY-MM-DD or Korean dates (4/3, 4/5)