aviz85/claude-skills-library

A collection of useful Claude Code skills

10 stars4 forksUpdated Jan 26, 2026
npx skills add aviz85/claude-skills-library

README

Claude Code Skills Library

A collection of useful skills for Claude Code by aviz.

Available Skills

SkillDescription
whatsappWhatsApp automation - send messages, get group members, send images/voice
speech-generatorGenerate speech audio with ElevenLabs TTS
nano-banana-posterGenerate marketing posters using Google GenAI
presentation-architectCreate detailed presentation blueprints
html-to-pdfConvert HTML to PDF with RTL support
gh-pages-deployDeploy to GitHub Pages
supabase-helperSupabase development helper
calendarGoogle Calendar integration
skill-creatorGuide for creating new skills
tutorial-creatorCreate professional tutorials from screen recordings - with narration, music, subtitles
tutorial-narration-writerWrite narration scripts in a casual, friendly style for video tutorials

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)

License

MIT

Publisher

aviz85aviz85

Statistics

Stars10
Forks4
Open Issues0
CreatedJan 6, 2026