oh-my-kiro
Spec-driven coding workflows with browser automation and parallel subagents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install oh-my-kiro?▼
Run `npx skills add 1nhann/oh-my-kiro --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development in oh-my-kiro?▼
It enforces a Requirements → Design → Tasks → Implementation workflow, so every feature starts with a clear written spec before any code is written.
Can oh-my-kiro automate browser tasks?▼
Yes. The built-in browser-use skill combines Stagehand and Playwright to handle dynamic pages, data extraction, and multi-step web workflows.
Does oh-my-kiro support parallel task execution?▼
Yes. Its dynamic task graph supports branching, loops, and background subagents that run in parallel without blocking your main conversation.
Which coding environments work with oh-my-kiro?▼
It is built as a plugin for OpenCode, and its skills follow the standard SKILL.md format compatible with common coding agents.
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