Skip to content

Commit a012e92

Browse files
yibieclaude
andcommitted
docs: add screenshots to README and landing page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7103a9f commit a012e92

4 files changed

Lines changed: 49 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ A native macOS app to manage skills across all your coding agents — Claude Cod
66

77
---
88

9+
## Screenshots
10+
11+
![Discover & Sandbox](docs/screenshots/discover.png)
12+
*Discover marketplace plugins and test them in the built-in sandbox*
13+
14+
![Starred Skills](docs/screenshots/starred.png)
15+
*Manage your library — filter by agent, source, or starred*
16+
17+
---
18+
919
## What it does
1020

1121
Coding agent skills are scattered everywhere. Each agent has its own format, install path, and management story. Skills Manager brings them together in one place.

docs/index.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,35 @@
204204
footer a { color: var(--muted); text-decoration: none; }
205205
footer a:hover { color: var(--text); }
206206

207+
/* Screenshots */
208+
.screenshots {
209+
max-width: 1040px;
210+
margin: 0 auto;
211+
padding: 0 24px 80px;
212+
}
213+
.screenshot-grid {
214+
display: grid;
215+
grid-template-columns: 1fr 1fr;
216+
gap: 16px;
217+
}
218+
.screenshot-grid img {
219+
width: 100%;
220+
border-radius: 12px;
221+
border: 1px solid var(--border);
222+
box-shadow: 0 12px 48px rgba(0,0,0,0.5);
223+
display: block;
224+
}
225+
.screenshot-caption {
226+
font-size: 12px;
227+
color: var(--muted);
228+
text-align: center;
229+
margin-top: 8px;
230+
}
231+
207232
@media (max-width: 600px) {
208233
nav { padding: 16px 20px; }
209234
.nav-links { gap: 16px; }
235+
.screenshot-grid { grid-template-columns: 1fr; }
210236
}
211237
</style>
212238
</head>
@@ -248,6 +274,19 @@ <h1>One place for all your agent skills</h1>
248274
</div>
249275
</div>
250276

277+
<section class="screenshots">
278+
<div class="screenshot-grid">
279+
<div>
280+
<img src="screenshots/discover.png" alt="Discover & Sandbox">
281+
<p class="screenshot-caption">Discover marketplace plugins and test in the built-in sandbox</p>
282+
</div>
283+
<div>
284+
<img src="screenshots/starred.png" alt="Starred Skills">
285+
<p class="screenshot-caption">Manage your library — filter by agent, source, or starred</p>
286+
</div>
287+
</div>
288+
</section>
289+
251290
<section class="features">
252291
<p class="section-label">Features</p>
253292
<h2 class="section-title">Everything you need to manage skills</h2>

docs/screenshots/discover.png

158 KB
Loading

docs/screenshots/starred.png

85.1 KB
Loading

0 commit comments

Comments
 (0)