A curated collection of AI coding skills for image fetching, logo generation, presentation creation, video/audio processing, and local image generation.
npx claudepluginhub sacredvoid/skillkitA curated collection of AI coding skills: image fetching, logo generation, presentation creation, video/audio processing, and local image generation.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
A curated collection of AI coding skills for creative and productivity workflows. Each skill is a standalone markdown file that works with any AI coding assistant.
| Skill | What it does |
|---|---|
| Image Fetcher | Context-aware image search from Unsplash, Pexels, Pixabay. Zero-config with WebSearch fallback. |
| Logo Generator | Adaptive brainstorming, SVG logo creation, full brand kit export (favicons, social images, PWA manifest). |
| Presentation Chef | Apple Keynote-style HTML presentations with cinematic animations, glassmorphism, and 5 themes. Single .html file. |
| Video/Audio Processor | Transcribe recordings with Whisper, extract visual frames with ffmpeg, synthesize meeting notes. Cross-platform with hardware-aware model selection. |
| Local Image Gen | Generate images locally with Stable Diffusion. Auto-detects hardware (Apple Silicon, NVIDIA, AMD, CPU) and picks the best model. Cross-platform. |
| Icons8 | Fetch icons, illustrations, and photos from Icons8's 1.5M+ asset library. API key or free CDN fallback. |
| Creative Code Lab | Generate interactive generative art: particle systems, flow fields, fractals, shaders, fluid simulations. |
| Premium Hero Builder | Agency-quality hero sections with cinematic video backgrounds, glassmorphism, and editorial typography. |
| Raycast Automator | Build Raycast extensions and script commands from natural language descriptions. Full lifecycle scaffolding. |
Install the entire collection as a plugin:
/plugin marketplace add sacredvoid/skillkit
/plugin install skillkit@sacredvoid-skillkit
Or install individual skills by copying the SKILL.md file to ~/.claude/skills/<skill-name>/SKILL.md.
Then invoke any skill:
/image-fetcher hero image for a landing page
/logo-generator
/presentation-chef
/video-audio-processor
/local-image-gen abstract neural network on dark gradient
Copy the skill's SKILL.md into your project as a Cursor Rule:
.cursor/rules/<skill-name>.mdc
Add frontmatter:
---
description: "<skill description>"
alwaysApply: false
---
Copy SKILL.md to .windsurf/rules/<skill-name>.md and set activation mode to Manual or Model Decision.
Copy SKILL.md to .github/instructions/<skill-name>.instructions.md with frontmatter:
---
applyTo: ""
---
Each skill is a standalone markdown file. Copy the SKILL.md into your tool's instruction/rule format:
.clinerules/<skill-name>.md.continue/rules/<skill-name>.mdaider --read skills/<skill-name>/SKILL.md.zed/prompts/<skill-name>.mdScans your project directory for context (README, package.json, CSS) and generates relevant search queries. Fetches from Unsplash, Pexels, and Pixabay via API keys or zero-config WebSearch fallback. Presents curated picks with descriptions, sizes, and source info before downloading.
Config (optional): skills/image-fetcher/config.json for API keys.
Interactive workflow: context scan, adaptive brainstorming (skips questions it can infer), 2-3 concept proposals, SVG generation (light/dark/mono variants), and full brand kit export.
Output: 3 SVG variants, 7 favicon PNGs + ICO, Apple touch icon, OG + Twitter social images, PWA manifest, and HTML preview.
Requires: Node.js for the export script (cd skills/logo-generator/scripts && npm install). Falls back to macOS native tools if sharp is unavailable.
Guided workflow: content source, theme selection (with AI recommendations), slide structure review, then generation. 5 themes (Dark Cinematic, Light Minimal, Warm Editorial, Neon Cyberpunk, Earth Organic), 13 slide types, speaker notes, PDF export.
Output: A single self-contained .html file with zero dependencies.