oh-my-kiro
Persistent memory, enforced workflows, and self-learning for coding
All Skills in This Repository (15)
Pure Emerald Level Indicatorsomk-stitch
Convert Stitch design assets into React, Vite, and Astro UI components from design.md tokens.
omk-verification
Execute verification commands and report success only when evidence passes.
documentation-lookup
Fetch up-to-date library and framework documentation via Context7.
omk-finishing
Verify tests and execute merge, PR, keep, or discard actions on Git branches.
omk-planning
Plan multi-step software tasks into structured executable plans with lifecycle phases.
omk-self-reflect
Promote recurring episodes from episodes.md into rules.md after user approval.
omk-research
Automate multi-level research with web search and Tavily API.
omk-coding
Automates disciplined, tested, self-reviewed code changes across writing, editing, debugging, refactoring, worktrees and submodules.
omk-skill-creation
Create structured SKILL.md files with frontmatter and body guidance.
omk-debugging
Enforce a root-cause investigation workflow with structured evidence and stage gates.
omk-youtube
Extract and summarize YouTube video subtitles in English or Chinese.
omk-agent
Capture user principles as deduplicated rules in knowledge/rules.md.
Frequently Asked Questions
FAQPage SchemaHow to install oh-my-kiro?โผ
Run `npx skills add KaimingWan/oh-my-kiro --all -g -y` in your terminal to install all skills in this suite globally.
How to stop an AI coding agent from forgetting instructions?โผ
oh-my-kiro captures every correction into persistent knowledge files and re-injects them into future sessions, while hooks hard-block unsafe actions like committing secrets or skipping tests.
What does the @auto command do?โผ
It runs a full autopilot pipeline: clarifies requirements, writes a plan with verifiable checklist items, dispatches parallel reviewers, then executes until every item passes.
Does oh-my-kiro work if the agent crashes mid-task?โผ
Yes. The Ralph Loop keeps spawning fresh agent instances and re-verifies each checklist item until the plan is fully complete.
Which coding assistants support oh-my-kiro?โผ
It is built for Kiro CLI and follows the standard SKILL.md format, so its skills also load in Claude Code, Cursor, and other compatible 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