File size: 1,976 Bytes
1bfb5b0 66f18da e76ee02 1bfb5b0 66f18da 1bfb5b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | <svg viewBox="0 0 650 280" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
.title { font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace; font-size: 14px; fill: #c9d1d9; }
.text { font-family: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace; font-size: 12px; fill: #c9d1d9; }
.line { stroke: #30363d; stroke-width: 1; fill: none; }
</style>
</defs>
<!-- Background -->
<rect width="650" height="280" fill="#0d1117"/>
<!-- Left column title -->
<text x="20" y="30" class="title">Claude Code</text>
<line x1="20" y1="38" x2="120" y2="38" class="line"/>
<!-- Right column title -->
<text x="340" y="30" class="title">Codex</text>
<line x1="340" y1="38" x2="420" y2="38" class="line"/>
<!-- Vertical divider -->
<line x1="325" y1="50" x2="325" y2="270" class="line"/>
<!-- Left column content -->
<text x="20" y="65" class="text">my-plugin/</text>
<text x="30" y="85" class="text">βββ .claude-plugin/</text>
<text x="45" y="105" class="text">β βββ plugin.json</text>
<text x="30" y="125" class="text">βββ skills/</text>
<text x="45" y="145" class="text">β βββ my-skill/</text>
<text x="60" y="165" class="text">β βββ SKILL.md</text>
<text x="30" y="185" class="text">βββ .mcp.json</text>
<text x="30" y="205" class="text">βββ README.md</text>
<!-- Right column content -->
<text x="340" y="65" class="text">my-plugin/</text>
<text x="350" y="85" class="text">βββ .codex-plugin/</text>
<text x="365" y="105" class="text">β βββ plugin.json</text>
<text x="350" y="125" class="text">βββ skills/</text>
<text x="365" y="145" class="text">β βββ my-skill/</text>
<text x="380" y="165" class="text">β βββ SKILL.md</text>
<text x="350" y="185" class="text">βββ .mcp.json</text>
<text x="350" y="205" class="text">βββ README.md</text>
</svg>
|