$OMNI CODE
~/addons

// Add-ons

Community-built extensions that add new tools, agent modes, and integrations to Omni Code. Open source, version-tracked, and fetched directly from GitHub.

[VIEW REGISTRY REPO][SUBMIT AN ADD-ON]
// registry

Available add-ons

3 ADDONS LOADED
// addon

Omni Git Review

v1.0.0

Automated PR reviewer. Summarizes diffs, flags issues, suggests improvements, and writes commit messages.

gitreviewprautomation
by GraysonBannister[VIEW]
// addon

Omni Prettier

v1.0.0

Runs Prettier on your files through the agent. Format a single file, a directory, or your entire workspace.

formattingjavascripttypescript
by GraysonBannister[VIEW]
// addon

Omni Test Runner

v1.0.0

Run, analyze, and fix failing tests through the agent. Supports Jest, Vitest, Pytest, and TAP-compatible frameworks.

testingjestvitestpython
by GraysonBannister[VIEW]
// install

How to install an add-on.

01

Open Omni Code

Navigate to Settings → Add-ons, or press the [+] button in the sidebar add-ons panel.

02

Paste the repo URL

Enter the GitHub URL of the add-on. Omni Code clones it locally and reads the manifest.

03

Activate

Toggle the add-on on. Its tools and modes are immediately available to the agent.

// submit

Publish your add-on.

Add-ons are just a folder with a manifest.json. Fork the registry repo, add your folder, open a PR. Merged PRs immediately appear in this page.

// steps
1.Fork github.com/GraysonBannister/omni-addons
2.Create addons/my-addon/manifest.json
3.Open a pull request — it will appear in the registry when merged
// manifest.json
{
  "name": "my-addon",
  "description": "What your add-on does.",
  "author": "your-github-username",
  "version": "1.0.0",
  "tags": ["category", "language"],
  "repo": "https://github.com/you/my-addon"
}
// questions?

Need help building an add-on?

Ask in GitHub Discussions or the Discord server. The community is happy to help you build and publish your first add-on.

[VISIT COMMUNITY →]