Skip to content

Instantly share code, notes, and snippets.

@tylergermain
tylergermain / install.sh
Last active June 26, 2026 07:51
Instagram Skills installer for Claude Code
#!/bin/bash
set -e
# ── Config ───────────────────────────────────────────────────────────
REPO="https://github.com/AI-Essentials/instagram-skills.git"
# Skills available in this repo (name|description)
SKILLS=(
"instagram-audit|Full account audit - content, performance, voice, competitors"
@tylergermain
tylergermain / install.sh
Last active February 25, 2026 05:07
Thread Carousels installer for Claude Code
#!/bin/bash
set -e
# ── Config ───────────────────────────────────────────────────────────
REPO="https://github.com/tylergermain/thread-carousels.git"
# Skills available in this repo (name|description)
SKILLS=(
"instagram-thread-carousel|Turn text threads into Instagram carousel slides styled as tweet screenshots"
#Requires -Version 5.1
$ErrorActionPreference = "Stop"
# -- Config ---------------------------------------------------------------
$REPO = "https://github.com/AI-Essentials/screen-recording-skill.git"
# -- Helpers ---------------------------------------------------------------
$ESC = [char]27
@tylergermain
tylergermain / install.sh
Last active February 28, 2026 00:32
YouTube Assistant installer for Claude Code
#!/bin/bash
set -e
# ── Config ───────────────────────────────────────────────────────────
REPO="https://github.com/AI-Essentials/youtube-assistant.git"
# Skills available in this repo (name|description)
SKILLS=(
"youtube-audit|Full channel audit + personalized CLAUDE.md setup"
@tylergermain
tylergermain / install.sh
Last active February 23, 2026 02:24
Claude Thumbnails installer for Claude Code
#!/bin/bash
set -e
# ── Config ───────────────────────────────────────────────────────────
REPO="https://github.com/AI-Essentials/claude-thumbnails.git"
SKILL_NAME="youtube-thumbnail"
# ── Helpers ──────────────────────────────────────────────────────────
#!/bin/bash
set -e
# ── Config ───────────────────────────────────────────────────────────
REPO="https://github.com/tylergermain/screen-recording-skill.git"
# ── Helpers ──────────────────────────────────────────────────────────
BOLD='\033[1m'