Documentation
AI Skills Pack

AI Skills Pack

Omni Rest ships a portable AI instruction pack so agents can use the same project rules across Codex, Cursor, Claude, Kiro, and similar tools.

The pack does not train the model. It gives the agent the project-specific instructions, decision rules, and install target it needs to work in a more consistent way.

Install

npx omni-rest install:skills

Install into another project:

npx omni-rest install:skills --target ../my-app

Refresh an existing install:

npx omni-rest install:skills --target ../my-app --overwrite

What It Installs

  • AI/PROJECT_INTELLIGENCE.md
  • AI/PORTABLE_API_PLAYBOOK.md
  • AGENTS.md
  • CLAUDE.md
  • .cursor/rules/omni-rest.mdc
  • .kiro/agent-guide.md
  • ai/codex/omni-rest/SKILL.md

How To Use It

  1. Install the pack into the target project.
  2. Let the agent read the pack before creating APIs, frontend hooks, or CRUD screens.
  3. Use --overwrite after project conventions or skill rules change.

Best Fit

Use the pack when the project is:

  • Prisma-backed
  • CRUD-heavy
  • using generated hooks or generated tables
  • sharing rules between backend and frontend agents