Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/jhlee0409/claude-plugins/migrategit clone --depth 1 https://github.com/jhlee0409/claude-pluginsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00008 | $0.06029 |
| Opus 5 | $0.00004 | $0.03014 |
| Sonnet 5 | $0.00002 | $0.01206 |
| Haiku 4.5 | $0.00001 | $0.00603 |
Grade A, and why
migrate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 786 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/fsdarch:migrate
기존 프로젝트를 FSD 아키텍처로 마이그레이션하는 분석 및 가이드를 제공합니다.
Prerequisites
- 프로젝트 루트 디렉토리에서 실행
- 기존 소스 코드 존재
- (권장)
/fsdarch:init실행 완료
EXECUTION INSTRUCTIONS
When /fsdarch:migrate is invoked, Claude MUST perform these steps in order:
- Analyze current structure - Scan existing project directories
- Classify modules - Categorize code into FSD layers
- Detect dependencies - Map imports between modules
- Generate migration plan - Create phased migration guide
- Output report - Display analysis and recommendations
Flow Overview
┌───────────────────────────────────────────────────────────────┐
│ /fsdarch:migrate │
├───────────────────────────────────────────────────────────────┤
│ Step 1. Analyze current structure │
│ ├─ Find source directory │
│ ├─ Load layerAliases from config (if exists) │
│ ├─ List all directories and files │
│ └─ Categorize by common patterns │
│ │
│ Step 2. Classify modules into FSD layers │
│ ├─ components/* → shared/ui, widgets, features │
│ ├─ hooks/* → features/model, entities/model │
│ ├─ utils/* → shared/lib │
│ ├─ services/* → shared/api, entities/api │
│ └─ pages/* → pages layer │
│ │
│ Step 3. Detect dependencies │
│ ├─ Parse import statements │
│ ├─ Build dependency graph │
│ └─ Identify circular dependencies │
│ │
│ Step 3.5. Apply layer aliases (if configured) │
│ └─ Resolve target paths: app→core, pages→views, etc. │
│ │
│ Step 4. Generate migration plan (with aliased paths) │
│ ├─ Phase 1: Create FSD structure │
│ ├─ Phase 2: Migrate shared layer │
│ ├─ Phase 3: Migrate entities │
│ ├─ Phase 4: Migrate features │
│ ├─ Phase 5: Migrate widgets │
│ ├─ Phase 6: Migrate pages │
│ └─ Phase 7: Cleanup │
│ │
│ Step 5. Output migration report │
│ ├─ Structure analysis │
│ ├─ Layer distribution │
│ ├─ Risk assessment │
│ └─ Recommendations │
└───────────────────────────────────────────────────────────────┘
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 786 lines · 8 tokens per session scan A 3ff851878822
migrate is a command published in the GitHub repository jhlee0409/claude-plugins (4 stars, last pushed 7mo ago), licensed MIT. It adds 8 tokens to every session and 6,029 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
design-to-code
Mockup-to-component pipeline using Google Stitch, 21st.dev, and Storybook MCP. Accepts a screenshot, a description, or a URL and produces production-ready React components, checking existing Storybook components before generating anything new. Use when implementing UI from a mockup or screenshot. To call the MCP tool…
brand-setup
Configure a new brand profile with colors, fonts, logo, visual style, platforms, and compliance rules.
save
Save this conversation as a new or existing reusable context.
graphify
Turn your vault into a clustered knowledge graph with HTML and JSON outputs.
screens
Structures product UX screen design — inventory, flow, states, and reusable briefs for external design tools — without generating pixels or UI code.
review
View your learning progress — quiz scores, weak areas, and what to study next.