Open-source Claude Code plugins by ETMA
npx claudepluginhub eriktma/claude-pluginsLearn from any video — extract knowledge from YouTube, Vimeo, Loom, or local files using transcript + keyframe analysis
Build professional websites that don't look AI-generated. Uses real designer components (shadcn/ui, Magic UI), real Unsplash photography, and free illustrations — following the ANIF Framework (Assemble, Normalize, Illustrate, Fill).
A collection of open-source plugins for Claude Code — Anthropic's official CLI for AI-assisted software engineering.
Build professional websites that don't look AI-generated.
Uses the ANIF Framework (Assemble, Normalize, Illustrate, Fill) to build landing pages from real designer components, real Unsplash photography, and autoresearch-validated design patterns. Developed through 12 iterations of automated scoring.
Features:
Quick start:
claude plugin marketplace add ErikTMA/claude-plugins
claude plugin install anf-website-builder@etma-plugins
Then ask Claude to build a website:
Build me a landing page for my SaaS product
Create a website for a coffee subscription service
Scrape example.com and rebuild it with modern design
Extract knowledge from any video — YouTube, Vimeo, Loom, or local files.
Give Claude Code a video URL and it "watches" it for you: extracts the transcript, detects scene changes to capture keyframes, and analyzes both text and visuals to produce structured knowledge you can recall later.
Features:
.mp4/.mkv/.webm fileslight (~500 MB) for download and keyframes, full (~8 GB) for Whisper + CUDA~/.claude/learned/, stores summaries in vector memory for future recallQuick start:
claude plugin marketplace add ErikTMA/claude-plugins
claude plugin install learn-from-video@etma-plugins
/learn-from-video https://www.youtube.com/watch?v=...
Requirements:
Register the marketplace and install individual plugins:
claude plugin marketplace add ErikTMA/claude-plugins
claude plugin install anf-website-builder@etma-plugins
claude plugin install learn-from-video@etma-plugins
Clone and copy plugin files directly:
git clone https://github.com/ErikTMA/claude-plugins.git
cp -r claude-plugins/plugins/anf-website-builder ~/.claude/plugins/anf-website-builder
Contributions welcome. Each plugin lives in plugins/<name>/ and follows the Claude Code plugin structure:
plugins/<name>/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── skills/
│ └── <name>/
│ └── SKILL.md # Skill instructions
├── references/ # Supporting documentation
├── commands/ # Slash commands (optional)
├── scripts/ # Supporting scripts (optional)
└── README.md
MIT