Skip to content

Commit d958c2a

Browse files
committed
Add custom pixel art logos for all 8 skills
1 parent c5d5237 commit d958c2a

11 files changed

Lines changed: 156 additions & 11 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ For more information about the Agent Skills standard, see [agentskills.io](http:
1414

1515
## Included Skills
1616

17-
| Skill | Description |
18-
|-------|-------------|
19-
| [requesthunt](./skills/requesthunt) | Research user demand from Reddit, X, and GitHub |
20-
| [domain-hunter](./skills/domain-hunter) | Find domains, compare registrar prices, and discover promo codes |
21-
| [logo-creator](./skills/logo-creator) | Create logos with AI, crop, remove background, export as SVG |
22-
| [banner-creator](./skills/banner-creator) | Create banners for GitHub, Twitter, LinkedIn, etc. |
23-
| [nanobanana](./skills/nanobanana) | Generate images using Gemini 3 Pro Image (Nano Banana Pro) |
24-
| [reddit](./skills/reddit) | Search and retrieve content from Reddit via the public JSON API |
25-
| [twitter](./skills/twitter) | Search and retrieve content from Twitter/X via twitterapi.io |
26-
| [producthunt](./skills/producthunt) | Search Product Hunt posts, topics, users, and collections |
17+
| | Skill | Description |
18+
|:---:|-------|-------------|
19+
| <img src="./skill-logos/requesthunt.svg" width="24" style="background:white;border-radius:4px;padding:2px"> | [requesthunt](./skills/requesthunt) | Research user demand from Reddit, X, and GitHub |
20+
| <img src="./skill-logos/domain-hunter.svg" width="24" style="background:white;border-radius:4px;padding:2px"> | [domain-hunter](./skills/domain-hunter) | Find domains, compare registrar prices, and discover promo codes |
21+
| <img src="./skill-logos/logo-creator.svg" width="24" style="background:white;border-radius:4px;padding:2px"> | [logo-creator](./skills/logo-creator) | Create logos with AI, crop, remove background, export as SVG |
22+
| <img src="./skill-logos/banner-creator.svg" width="24" style="background:white;border-radius:4px;padding:2px"> | [banner-creator](./skills/banner-creator) | Create banners for GitHub, Twitter, LinkedIn, etc. |
23+
| <img src="./skill-logos/nanobanana.svg" width="24" style="background:white;border-radius:4px;padding:2px"> | [nanobanana](./skills/nanobanana) | Generate images using Gemini 3 Pro Image (Nano Banana Pro) |
24+
| <img src="./skill-logos/reddit.svg" width="24" style="background:white;border-radius:4px;padding:2px"> | [reddit](./skills/reddit) | Search and retrieve content from Reddit via the public JSON API |
25+
| <img src="./skill-logos/twitter.svg" width="24" style="background:white;border-radius:4px;padding:2px"> | [twitter](./skills/twitter) | Search and retrieve content from Twitter/X via twitterapi.io |
26+
| <img src="./skill-logos/producthunt.svg" width="24" style="background:white;border-radius:4px;padding:2px"> | [producthunt](./skills/producthunt) | Search Product Hunt posts, topics, users, and collections |
2727

2828
## Quick Install
2929

skill-logos/banner-creator.svg

Lines changed: 9 additions & 0 deletions
Loading

skill-logos/domain-hunter.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)