Agent Plugins Marketplace
All plugins

pragmatic-engineering

v0.1.0

Portable agent skills for pragmatic engineering decisions, prioritization, dependency seams, and evidence-backed quality gates

CodexClaude Code2 Skills

By Dmytro L.License: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 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 pragmatic-engineering for Codex and Claude Code

Installs for the current user
codex plugin marketplace add dmltdev/pragmatic-engineering
codex plugin marketplace upgrade pragmatic-engineering
codex plugin add pragmatic-engineering@pragmatic-engineering

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

Compatibility: the page URL and API slug “pragmatic-engineering” remain stable.

  • Codex: pragmatic-engineering@agent-plugin-marketplacepragmatic-engineering@pragmatic-engineering

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/dmltdev/pragmatic-engineering

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

pragmatic-engineering/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/decision-framework/SKILL.md
└── skills/dependency-seam/SKILL.md

Included Skills2

decision-frameworkskills/decision-framework/SKILL.md

Use when choosing between work options, prioritizing engineering or product work, structuring a decision tree, resolving trade-offs, breaking analysis paralysis, or making a recommendation under uncertainty.

dependency-seamskills/dependency-seam/SKILL.md

Use when implementing critical or core logic that would consume app-specific configuration, provider APIs, SDK types, external services, or third-party semantics, or when asked for adapters, dependency injection, replaceability, or deletability.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "pragmatic-engineering",
  "version": "0.1.0",
  "description": "Portable agent skills for pragmatic engineering decisions, prioritization, dependency seams, and evidence-backed quality gates",
  "author": {
    "name": "Dmytro L.",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/dmltdev/pragmatic-engineering",
  "repository": "https://github.com/dmltdev/pragmatic-engineering",
  "license": "MIT",
  "keywords": [
    "skills",
    "engineering-decisions",
    "decision-framework",
    "prioritization",
    "dependency-seam"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Pragmatic Engineering",
    "shortDescription": "Engineering decision and quality-gate skills",
    "longDescription": "Portable skills for choosing work decisions under uncertainty, prioritizing engineering or product work, placing dependency seams, and requiring evidence-backed quality gates.",
    "developerName": "Dmytro L.",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/dmltdev/pragmatic-engineering",
    "defaultPrompt": [
      "Help me choose between these engineering options",
      "Prioritize this engineering work under uncertainty",
      "Decide whether this dependency needs a seam"
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "pragmatic-engineering",
  "description": "Portable agent skills for pragmatic engineering decisions, prioritization, dependency seams, and evidence-backed quality gates",
  "version": "0.1.0",
  "author": {
    "name": "Dmytro L.",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/dmltdev/pragmatic-engineering",
  "repository": "https://github.com/dmltdev/pragmatic-engineering",
  "license": "MIT",
  "keywords": [
    "skills",
    "engineering-decisions",
    "decision-framework",
    "prioritization",
    "dependency-seam"
  ]
}

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

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