ontoly
v0.1.0Use Ontoly Software Graph evidence, CLI reports, MCP, and Agent Skills for deterministic TypeScript codebase understanding.
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
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add ontoly@awesome-codex-pluginsPaste 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-marketplace→ontoly@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-pluginsClone 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
├── .codex-plugin/plugin.json└── skills/ontoly-software-graph/SKILL.md
Included Skills1
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
{
"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": []
}
}For maintainers
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)