npx claudepluginhub unicorn-plugins/dmap --plugin dmapThis 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.
Configures Istio traffic management with VirtualServices, DestinationRules for routing, canary/blue-green deployments, circuit breakers, load balancing, and fault injection in service meshes.
[REMOVE-EXT-SKILL 활성화]
사용자가 /dmap:remove-ext-skill로 호출하여 기존 외부호출 스킬(ext-{대상플러그인})을 제거할 수 있게 함.
사용자가 /dmap:remove-ext-skill 호출 시.
CLAUDE.md에서 아래 환경변수 로드함. 없으면 /dmap:setup을 먼저 수행하도록 안내하고 종료.
{DMAP_PLUGIN_DIR}/skills/ 디렉토리에서 ext- 접두사로 시작하는 하위 디렉토리 탐색{DMAP_PLUGIN_DIR}/skills/ext-{대상플러그인}/ 디렉토리 전체 삭제{DMAP_PLUGIN_DIR}/commands/ext-{대상플러그인}.md 파일 삭제{DMAP_PLUGIN_DIR}/skills/help/SKILL.md의 명령 테이블에서 /dmap:ext-{대상플러그인} 행 제거| # | 규칙 |
|---|---|
| 1 | 삭제 전 반드시 사용자 최종 확인을 받을 것 |
| 2 | ext-{} 접두사가 아닌 스킬(setup, help, add-ext-skill, remove-ext-skill 등)은 제거 대상에서 제외할 것 |
| 3 | help 스킬의 명령 테이블에서 해당 행만 정확히 제거할 것 (다른 행 훼손 금지) |
| # | 금지 사항 |
|---|---|
| 1 | ext-{} 접두사가 아닌 스킬 디렉토리를 삭제하지 않을 것 |
| 2 | 사용자 확인 없이 삭제를 수행하지 않을 것 |
| 3 | help 스킬의 명령 테이블 구조(헤더, 구분선)를 훼손하지 않을 것 |