Create or update omp agent rules (.omp/rules/*.md, root AGENTS.md, optional sticky .omp/RULES.md). Bundled templates live under references/omp-examples/.
Rules follow a layered-cake idea: implement inner layers first (no internal project dependencies), then the next layer, and so on. They also describe BDD-style work (behavior driven by tests). No long user brief is required; the agent infers from the repo.
Generated rules, AGENTS.md, and the sticky file are written in English unless you explicitly ask for another language — the chat itself stays in your language.
The generated ruleset is a single tree and must stay consistent: .omp/rules/*.md, the root AGENTS.md, and the optional .omp/RULES.md must not drift apart — rule edits land in the same commit. See SKILL.md and references/bdd-and-agents.md for the exact wording.
- User runs
/rpa-gen-rulesor asks to generate or refresh omp rules. - No brief needed: the agent reads the repo first (README, docs, specs, tests, linters).
| Path | Contents |
|---|---|
references/bdd-and-agents.md |
BDD rules meaning, how omp loads rules |
references/omp-examples/.omp/rules/ |
omp .md rule templates (the only tree) |
| File / dir | Role |
|---|---|
SKILL.md |
Metadata and deliverables |
references/ |
Templates and notes |
install.sh |
Installer into the omp skills root |
This fork is an omp-only skill (upstream EvilFreelancer/rpa-gen-rules targets multiple agents; this fork drops Cursor/Claude/Codex artifacts). Install from this repository:
# clone into the omp skills root
git clone git@github.com:ntin60775/rpa-gen-rules.git ~/.omp/skills/rpa-gen-rules
# or use the bundled installer from a checkout (clone or update)
./install.sh # -> ~/.omp/skills/rpa-gen-rules
./install.sh -d ~/.agents/skills # alternative rootSymlink the working copy instead if you want repo edits to be picked up immediately:
./install.sh --symlink # links this checkout into ~/.omp/skills/rpa-gen-rulesFork of EvilFreelancer/rpa-gen-rules (part of the rpa-skills collection), adapted for omp; rule templates ported from cursor-vibe-prompts.
Licensed under the MIT License — see LICENSE.