From mst
Deactivates Gran Maestro mode by updating mode.json to active:false, warns on active requests unless --force pauses them. Manages plugin task orchestration state.
npx claudepluginhub myrtlepn/gran-maestro --plugin mstThis skill uses the workspace's default tool permissions.
Gran Maestro 모드를 비활성화합니다.
Resumes interrupted Maestro sessions using existing active-session files and shared phase tracking. Use to continue multi-agent orchestration workflows after interruptions.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Share bugs, ideas, or general feedback.
Gran Maestro 모드를 비활성화합니다.
mode.json 확인 → active: false이면 "이미 비활성 상태" 알림 후 종료--force 없이 경고+확인; --force이면 status를 "paused"로 업데이트mode.json 업데이트: active:false, activated_at 유지, deactivated_at 현재 timestamp, auto_deactivate:trueauto_deactivate: true이고 모든 요청이 terminal 상태(done/completed/cancelled/failed)이면 자동 비활성화됩니다. 수동 호출 불필요.
--force: 활성 요청이 있어도 강제로 비활성화비활성화 완료 시: "Gran Maestro 모드가 비활성화되었습니다."
활성 요청 존재 시: 요청 목록 표시 + "계속하시겠습니까? /mst:off --force로 강제 전환하거나 요청을 먼저 완료해주세요."
~/.claude/scripts/maestro-status.sh (mst:on 실행 시 설치): 인자 없이 실행 시 "on/off" 출력; --json 전체 출력; -q exit code만; --field active 특정 필드
active 확인--force 강제 비활성화 또는 먼저 /mst:cancel//mst:approve로 완료