Agent Plugins Marketplace
All plugins

myagents

v0.2.0

Curated agent profiles for development, review, research, and orchestration.

Codex3 Skills

By VeigaPunkLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
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 myagents for Codex

Installs for the current user
codex plugin marketplace add VeigaPunk/ds4cc-marketplace
codex plugin marketplace upgrade ds4cc
codex plugin add myagents@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 “myagents” remain stable.

  • Codex: myagents@agent-plugin-marketplacemyagents@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/myagents/.

Plugin files

marketplace/plugins/myagents/
├── .codex-plugin/plugin.json
├── skills/godspeed/SKILL.md
├── skills/myagents-docs/SKILL.md
└── skills/wwkd/SKILL.md

Included Skills3

godspeedskills/godspeed/SKILL.md

Use on every prompt, including nested and delegated prompts, without waiting for a keyword. Explicit "godspeed" and "--with godspeed" invocation remains supported.

myagents-docsskills/myagents-docs/SKILL.md

Discover and launch user-defined agent profiles from the myagents catalog on Grok Build or Codex.

wwkdskills/wwkd/SKILL.md

What Would Karpathy Do — a planning and implementation posture distilled from Karpathy's public body of work (the Recipe, builder philosophy, vibe coding, context engineering). Activate when the user wants to turn an approved spec into an implementation plan, or asks "plan this", "break this down", "how would we build this", "write the plan", "/wwkd", "what would karpathy do", or invokes planning after brainstorming. Biases toward data-first inspection, end-to-end skeletons before optimization, overfit-one-case before generalizing, minimal one-file implementations over frameworks, and structural verification at every step. Opposite of "fast and furious." Produces plans whose sequencing reflects least-disruption ordering — each step runnable in isolation, each assumption verified before the next layer lands.

Plugin manifests1

marketplace/plugins/myagents/.codex-plugin/plugin.json
{
  "name": "myagents",
  "version": "0.2.0",
  "description": "Curated agent profiles for development, review, research, and orchestration.",
  "author": {
    "name": "VeigaPunk"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "My Agents",
    "shortDescription": "Discover and execute user-defined agent profiles",
    "longDescription": "Collects user-facing agent workflows for onboarding, delegation, and reusable agent invocation patterns.",
    "developerName": "VeigaPunk",
    "category": "Developer",
    "capabilities": [
      "Agent Profiles",
      "Workflow Profiles",
      "Delegation"
    ],
    "defaultPrompt": [
      "Show me my agent workflows.",
      "Open my agent onboarding docs.",
      "Create an agent workflow from this request."
    ]
  },
  "homepage": "https://github.com/VeigaPunk/myagents",
  "repository": "https://github.com/VeigaPunk/myagents",
  "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.

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