Agent Plugins Marketplace
All plugins

dsh-developer

v0.1.0

The single plugin you need for DSH. Includes 1 skill.

Codex1 Skill

By MetaFlow contributors1 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 31, 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 dsh-developer for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add dsh-developer@agent-plugin-marketplace

Paste 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/builtin-pb/dsh-developer

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

Plugin files

dsh-developer/
├── .codex-plugin/plugin.json
└── skills/dsh-developer/SKILL.md

Included Skills1

dsh-developerskills/dsh-developer/SKILL.md

Develop DSH plugins with Doctor, promotion, compatibility proof, delegation safety, and evidence-gated core work.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "dsh-developer",
  "version": "0.1.0",
  "description": "The single plugin you need for DSH",
  "author": {
    "name": "MetaFlow contributors"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "DSH Developer",
    "shortDescription": "Develop, test, and ship DSH plugins",
    "longDescription": "Develop, inspect, test, harden, and package DSH plugins through one native DSH and Codex workflow.",
    "developerName": "MetaFlow contributors",
    "category": "Developer Tools",
    "capabilities": [],
    "defaultPrompt": "Use $dsh-developer to develop, audit, test, or package this DSH plugin."
  }
}

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

[dsh-developer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dsh-developer)