omk-agent

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

103|15|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/KaimingWan/oh-my-kiro --skill omk-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omk-agent
Source: https://github.com/KaimingWan/oh-my-kiro/tree/main/skills/omk-agent
Command: npx skills add https://github.com/KaimingWan/oh-my-kiro --skill omk-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill helps you formalize evolving architectural decisions and behavioral guidelines into persistent, codified rules that endure across sessions.

Core Features & Use Cases

  • Distills user-provided principles into structured, machine-readable rules stored in knowledge/rules.md.
  • Maintains a deduping check against existing rules and episodes to prevent duplication.
  • Supports trigger language to automatically enforce or reference principles in future interactions.

Quick Start

Provide the principle you want captured and I will draft a persistent rule.

Frequently Asked Questions about omk-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I codify architectural decisions into persistent rules across sessions?

To codify architectural decisions into persistent rules, provide your principle to this Skill. It distills the input into a structured, machine-readable rule and stores it in knowledge/rules.md for future automatic enforcement.

How does deduplication work when saving workflow guidelines to a knowledge base?

Deduplication for workflow guidelines works by checking newly captured principles against existing entries in knowledge/rules.md and knowledge/episodes.md. This prevents duplication before locating or creating a matching header to append the rule.

Can I store behavioral principles as machine-readable rules within a five-rule limit?

Yes, you can store behavioral principles as machine-readable rules. The Skill organizes captured principles under matching headers in knowledge/rules.md, strictly enforcing a five-rule-per-section limit to maintain structure.

What is the best way to automate capturing top-level agent principles for future reference?

The best way to automate capturing top-level agent principles is to trigger this Skill with your guideline text. It drafts a persistent rule, checks knowledge/episodes.md for duplicates, and appends the codified rule to knowledge/rules.md.

Do I need a specific knowledge base structure to codify architectural decisions?

Yes, you need an existing knowledge base structure containing knowledge/rules.md and knowledge/episodes.md files. The Skill relies on these specific paths to perform deduplication checks and store the codified behavioral guidelines correctly.