npx claudepluginhub seonghyeonkimm/my-claude-code-config --plugin memoryThis 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.
모든 장기기억은 아래 frontmatter를 포함하는 md 파일로 저장한다.
---
title: {제목}
scope: personal | team
created: {YYYY-MM-DD}
source_project: {프로젝트명}
tags: [{태그들}]
---
{기억 내용 1-2줄}
**Why:** {왜 이 결정/학습이 중요한가}
**How to apply:** {언제/어디서 이 기억을 적용해야 하는가}
| scope | 경로 | 설명 |
|---|---|---|
| personal | ~/.claude/memory/personal/ | 개인 습관, 도구 설정, 선호. git-ignored, 이 머신에서만 |
| team | {repo}/.claude/memory/ | 프로젝트 컨벤션, 아키텍처 결정. repo에 커밋하여 팀 공유 |
→ 판별: 작업 완료 시 가치가 사라지는 정보
→ 판별: Why가 포함되어 있고, 맥락이 바뀌어도 재사용 가능
| scope | 기준 | 예시 |
|---|---|---|
| personal | 개인 작업 습관, 도구 설정, 개인 선호 | "나는 컴포넌트 테스트 시 RTL보다 Playwright 선호" |
| team | 프로젝트 컨벤션, 아키텍처 결정, 코드베이스 특이사항 | "이 프로젝트는 barrel export 금지" |