Agent Plugins Marketplace
All plugins

ontoly

v0.1.0

Use Ontoly Software Graph evidence, CLI reports, MCP, and Agent Skills for deterministic TypeScript codebase understanding.

Codex1 Skill

By 0xsarwagyaLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install ontoly for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add ontoly@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “ontoly” remain stable.

  • Codex: ontoly@agent-plugin-marketplaceontoly@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/0xsarwagya/ontoly-codex-plugin/.

Plugin files

plugins/0xsarwagya/ontoly-codex-plugin/
├── .codex-plugin/plugin.json
└── skills/ontoly-software-graph/SKILL.md

Included Skills1

ontoly-software-graphskills/ontoly-software-graph/SKILL.md

Use Ontoly Software Graph evidence, CLI reports, MCP, and official Ontoly Agent Skills before searching source files when reviewing architecture, dependencies, request flows, configuration, impact, or security-sensitive ownership.

Plugin manifests1

plugins/0xsarwagya/ontoly-codex-plugin/.codex-plugin/plugin.json
{
  "name": "ontoly",
  "version": "0.1.0",
  "description": "Use Ontoly Software Graph evidence, CLI reports, MCP, and Agent Skills for deterministic TypeScript codebase understanding.",
  "author": {
    "name": "0xsarwagya",
    "url": "https://github.com/0xsarwagya"
  },
  "homepage": "https://oss.sarwagya.wtf/ontoly",
  "repository": "https://github.com/0xsarwagya/ontoly-codex-plugin",
  "license": "MIT",
  "keywords": [
    "ontoly",
    "software-graph",
    "codebase-intelligence",
    "mcp",
    "agent-skills",
    "typescript",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Ontoly",
    "shortDescription": "Use deterministic Software Graph evidence before searching source files",
    "longDescription": "Ontoly builds a deterministic Software Graph for TypeScript repositories. Use this plugin when Codex needs architecture review, dependency analysis, impact analysis, request tracing, configuration analysis, security ownership, or codebase onboarding backed by graph evidence and MCP capabilities.",
    "developerName": "0xsarwagya",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://oss.sarwagya.wtf/ontoly",
    "privacyPolicyURL": "https://github.com/0xsarwagya/ontoly-codex-plugin/blob/main/SECURITY.md",
    "termsOfServiceURL": "https://github.com/0xsarwagya/ontoly-codex-plugin/blob/main/LICENSE",
    "defaultPrompt": [
      "Explain this repository with Ontoly evidence",
      "Trace this request flow with Ontoly",
      "Find what depends on this service"
    ],
    "brandColor": "#111827",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ontoly on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ontoly)