🎯

gh-pages-deploy

🎯Skill

from aviz85/claude-skills-library

VibeIndex|
What it does

gh-pages-deploy skill from aviz85/claude-skills-library

πŸ“¦

Part of

aviz85/claude-skills-library(18 items)

gh-pages-deploy

Installation

git cloneClone repository
git clone https://github.com/aviz/claude-skills-library.git
πŸ“– Extracted from docs: aviz85/claude-skills-library
45Installs
11
-
Last UpdatedJan 29, 2026

Skill Details

SKILL.md

Overview

# Claude Code Skills Library

A collection of useful skills for Claude Code by aviz.

Available Skills

| Skill | Description |

|-------|-------------|

| whatsapp | WhatsApp automation - send messages, get group members, send images/voice |

| speech-generator | Generate speech audio with ElevenLabs TTS |

| nano-banana-poster | Generate marketing posters using Google GenAI |

| presentation-architect | Create detailed presentation blueprints |

| html-to-pdf | Convert HTML to PDF with RTL support |

| gh-pages-deploy | Deploy to GitHub Pages |

| supabase-helper | Supabase development helper |

| calendar | Google Calendar integration |

| skill-creator | Guide for creating new skills |

| tutorial-creator | Create professional tutorials from screen recordings - with narration, music, subtitles |

| tutorial-narration-writer | Write narration scripts in a casual, friendly style for video tutorials |

Installation

  1. Clone this repository:

```bash

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)

```bash

cp -r claude-skills-library/skills/SKILL_NAME ~/.claude/skills/

```

  1. Configure environment variables as needed (see each skill's README)
  1. 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