A library of agent skills for digital artists.
- manifold-integration - Add Manifold NFT auction and sale widgets to your website.
Choose one of the methods below to install skills into your AI agent.
- Go to the repository page
- Click the green Code button
- Select Download ZIP
- Extract the ZIP file to a temporary location
Navigate into the extracted folder and find the skill you want inside the skills/ directory. Copy it to your agent's skills directory.
For Claude Code: Copy the skill folder to ~/.claude/skills/
- On macOS/Linux:
~/.claude/skills/ - On Windows:
C:\Users\YOUR_USERNAME\.claude\skills\
Example: To install manifold-integration, copy the entire skills/manifold-integration folder so you end up with ~/.claude/skills/manifold-integration/
For other agents: Replace ~/.claude/skills/ with your agent's skills directory.
Note: Showing hidden folders
The .claude folder is hidden because its name starts with a dot. To see it:
- macOS Finder: Press
Cmd + Shift + .(period) to toggle hidden files - Windows Explorer: Click View in the menu bar, then check Hidden items
- Linux file managers: Press
Ctrl + Hto toggle hidden files
If the .claude folder doesn't exist yet, create it first, then create a skills folder inside it.
If you have Node.js or npm installed, you can use the add-skill package:
Install a specific skill:
npx add-skill https://github.com/0xGh/artist-skills --skill manifold-integrationList all available skills first:
npx add-skill https://github.com/0xGh/artist-skills --listInstall globally (for all projects):
npx add-skill https://github.com/0xGh/artist-skills --skill manifold-integration --globalAGPL-3.0-or-later
Copyright (c) 2026-or-later 0xG