dodexacode
v0.1.0AI-native Swift shell and MCP server with typed primitives, self-diagnostics, evaluator-ready submission bundles, capability catalog, workspace context, and scoped security review tooling.
By DodexaCode MaintainersLicense: MIT0 GitHub starsUpdated 5 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Apr 9, 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 dodexacode for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dodexacode@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/Reyanda/dodexacodeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- swift
- args
- run --package-path . dodexacode --mcp
Plugin manifests1
{
"name": "dodexacode",
"version": "0.1.0",
"description": "AI-native Swift shell and MCP server with typed primitives, self-diagnostics, evaluator-ready submission bundles, capability catalog, workspace context, and scoped security review tooling.",
"author": {
"name": "DodexaCode Maintainers",
"email": "[email protected]"
},
"homepage": "https://github.com/Reyanda/dodexacode",
"repository": "https://github.com/Reyanda/dodexacode",
"license": "MIT",
"keywords": [
"swift",
"shell",
"mcp",
"developer-tools",
"security"
],
"mcpServers": {
"dodexacode": {
"command": "swift",
"args": [
"run",
"--package-path",
".",
"dodexacode",
"--mcp"
]
}
},
"interface": {
"displayName": "DodexaCode",
"shortDescription": "Swift shell and MCP runtime with diagnostics, submission bundles, and capability catalog.",
"longDescription": "DodexaCode is a clean-room Swift shell with typed future-shell primitives, compact workspace briefing, reviewer-facing doctor diagnostics, evaluator-ready submission bundle export, a machine-readable capability catalog, structured MCP tools, and policy-gated security review workflows.",
"developerName": "DodexaCode Maintainers",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/Reyanda/dodexacode",
"privacyPolicyURL": "https://github.com/Reyanda/dodexacode/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/Reyanda/dodexacode/blob/main/TERMS.md",
"defaultPrompt": [
"Brief this workspace and suggest the next steps.",
"Run doctor and summarize local readiness, persistence, and policy posture.",
"Show the capability catalog reviewer walkthroughs and recommend the strongest path.",
"Generate an OpenAI submission bundle and export it as structured evidence.",
"Run a command through dodexacode and return structured output.",
"Review a target with passive security mode and show mirror defenses."
],
"brandColor": "#0369A1"
}
}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.
[dodexacode on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dodexacode)