odin-native
v2.0.2ODIN workflows for native systems, toolchains, and performance.
By OutlineDrivenLicense: SEE LICENSE IN LICENSE35 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 3, 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 odin-native for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add odin-native@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/OutlineDriven/odin-claude-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/odin-native/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/dwarf-expert/SKILL.md└── skills/modern-cpp-practices/SKILL.md
Included Skills2
Use when inspecting, searching, verifying, or parsing DWARF debug info: DIEs, DW_TAG_/DW_AT_ entries, .debug_* sections, line tables, or llvm-dwarfdump/readelf output. Returns the requested query, verification, explanation, or parser with tool and platform identified.
Use when C++ code is being written or reviewed and the compiler supports modern safe idioms. Returns a structured guidance report on supported features, anti-pattern replacements, and compiler-compatible hardening flags. Read-only; no source or remote-system changes.
Plugin manifests2
{
"name": "odin-native",
"version": "2.0.2",
"description": "ODIN workflows for native systems, toolchains, and performance.",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"native"
],
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"interface": {
"displayName": "ODIN Native",
"shortDescription": "ODIN workflows for native systems, toolchains, and performance.",
"category": "Coding"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "odin-native",
"displayName": "ODIN Native",
"version": "2.0.2",
"description": "ODIN workflows for native systems, toolchains, and performance.",
"author": {
"name": "OutlineDriven",
"url": "https://github.com/OutlineDriven"
},
"homepage": "https://github.com/OutlineDriven/odin-claude-plugin",
"repository": "https://github.com/OutlineDriven/odin-claude-plugin",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"odin",
"outlinedriven",
"agent-skills",
"native"
]
}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.
[odin-native on Agent Plugins Marketplace](https://pluginsmp.com/plugins/odin-native)