godspeed-core
v0.2.0VeigaPunk Godspeed Core plugin for Codex marketplace access.
By VeigaPunkLicense: MIT0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 26, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add godspeed-core@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/VeigaPunk/ds4cc-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is marketplace/plugins/godspeed-core/.
Plugin files
├── .codex-plugin/plugin.json└── skills/godspeed-core-docs/SKILL.md
Included Skills1
Apply Godspeed adaptive execution doctrine and Pareto walk policy on Grok Build or Codex.
Plugin manifests1
{
"name": "godspeed-core",
"version": "0.2.0",
"description": "VeigaPunk Godspeed Core plugin for Codex marketplace access.",
"author": {
"name": "VeigaPunk"
},
"skills": "./skills/",
"interface": {
"displayName": "Godspeed Core (VeigaPunk)",
"shortDescription": "Adaptive execution doctrine and Pareto walk policy",
"longDescription": "Exposes the Godspeed mode and policy files so Codex can run adaptive, frontier-walk execution workflows with explicit posture controls.",
"developerName": "VeigaPunk",
"category": "Developer",
"capabilities": [
"Adaptive Posture",
"Policy Discovery",
"Workflow Steering"
],
"defaultPrompt": [
"Show me docs for Godspeed Core.",
"Open VeigaPunk Godspeed Core plugin usage.",
"Refresh this plugin from the marketplace."
]
},
"homepage": "https://github.com/VeigaPunk/godspeed-core",
"repository": "https://github.com/VeigaPunk/godspeed-core",
"license": "MIT"
}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.
[godspeed-core on Agent Plugins Marketplace](https://pluginsmp.com/plugins/godspeed-core)