By aviz85
Invoke /learn <topic> to have Claude research code libraries, APIs, concepts, tools, methodologies, or domains via web, docs, and Context7, then create and retain a permanent skill for instant recall and use in future interactions.
npx claudepluginhub aviz85/claude-skills-library --plugin learnA 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
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.