| <svg viewBox="0 0 700 120" xmlns="http://www.w3.org/2000/svg"> |
| <defs> |
| <style> |
| text { font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace; } |
| .label { font-size: 12px; fill: #c9d1d9; } |
| .node-rect { stroke: #30363d; stroke-width: 1; fill: none; } |
| .arrow { stroke: #30363d; stroke-width: 1; fill: none; } |
| </style> |
| </defs> |
|
|
| <rect width="700" height="120" fill="#0d1117"/> |
|
|
| |
| <rect x="20" y="40" width="120" height="40" class="node-rect"/> |
| <text x="30" y="68" class="label">.claude/skills/</text> |
|
|
| |
| <line x1="140" y1="60" x2="165" y2="60" class="arrow"/> |
| <polygon points="165,60 160,57 162,60 160,63" fill="#30363d"/> |
|
|
| |
| <rect x="165" y="40" width="130" height="40" class="node-rect"/> |
| <text x="175" y="68" class="label">Agent scans</text> |
|
|
| |
| <line x1="295" y1="60" x2="320" y2="60" class="arrow"/> |
| <polygon points="320,60 315,57 317,60 315,63" fill="#30363d"/> |
|
|
| |
| <rect x="320" y="40" width="120" height="40" class="node-rect"/> |
| <text x="330" y="68" class="label">Reads SKILL.md</text> |
|
|
| |
| <line x1="440" y1="60" x2="465" y2="60" class="arrow"/> |
| <polygon points="465,60 460,57 462,60 460,63" fill="#30363d"/> |
|
|
| |
| <rect x="465" y="40" width="130" height="40" class="node-rect"/> |
| <text x="475" y="68" class="label">Loads context</text> |
| </svg> |
|
|