Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent project rules

Purpose

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.

When to use

  • User runs /rpa-gen-rules or asks to generate or refresh omp rules.
  • No brief needed: the agent reads the repo first (README, docs, specs, tests, linters).

Bundled references

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)

Contents

File / dir Role
SKILL.md Metadata and deliverables
references/ Templates and notes
install.sh Installer into the omp skills root

Install

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 root

Symlink 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-rules

Source & attribution

Fork 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.

Releases

Packages

Contributors

Languages