Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub unicorn-plugins/mas-designer --plugin mas-designerHow this skill is triggered — by the user, by Claude, or both
Slash command
/mas-designer:helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[HELP 활성화]
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
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.
Compacts the current conversation into a handoff document for another agent to continue the work, with suggested skills and redacted sensitive info.
Share bugs, ideas, or general feedback.
[HELP 활성화]
사용자 도움말 제공 — 명령 목록·자동 라우팅 규칙·기본 실행 플로우·산출물 구조 안내.
사용자가 /mas-designer:help 호출 시 또는 "mas-designer 도움말", "mas-designer 뭘 할 수 있어" 키워드 감지 시.
중요: 추가적인 파일 탐색이나 에이전트 위임 없이, 아래 내용을 즉시 사용자에게 출력하세요.
| 명령 | 설명 |
|---|---|
/mas-designer:setup | 플러그인 초기 설정 (의존성 설치, API Key 등록, 모델 확인) |
/mas-designer:help | 사용 안내 (이 화면) |
/mas-designer:router | 전체 파이프라인 실행 — 기획→설계→PPT→검증 (STEP 경계 승인 3회) |
/mas-designer:plan | STEP 1 기획 단독 — 문제가설·방향성·솔루션·이벤트 스토밍·유저스토리 |
/mas-designer:design-mas | STEP 2 MAS 설계 단독 — LangGraph·Tool/MCP·RAG·멀티모달·에러폴백 |
/mas-designer:generate-pptx | STEP 3 PPT 생성 단독 — spec.md 작성 + 이미지 생성 + pptxgenjs 빌드 |
/mas-designer:review | 최종 독립 검증 — 유저스토리↔설계↔PPT 정합성 |
@{skill-name}으로 Skill 직접 호출 가능 (예: @router, @plan).
/mas-designer:router/mas-designer:plan/mas-designer:design-mas/mas-designer:generate-pptx/mas-designer:review/mas-designer:setup — 런타임 의존성 설치, Gemini API Key 등록, tier 모델 확인/mas-designer:router — 도메인·주제 입력 → 프로젝트명 확정 → STEP 1/2/3 순차 수행/mas-designer:{skill-name} — 해당 스킬만 실행 (선행 산출물 존재 시)output/{project}/
├── plan/ # STEP 1 기획 (문제가설·방향성·솔루션·이벤트 스토밍·유저스토리)
│ └── es/ # PlantUML 이벤트 스토밍 시퀀스 플로우
├── step2/ # STEP 2 MAS 설계 (agents·graph·sequence·tool-mcp·rag-memory·multimodal·reliability·통합)
├── step3/ # STEP 3 PPT 빌드 (storyline·spec·image-prompts·build.js·pptx)
│ └── images/ # 슬라이드별 생성 이미지
└── final/ # 최종 패키지 (mas-architecture.md·{project}.pptx·review-report·plan-artifacts·MANIFEST)