Agent Plugins Marketplace
← All plugins

agent-flow

v0.1.0

A side pane that draws the session's agent flow live: the main loop's context window, every subagent it spawns as a tree, and for each one the context handed down (its prompt, or the whole parent context for a fork), what it did with it (steps, tools, context size) and the answer it handed back up. Docked beside the transcript in the fullscreen layout, above the prompt otherwise. Needs function hooks (early access).

Claude Code

By claude-code-templatesLicense: MIT31.8k GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 26, 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 agent-flow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-flow@agent-plugin-marketplace

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

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/davila7/claude-code-templates

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cli-tool/components/mods/ui/agent-flow/.

Plugin files

cli-tool/components/mods/ui/agent-flow/
└── .claude-plugin/plugin.json

Plugin manifests1

cli-tool/components/mods/ui/agent-flow/.claude-plugin/plugin.json
{
  "name": "agent-flow",
  "version": "0.1.0",
  "description": "A side pane that draws the session's agent flow live: the main loop's context window, every subagent it spawns as a tree, and for each one the context handed down (its prompt, or the whole parent context for a fork), what it did with it (steps, tools, context size) and the answer it handed back up. Docked beside the transcript in the fullscreen layout, above the prompt otherwise. Needs function hooks (early access).",
  "author": {
    "name": "claude-code-templates",
    "url": "https://www.aitmpl.com"
  },
  "repository": "https://github.com/davila7/claude-code-templates",
  "license": "MIT",
  "keywords": [
    "mod",
    "function-hooks",
    "ui",
    "agents",
    "subagents",
    "context",
    "sidebar"
  ],
  "userConfig": {
    "columns": {
      "type": "number",
      "title": "Pane width",
      "description": "Columns asked for the docked pane in the fullscreen layout (32-120); a width you drag it to wins",
      "default": 52
    },
    "maxAgents": {
      "type": "number",
      "title": "Agents kept",
      "description": "How many subagents the flow keeps, oldest finished ones dropped first",
      "default": 60
    },
    "openOnStart": {
      "type": "boolean",
      "title": "Open on start",
      "description": "Open the pane when the session starts; the engine keeps an unasked pane hidden below 144 columns",
      "default": false
    }
  }
}

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

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