Agent Plugins Marketplace
All plugins

explain

v1.0.0

Plain-language explanations — turn the previous outcome or a named subject into an explanation a non-technical reader can follow: what changed, what it fixes, and what they will notice. Read-only.

Codex1 Skill

By Sebastian Sulinski0 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 explain for Codex

Installs for the current user
codex plugin marketplace add sebastiansulinski/claude-plugins
codex plugin marketplace upgrade sebastiansulinski-codex
codex plugin add explain@sebastiansulinski-codex

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

Compatibility: the page URL and API slug “explain-2” remain stable.

  • Codex: explain-2@agent-plugin-marketplaceexplain@sebastiansulinski-codex

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/sebastiansulinski/claude-plugins

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

Plugin files

plugins/explain/
├── .codex-plugin/plugin.json
└── skills/explain/SKILL.md

Included Skills1

explainskills/explain/SKILL.md

Explain a technical outcome — a change, review, plan edit, error or test result — so a non-technical reader can follow what changed, what it fixes and what they will notice, with concrete examples. Use when the explanation is for someone who does not read code; do not use for a technical walkthrough for a developer, and never edit, re-run or review anything.

Plugin manifests1

plugins/explain/.codex-plugin/plugin.json
{
  "name": "explain",
  "version": "1.0.0",
  "description": "Plain-language explanations — turn the previous outcome or a named subject into an explanation a non-technical reader can follow: what changed, what it fixes, and what they will notice. Read-only.",
  "author": {
    "name": "Sebastian Sulinski",
    "email": "[email protected]"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Explain",
    "shortDescription": "Plain-language explanations",
    "longDescription": "Plain-language explanations — turn the previous outcome or a named subject into an explanation a non-technical reader can follow: what changed, what it fixes, and what they will notice. Read-only.",
    "developerName": "Sebastian Sulinski",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Explain these changes in plain language for a non-technical reader."
    ]
  },
  "repository": "https://github.com/sebastiansulinski/claude-plugins",
  "homepage": "https://github.com/sebastiansulinski/claude-plugins#codex"
}

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

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