Agent Plugins Marketplace
All plugins

blend

v0.3.1

Sören's workflow skills — blends superpowers, simpleviz, and review loops

CodexClaude Code3 Skills

By Sören Stöhrmann0 GitHub starsUpdated 2 weeks ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add sstoehrm/blend
codex plugin marketplace upgrade blend
codex plugin add blend@blend

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

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

  • Codex: blend@agent-plugin-marketplaceblend@blend

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/sstoehrm/blend

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

Plugin files

plugins/blend/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/brainstorming/SKILL.md
├── skills/deduce/SKILL.md
└── skills/use-blend/SKILL.md

Included Skills3

brainstormingskills/brainstorming/SKILL.md

Use when brainstorming, designing, or writing a spec for any feature or idea — load this instead of loading superpowers:brainstorming directly.

deduceskills/deduce/SKILL.md

Use when creating or updating a project's concept graph (superficial architecture view) from its code, a plan, or a spec — or when the user asks how the system fits together.

use-blendskills/use-blend/SKILL.md

Use when starting any coding, design, debugging, or writing task — before clarifying questions, exploration, or implementation. Establishes communication style, verification habits, and which skill to route each phase of work through.

Plugin manifests2

plugins/blend/.codex-plugin/plugin.json
{
  "name": "blend",
  "version": "0.3.1",
  "description": "Sören's workflow skills — blends superpowers, simpleviz, and review loops",
  "author": {
    "name": "Sören Stöhrmann"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Blend",
    "shortDescription": "Visual design and evidence-based architecture",
    "longDescription": "Combine superpowers workflows with simpleviz design figures and reviewed concept graphs.",
    "developerName": "Sören Stöhrmann",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use Blend to guide this task."
    ]
  }
}
plugins/blend/.claude-plugin/plugin.json
{
  "name": "blend",
  "version": "0.3.1",
  "description": "Sören's workflow skills — blends superpowers, simpleviz, and review loops",
  "author": {
    "name": "Sören Stöhrmann"
  }
}

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

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