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:skillsInstall into another project:
npx omni-rest install:skills --target ../my-appRefresh an existing install:
npx omni-rest install:skills --target ../my-app --overwriteWhat It Installs
AI/PROJECT_INTELLIGENCE.mdAI/PORTABLE_API_PLAYBOOK.mdAGENTS.mdCLAUDE.md.cursor/rules/omni-rest.mdc.kiro/agent-guide.mdai/codex/omni-rest/SKILL.md
How To Use It
- Install the pack into the target project.
- Let the agent read the pack before creating APIs, frontend hooks, or CRUD screens.
- Use
--overwriteafter 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