Agent Plugins Marketplace
All plugins

sensemaking

v0.2.0

Skills shared by software-dev and research-vault: rethink-audit and adhd.

CodexClaude Code2 Skills

By Eran RosemanLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 7, 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 sensemaking for Codex and Claude Code

Installs for the current user
codex plugin marketplace add eranroseman/agent-plugins
codex plugin marketplace upgrade eranroseman
codex plugin add sensemaking@eranroseman

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

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

  • Codex: sensemaking@agent-plugin-marketplacesensemaking@eranroseman

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/eranroseman/agent-plugins

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

Plugin files

plugins/sensemaking/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/adhd/SKILL.md
└── skills/rethink-audit/SKILL.md

Included Skills2

adhdskills/adhd/SKILL.md

Parallel divergent ideation under five isolated cognitive frames, scored, clustered, deepened. Costs 5 to 10x one answer.

rethink-auditskills/rethink-audit/SKILL.md

Clean-slate redesign audit of an existing module, service, or feature — design and architecture only, applying no changes. Use when the user asks for a clean-slate redesign or a design audit of one.

Plugin manifests2

plugins/sensemaking/.codex-plugin/plugin.json
{
  "name": "sensemaking",
  "version": "0.2.0",
  "description": "Skills shared by software-dev and research-vault: rethink-audit and adhd.",
  "author": {
    "name": "Eran Roseman",
    "url": "https://github.com/eranroseman"
  },
  "homepage": "https://github.com/eranroseman/agent-plugins",
  "repository": "https://github.com/eranroseman/agent-plugins",
  "license": "MIT",
  "keywords": [
    "sensemaking",
    "skills",
    "design-audit"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Sensemaking",
    "shortDescription": "Skills shared by software-dev and research-vault",
    "longDescription": "Clean-slate redesign audits and parallel divergent ideation, shared by `software-dev` and `research-vault`.",
    "developerName": "Eran Roseman",
    "category": "Productivity",
    "capabilities": [
      "Instructions"
    ],
    "websiteURL": "https://github.com/eranroseman/agent-plugins",
    "defaultPrompt": [
      "Run a clean-slate redesign audit of this module."
    ]
  }
}
plugins/sensemaking/.claude-plugin/plugin.json
{
  "name": "sensemaking",
  "version": "0.2.0",
  "description": "Skills shared by software-dev and research-vault: rethink-audit and adhd.",
  "author": {
    "name": "Eran Roseman",
    "url": "https://github.com/eranroseman"
  },
  "homepage": "https://github.com/eranroseman/agent-plugins",
  "repository": "https://github.com/eranroseman/agent-plugins",
  "license": "MIT",
  "keywords": [
    "sensemaking",
    "skills",
    "design-audit"
  ]
}

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

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