myagents
v0.2.0Curated agent profiles for development, review, research, and orchestration.
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
codex plugin marketplace add VeigaPunk/ds4cc-marketplace
codex plugin marketplace upgrade ds4cc
codex plugin add myagents@ds4ccPaste 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-marketplace→myagents@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-marketplaceClone 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
├── .codex-plugin/plugin.json├── skills/godspeed/SKILL.md├── skills/myagents-docs/SKILL.md└── skills/wwkd/SKILL.md
Included Skills3
Use on every prompt, including nested and delegated prompts, without waiting for a keyword. Explicit "godspeed" and "--with godspeed" invocation remains supported.
Discover and launch user-defined agent profiles from the myagents catalog on Grok Build or Codex.
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
{
"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"
}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.
[myagents on Agent Plugins Marketplace](https://pluginsmp.com/plugins/myagents)