godspeed-codex-command
v0.2.0VeigaPunk Godspeed Codex Command 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-codex-command@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-codex-command/.
Plugin files
├── .codex-plugin/plugin.json└── skills/godspeed-codex-command-docs/SKILL.md
Included Skills1
Bootstrap Codex command-mode and apply godspeed posture controls.
Plugin manifests1
{
"name": "godspeed-codex-command",
"version": "0.2.0",
"description": "VeigaPunk Godspeed Codex Command plugin for Codex marketplace access.",
"author": {
"name": "VeigaPunk"
},
"skills": "./skills/",
"interface": {
"displayName": "Godspeed Codex Command (VeigaPunk)",
"shortDescription": "Command-mode bootstrap and Codex posture controls",
"longDescription": "Provides onboarding and posture control workflows that configure Codex for additive command-mode behavior via codex command artifacts.",
"developerName": "VeigaPunk",
"category": "Developer",
"capabilities": [
"Developer Posture",
"Command Setup",
"Prompt Injection Controls"
],
"defaultPrompt": [
"Show me docs for Godspeed Codex Command.",
"Open VeigaPunk Godspeed Codex Command plugin usage.",
"Refresh this plugin from the marketplace."
]
},
"homepage": "https://github.com/VeigaPunk/godspeed-codex-command",
"repository": "https://github.com/VeigaPunk/godspeed-codex-command",
"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-codex-command on Agent Plugins Marketplace](https://pluginsmp.com/plugins/godspeed-codex-command)