MCPcopy Create free account
hub / github.com/aviz85/claude-skills-library

github.com/aviz85/claude-skills-library @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
461 symbols 1,110 edges 64 files 36 documented · 8% updated 48d ago★ 451 open issues

Browse by type

Functions 405 Types & classes 56
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Claude Code Skills Library

A collection of useful skills for Claude Code by aviz.

Available Skills

Skill Description
teach-by-doing Never teach a principle without an immediate rep — pairs every teaching unit with a hands-on exercise via a research-based ladder (Kolb · Generation Effect · Embodied Cognition)
find-my-project Find your first agentic project by identifying daily pain points
whatsapp 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
x-bookmarks-fetcher Download X (Twitter) bookmarks via official X API v2 — text + images + videos. OAuth 2.0, no scraping

Installation

  1. Clone this repository:
git clone https://github.com/aviz/claude-skills-library.git
  1. Copy the skills you want to your Claude Code skills folder:

Windows users: Use PowerShell (not Command Prompt)

cp -r claude-skills-library/skills/SKILL_NAME ~/.claude/skills/
  1. Configure environment variables as needed (see each skill's README)

  2. Restart Claude Code to load the new skills

Requirements

Some skills require additional setup: - whatsapp: Green API account and credentials - speech-generator: ElevenLabs API key - nano-banana-poster: Gemini API key - html-to-pdf: Run npm install in the skill's scripts folder - calendar: Google Apps Script deployment (included) - tutorial-creator: Requires speech-generator, transcribe, music-generator, youtube-uploader skills - tutorial-narration-writer: No additional setup needed (text-only skill) - x-bookmarks-fetcher: X developer app with OAuth 2.0 enabled, callback http://127.0.0.1:8765/callback. See skill's SETUP.md

License

MIT

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 405
Interface 56

Languages

TypeScript84%
Python16%

Modules by API surface

skills/quick-voice/public/app.js19 symbols
plugins/quick-voice/skills/quick-voice/public/app.js19 symbols
skills/x-bookmarks-fetcher/scripts/fetch.mjs14 symbols
skills/quick-voice/lib/tools.js14 symbols
plugins/x-bookmarks-fetcher/skills/x-bookmarks-fetcher/scripts/fetch.mjs14 symbols
plugins/quick-voice/skills/quick-voice/lib/tools.js14 symbols
plugins/live-transcribe/scripts/realtime-transcribe.py13 symbols
skills/kinetic-video-creator/templates/single-word-composition.tsx11 symbols
plugins/kinetic-video-creator/skills/kinetic-video-creator/templates/single-word-composition.tsx11 symbols
experiments/creative-seeds-scale/run_experiment.py11 symbols
skills/wordpress-publisher/scripts/wp-publish.js10 symbols
skills/whatsapp/scripts/send-message.ts10 symbols

For agents

$ claude mcp add claude-skills-library \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page