Agent Plugins Marketplace
All plugins

mycommands

v0.2.0

Reusable command and shell routine workflows for Codex.

Codex1 Skill

By VeigaPunkLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 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 mycommands for Codex

Installs for the current user
codex plugin marketplace add VeigaPunk/ds4cc-marketplace
codex plugin marketplace upgrade ds4cc
codex plugin add mycommands@ds4cc

Paste and run these commands in a terminal with Codex. They add and refresh the ds4cc catalog, then install this plugin.

Compatibility: the page URL and API slug “mycommands” remain stable.

  • Codex: mycommands@agent-plugin-marketplacemycommands@ds4cc

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-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is marketplace/plugins/mycommands/.

Plugin files

marketplace/plugins/mycommands/
├── .codex-plugin/plugin.json
└── skills/mycommands-docs/SKILL.md

Included Skills1

mycommands-docsskills/mycommands-docs/SKILL.md

List and execute reusable command packs from mycommands on Grok Build, OpenCode, or Codex.

Plugin manifests1

marketplace/plugins/mycommands/.codex-plugin/plugin.json
{
  "name": "mycommands",
  "version": "0.2.0",
  "description": "Reusable command and shell routine workflows for Codex.",
  "author": {
    "name": "VeigaPunk"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "My Commands",
    "shortDescription": "Reusable command packs for recurring workflows",
    "longDescription": "Catalogs codex-discoverable command packs and helper prompts for routine shell and repository operations.",
    "developerName": "VeigaPunk",
    "category": "Developer",
    "capabilities": [
      "Command Routines",
      "Shell Automation",
      "Workflow Shortcuts"
    ],
    "defaultPrompt": [
      "Show me my command packs.",
      "Run the mycommands bootstrap workflow.",
      "List recurring shell tasks for this repo."
    ]
  },
  "homepage": "https://github.com/VeigaPunk/mycommands",
  "repository": "https://github.com/VeigaPunk/mycommands",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mycommands on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mycommands)