MioSub
AI subtitle generation with disciplined agent-driven development workflows
All Skills in This Repository (26)
Pure Emerald Level Indicatorscopywriting
Generate conversion-focused marketing copy with headlines, benefits, and CTAs.
web-design-guidelines
Assess HTML/CSS/JS UI code against Web Interface Guidelines.
frontend-design
Design and implement production-grade frontend interfaces with HTML/CSS/JS or frameworks.
vercel-react-best-practices
Improves React and Next.js performance via data fetching, bundle optimization, and rendering patterns.
video-promo-planning
Plan promotional videos for software products with style, script, and platform guidance.
react-component-dev
Standardize React component architecture, styling, and patterns with TypeScript 5.8 and TailwindCSS 4.
release-version
Automate MioSub releases with version bumps, changelogs, tagging, and GitHub CI tracking.
electron-dev
Define secure Electron IPC handlers and preload bridges for main and renderer processes.
using-git-worktrees
Creates Git worktrees for isolated feature development, ensuring directories are safe and ready for use.
test-driven-development
Guide developers through the Red-Green-Refactor cycle for test coverage.
systematic-debugging
Guide root-cause investigation through four phases before implementing fixes.
using-superpowers
Selects and applies the appropriate skill before responding to each user request.
Frequently Asked Questions
FAQPage SchemaHow to install MioSub skills?โผ
Run `npx skills add corvo007/MioSub --all -g -y` in your terminal to install all skills in this suite globally.
What does MioSub do?โผ
MioSub is an AI subtitle editor that transcribes audio with Whisper and translates or polishes subtitles with Google Gemini. Paste a video link or import a file and it produces aligned, bilingual subtitles automatically.
What skills are included in this repository?โผ
The suite includes React and Electron development guidelines, test-driven development, systematic debugging, code review workflows, release versioning, copywriting, and video promo planning skills.
Do these skills work with Claude Code and other agents?โผ
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Codex, and other agents that support the skill standard.
How do the debugging and TDD skills help my AI agent?โผ
They force the agent to find root causes before fixing bugs and to write failing tests before any production code, preventing guesswork and regressions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core