- Home
- /
- Categories
- /
- Code Gen
Code Gen
Generate code, boilerplate, scaffolding
language-learning-kit
by Hmbown
Generate vocabulary flashcards and pronunciation guides with native audio and cultural context images.
social-media-kit
by Hmbown
Generate vertical TikTok/Reels videos with captions, trending music, and engaging hooks.
storybook-lesson
by Hmbown
Create a kid-friendly learning card with an illustration and narrated audio.
meditation-wellness-kit
by Hmbown
Generate calming audio-visual experiences for meditation, sleep, and relaxation.
music-video-generator
by Hmbown
Create synchronized music and matching video from a unified creative prompt.
music-promo-pack
by Hmbown
Generate a short music clip with cover art and an optional voice tag.
voiceover-studio
by Hmbown
Design custom voices from text prompts and produce professional narration with voice design previews.
educational-course-kit
by Hmbown
Generate complete micro-courses with lesson scripts, slide images, narration audio, and preview videos.
spotify-api
by fabioc-aloha
Create and manage Spotify playlists, search music, and control playback using the Spotify Web API. UNIQUE FEATURE - Generate custom cover art images (Claude cannot generate images natively, but this skill can create SVG-based cover art for playlists). CRITICAL - When generating cover art, ALWAYS read references/COVER_ART_LLM_GUIDE.md FIRST for complete execution instructions. Use this to directly create playlists by artist/theme/lyrics, add tracks, search for music, and manage the user's Spotify account.
Brand
by b1rdmania
Complete brand development system with emotive foundation. Triggers on requests for brand identity, logos, visual systems, or design guidelines. Creates distinctive, anti-AI-slop design from strategy through delivery.
myvibe-publish
by ArcBlock
Publish static HTML, ZIP archive, or directory to MyVibe. Use this skill when user wants to publish web content to MyVibe.
license-keys
by dodopayments
Guide for implementing license key management with Dodo Payments - activation, validation, and access control for software products.
test-coverage
by Montimage
Expand unit test coverage by targeting untested branches and edge cases. Use when users ask to "increase test coverage", "add more tests", "expand unit tests", "cover edge cases", "improve test coverage", or want to identify and fill gaps in existing test suites. Adapts to project's testing framework.
unity-so-prefab-manager
by MuharremTozan
"Manages the structured relationship between ScriptableObjects (Data) and Prefabs (Logic/Visuals) in Unity 6. Follows the 'SO-to-Mono' Bridge pattern to ensure instance independence (e.g., individual health for identical robots) while maintaining a clean, data-driven architecture. Use when: (1) Creating new unit/item types, (2) Wiring SO data to Prefab MonoBehaviours, (3) Resolving data-sharing bugs where changing one SO affects all instances."
cyberpunk-ppt-maker
by soycodetrail
Create dark neon cyberpunk PPT decks, cover slides, and matching poster-style images with a consistent black-grid, glow-heavy visual language. Use when the user asks for "赛博朋克风 PPT", "霓虹科技风封面", matching slide images, dark neon tech visuals, or wants a reusable workflow to generate editable PPTs in the same style from new content.
skill-creator
by Montimage
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
doppel-social-outreach
by Demerzels-lab
Promote Doppel world builds across social platforms. Use when the agent wants to share builds on Twitter/X, Farcaster, Telegram, or Moltbook to drive observers, grow reputation, and recruit collaborators.
unity-networking
by creator-hian
Implement multiplayer games with Unity Netcode, Mirror, or Photon. Masters client-server architecture, state synchronization, and lag compensation. Use for multiplayer features, networking issues, or real-time synchronization.
skill-creator
by zircote
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
cl-memcached Skill Template
by quasi
Fast, thread-safe interface to the Memcached object caching system.
csharp-code-style
by creator-hian
C# code style and naming conventions based on POCU standards. Covers naming rules (mPascalCase for private, bBoolean prefix, EEnum prefix), code organization, C# 9.0 patterns. Use PROACTIVELY for C# code reviews, refactoring, or establishing project standards.
unity-csharp-fundamentals
by creator-hian
Unity C# fundamental patterns including TryGetComponent, SerializeField, RequireComponent, and safe coding practices. Essential patterns for robust Unity development. Use PROACTIVELY for any Unity C# code to ensure best practices.
docs-generator
by Montimage
Restructure project documentation for clarity and accessibility. Use when users ask to "organize docs", "generate documentation", "improve doc structure", "restructure README", or need to reorganize scattered documentation into a coherent structure. Analyzes project type and creates appropriate documentation hierarchy.
laravel-migrations-and-factories
by noartem
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance