KaimingWanKaimingWanCommunityยท15 Agent Skills Included

oh-my-kiro

Persistent memory, enforced workflows, and self-learning for coding

Gives coding agents persistent memory, deterministic workflows, and hook-based enforcement across sessions. Eliminates forgotten instructions, hallucinated test runs, skipped steps, and unsafe commands through hard-blocking hooks. Automates planning, review, debugging, and execution pipelines so features ship with verified evidence instead of guesses.
npx skills add KaimingWan/oh-my-kiro --all -g -y
Available:

Defines the agent's operating principles, authority limits, and a routing table that maps user requests like planning, debugging, and reviewing to the correct sub-skill automatically.

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-stitch

Convert Stitch design assets into React, Vite, and Astro UI components from design.md tokens.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-verification

Execute verification commands and report success only when evidence passes.

Community
Intermediate
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

documentation-lookup

Fetch up-to-date library and framework documentation via Context7.

Community
Intermediate
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-finishing

Verify tests and execute merge, PR, keep, or discard actions on Git branches.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-planning

Plan multi-step software tasks into structured executable plans with lifecycle phases.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-self-reflect

Promote recurring episodes from episodes.md into rules.md after user approval.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-research

Automate multi-level research with web search and Tavily API.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-coding

Automates disciplined, tested, self-reviewed code changes across writing, editing, debugging, refactoring, worktrees and submodules.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-skill-creation

Create structured SKILL.md files with frontmatter and body guidance.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-debugging

Enforce a root-cause investigation workflow with structured evidence and stage gates.

Community
Advanced
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-youtube

Extract and summarize YouTube video subtitles in English or Chinese.

Community
Intermediate
๐Ÿ“ฆ In Repo
KaimingWanKaimingWan

omk-agent

Capture user principles as deduplicated rules in knowledge/rules.md.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’