"매 Skybound skill image integration은 Claude Skill 의 visual asset pipeline". Skill 패키지 안에 PNG/SVG 를 bundling 하고 markdown 에서 relative path 로 reference 하면, runtime 이 자동으로 base64 inline 또는 CDN URL 로 resolve. 2026 기준 Claude Skills SDK 의 standard pattern.
매 핵심
매 Skill 구조
skill.md: instructions + frontmatter
assets/: images, diagrams, icons
scripts/: helper executables (optional)
references/: lazy-loaded docs
매 Image resolution
Markdown  → SDK 가 packaging 시 inline data URI 또는 CDN upload
언제: Skill 이 visual context (UI mockup, diagram, brand asset) 를 필요로 할 때. 매 instruction 만으로 표현 어려운 layout.
언제 X: Pure text-based skill (linter, formatter). 매 image 가 noise 만 추가하는 경우.
❌ 안티패턴
Huge PNG: 5MB hero image embed → context bloat. 매 svgo / squoosh 로 압축.
Decorative image: 매 instruction 에 영향 없는 image embed. Skip.