By MIPyao
Skills for click-driven web video presentations and screen-recorded explainers.
MIPyao's open-source Agent Skills collection for Claude Code, Cursor, Codex, and all AI coding agents that support the SKILL.md format.
vidwiseCategory: Web Video / Presentation Engineering
Use case: Turn scripts, articles, lessons, product demos, and talks into videos (simulated as web pages).

vidwise builds screen-recordable Vite + React + TypeScript presentations. It converts raw articles into narration scripts, maps narration beats to full-screen visual steps, pauses at key checkpoints for user confirmation, and optionally synthesizes narration audio after visual outline approval.
Highlights:
(chapter, step) cursor — one narration beat = one visual stepskills CLI (npx)The fastest, cross-Agent method. Uses the community-standard npx skills CLI.
# Install entire repo (all Skills), latest
npx skills add MIPyao/useful-skills
# Install only vidwise
npx skills add MIPyao/useful-skills -s vidwise
# Install globally (~/.skills) instead of current project (./.skills)
npx skills add MIPyao/useful-skills -s vidwise --global
Common subcommands:
npx skills list # List installed skills
npx skills find vidwise # Search within repo
npx skills update # Update all
npx skills remove vidwise # Uninstall
If you use Claude Code, subscribe to the plugin marketplace:
/plugin marketplace add MIPyao/useful-skills
/plugin install vidwise-skills@useful-skills
Plugin packages defined in .claude-plugin/marketplace.json:
| Plugin Package | Contains Skills |
|---|---|
vidwise-skills | vidwise |
.zipDownload pinned .zip from GitHub Releases:
# Download and unzip to your project's skills directory
curl -fsSL -o vidwise.zip \
"https://github.com/MIPyao/useful-skills/releases/latest/download/vidwise-latest.zip"
unzip -q vidwise.zip -d .claude/skills/
git clone https://github.com/MIPyao/useful-skills.git
cp -r useful-skills/skills/vidwise your-project/.claude/skills/
A Skill is a self-contained folder that an Agent can load on demand. Its core is a SKILL.md (YAML frontmatter + instructions), optionally paired with reference docs, scripts, and assets:
<skill-name>/
├── SKILL.md ← Required: when to use + how to use
├── README.md ← Human-readable documentation
├── references/ ← Optional: extension docs loaded on demand
├── scripts/ ← Optional: deterministic executable code
└── assets/ ← Optional: templates, fonts, icons, etc.
The Agent decides whether to activate the Skill based on the description in the frontmatter.
Issues, new Skills, and improvements to the release toolchain are welcome.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mipyao/useful-skills --plugin vidwise-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.