By aviz85
Generate professional kinetic typography videos from a script using AI-powered TTS with emotional dynamics, synchronized music generation, and Remotion animations with word-level timing. Create promos, explainers, and social content without manual editing.
npx claudepluginhub aviz85/claude-skills-library --plugin kinetic-video-creatorA collection of useful skills for Claude Code by aviz.
| Skill | Description |
|---|---|
| find-my-project | Find your first agentic project by identifying daily pain points |
| WhatsApp automation - send messages, get group members, send images/voice | |
| speech-generator | Generate speech audio with ElevenLabs TTS |
| music-generator | Generate AI music with ElevenLabs Music API |
| nano-banana-poster | Generate marketing posters using Google GenAI |
| image-generation | Generate images with Gemini or fal.ai FLUX |
| presentation-architect | Create detailed presentation blueprints |
| html-to-pdf | Convert HTML to PDF with RTL support |
| html-to-pptx | Convert HTML to PowerPoint with Hebrew/RTL support |
| gh-pages-deploy | Deploy to GitHub Pages + set homepage URL in repo About panel |
| calendar | Google Calendar integration |
| gmail | Gmail automation via Google Apps Script |
| zoom-meeting | Schedule Zoom meetings with calendar invites |
| get-contact | Find contact details by name (CRM lookup) |
| transcribe | Audio/video → SRT subtitles + text (ElevenLabs/Groq/Gemini) |
| translate-video | Translate video subtitles with RTL-safe embedding |
| embed-subtitles | Burn subtitles into video with FFmpeg |
| youtube-uploader | Upload videos to YouTube with metadata |
| wordpress-publisher | Publish posts to WordPress with media |
| claudability-analyzer | Analyze any profession for Claude automation opportunities |
| deep-interview | Adaptive interview to extract and organize expertise |
| creative-seeds | Inject creative absurdity before brainstorming tasks |
| learn | Teach Claude any topic via web research — retains as permanent skill |
| tutorial-creator | Create professional tutorials from screen recordings |
| tutorial-narration-writer | Write narration scripts in casual, friendly style |
git clone https://github.com/aviz/claude-skills-library.git
Windows users: Use PowerShell (not Command Prompt)
cp -r claude-skills-library/skills/SKILL_NAME ~/.claude/skills/
Configure environment variables as needed (see each skill's README)
Restart Claude Code to load the new skills
Some skills require additional setup:
npm install in the skill's scripts folderMIT
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.