Agent Plugins Marketplace
All plugins

minto

v1.8.0

Apply the Minto Pyramid Principle to business writing, audits, intent discovery, and visual structures.

CodexClaude Code1 Skill

By Vladislav ShevchenkoLicense: MIT2 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 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 minto for Codex and Claude Code

Installs for the current user
codex plugin marketplace add welltraum/minto
codex plugin marketplace upgrade minto
codex plugin add minto@minto

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

Compatibility: the page URL and API slug “minto” remain stable.

  • Codex: minto@agent-plugin-marketplaceminto@minto

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/welltraum/minto

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

Plugin files

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

Included Skills1

mintoskills/minto/SKILL.md

Apply the Minto Pyramid Principle to business writing and thinking. Five modes: (1) intent — interview the user and turn a vague goal into reader question + one-sentence answer; (2) audit — check an existing text for pyramid logic and report the gaps; (3) write — draft or rewrite answer-first with SCQ intro and ordered, same-kind groups; (4) digest — report on read sources answer-first in chat; (5) viz — annotate problems inline and build the pyramid (mermaid, optional HTML page). Use for memos, emails, decision notes, board papers, executive summaries, deck storylines, Slack updates, source digests. Triggers: pyramid principle, Minto, SCQ, MECE, answer-first, structure this text, check the logic, executive memo, digest, summarize the sources, summary of what was read, "выжимка", "саммари", and equivalent requests in Russian or other languages.

Plugin manifests2

plugins/minto/.codex-plugin/plugin.json
{
  "name": "minto",
  "version": "1.8.0",
  "description": "Apply the Minto Pyramid Principle to business writing, audits, intent discovery, and visual structures.",
  "author": {
    "name": "Vladislav Shevchenko",
    "email": "[email protected]",
    "url": "https://github.com/welltraum"
  },
  "homepage": "https://welltraum.github.io/minto/",
  "repository": "https://github.com/welltraum/minto",
  "license": "MIT",
  "keywords": [
    "minto",
    "pyramid-principle",
    "business-writing",
    "executive-communication",
    "mece"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Minto",
    "shortDescription": "Answer-first business writing",
    "longDescription": "Structure, audit, rewrite, and visualize business communication with the Minto Pyramid Principle.",
    "developerName": "Vladislav Shevchenko",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://welltraum.github.io/minto/",
    "defaultPrompt": [
      "Structure this memo with the Minto Pyramid Principle.",
      "Audit this document for pyramid logic.",
      "Turn these notes into an answer-first executive update."
    ]
  }
}
plugins/minto/.claude-plugin/plugin.json
{
  "name": "minto",
  "description": "Apply the Minto Pyramid Principle to business writing, audits, intent discovery, and visual structures.",
  "version": "1.8.0",
  "author": {
    "name": "Vladislav Shevchenko",
    "email": "[email protected]",
    "url": "https://github.com/welltraum"
  },
  "homepage": "https://welltraum.github.io/minto/",
  "repository": "https://github.com/welltraum/minto",
  "license": "MIT",
  "keywords": [
    "minto",
    "pyramid-principle",
    "business-writing",
    "executive-communication",
    "mece"
  ]
}

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

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