Personal skills marketplace for Claude Code
npx claudepluginhub catalan-adobe/skillsClaude Code skills: memory-triage (promote auto memory to shared config), demo-narrate (voice-over generation for screen recordings), ai-fluency-assessment (4D fluency framework), gemini-icon-set (colorful icon sets via Imagen 4), video-digest (multimodal video summarization), news-digest (Google News RSS feed digests with full article extraction), cdp-connect (zero-dep CDP browser control), cdp-ext-pilot (Chrome extension testing via CDP), screencast (guided screen recording), cmux-setup (cmux workspace coloring), cmux-demo (scripted terminal demos), page-prep (detect and remove webpage overlays for clean interaction), browser-universal (layer-agnostic browser interaction), slack-cdp (Slack automation via CDP/API), kite-teleport (teleport Kite sessions to local Claude Code), spectrum-2-web (design and build UIs with Spectrum 2 + Spectrum Web Components), domain-mask (mask URLs behind custom domains for demos), page-collect (extract structured resources from webpages), browser-probe (detect CDN bot protection and produce browser recipes for playwright-cli), brand-setup (extract brand identity and configure EDS projects), visual-tree (capture spatial DOM hierarchy for page analysis), reduce-page (reduce webpages to structural skeletons with semantic tokens for EDS migration).
Claude Code skills marketplace by @catalan-adobe.
Requires Claude Code with marketplace support. Register the marketplace once, then install any plugin:
/plugin marketplace add catalan-adobe/skills
/plugin install catalan-skills@catalan-adobe-skills
If marketplace commands are not available in your version, use the standalone installation below.
Copy the skill file and script directly:
# Clone the repo
git clone https://github.com/catalan-adobe/skills.git /tmp/catalan-skills
# Copy the skill you want
cp /tmp/catalan-skills/skills/demo-narrate/SKILL.md \
~/.claude/commands/demo-narrate.md
# Copy the helper script
cp /tmp/catalan-skills/skills/demo-narrate/scripts/demo-narrate.sh \
~/.local/bin/demo-narrate.sh
chmod +x ~/.local/bin/demo-narrate.sh
# Ensure ~/.local/bin is in your PATH (add to ~/.zshrc if needed):
# export PATH="$HOME/.local/bin:$PATH"
Assess your AI fluency using Anthropic's 4D framework (Dakan, Feller & Anthropic, 2025). Scans Claude Code sessions, runs LLM-based behavior classification on all messages, asks a self-assessment questionnaire for 6 unobservable behaviors, and generates a visual HTML report with scores and actionable feedback.
Dependencies: Python 3.13+, uv (auto-installs assess.py deps)
See SKILL.md for details.
Review Claude Code auto memory accumulated during a task and promote
valuable findings to shared project config (CLAUDE.md, .claude/rules/,
or global CLAUDE.md). Prevents knowledge silos by surfacing debugging
gotchas, architecture decisions, and project conventions for the team.
Dependencies: none
See SKILL.md for details.
End-to-end voice-over generation for demo videos. Takes a silent screen recording, analyzes it with parallel AI agents, writes a word-budgeted narration script, generates per-act TTS audio (free, via edge-tts), and merges everything onto the video.
Dependencies: ffmpeg (required), edge-tts (auto-installed)
See SKILL.md for the full pipeline documentation.
Generate production-quality colorful icon sets using Google Imagen 4. Suggests icons based on project context, generates 1024px PNGs, removes backgrounds, downscales to all target sizes (16-256px), and delivers an interactive review gallery for iterative refinement. Five style presets: kawaii, flat, glossy, sketch, pixel.
Dependencies: GEMINI_API_KEY, rembg (auto-installed), sips (macOS) or ImageMagick
See SKILL.md for the full workflow.
Multimodal video summarization. Downloads a video (YouTube or any yt-dlp-supported URL), extracts transcript (YouTube captions or Whisper), pulls scene-detected keyframes, and produces a summary with clickable timestamped YouTube links. Supports parallel chunk analysis for long videos and adjustable depth (brief/detailed/full).
Dependencies: yt-dlp, ffmpeg (required); whisper-ctranslate2 (optional, auto-installed)
See SKILL.md for the full pipeline.
Connect Claude Code to an existing Chrome browser via Chrome DevTools
Protocol. Zero dependencies — uses Node 22 built-in WebSocket. Navigate,
click, type, screenshot, evaluate JS, read accessibility tree, and
monitor console/network events against any Chrome running with
--remote-debugging-port.
Dependencies: Node 22+ (built-in WebSocket and fetch)
See SKILL.md for the full command reference.
Launch Chrome with an unpacked extension loaded and test its UI via CDP.
Auto-installs Chrome for Testing if needed. Opens sidepanel, popup, or
options page and hands off to cdp-connect for interaction. Handles
Chrome 137+ branded build restrictions and sidepanel user gesture
requirements.
Dependencies: Node 22+, cdp-connect skill
See SKILL.md for the full workflow.
Guided screen recording from Claude Code. Pick a display, window, or custom region, then start/stop recording on demand. Uses ffmpeg for cross-platform support (macOS, Linux, Windows). Produces MP4 with sensible defaults. Pairs with demo-narrate for voice-over.
Dependencies: ffmpeg (required), Node 22+
See SKILL.md for the full workflow.
Scripted cmux terminal demos and workflows. Produces a runnable bash script and markdown playbook covering multi-pane IDE layouts, browser previews, multi-agent orchestration with signal coordination, sidebar metadata, visual effects, and pane lifecycle management.
Dependencies: cmux CLI
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations