Agent Plugins Marketplace
All plugins

brain-signals

An answer-shape kit for scannable, verdict-first answers: the Brain Signals output style, the /explain family (explain, compare, map, zoom, why, tldr, diagram), a read-only cartographer subagent for architecture maps, and /task for goal-locked execution.

Claude Code7 Skills

By Ismail KattakathLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 24, 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 brain-signals 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 brain-signals@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/kattakath/skills

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

Plugin files

plugins/brain-signals/
├── .claude-plugin/plugin.json
├── skills/compare/SKILL.md
├── skills/diagram/SKILL.md
├── skills/explain/SKILL.md
├── skills/map/SKILL.md
├── skills/tldr/SKILL.md
├── skills/why/SKILL.md
└── skills/zoom/SKILL.md

Included Skills7

compareskills/compare/SKILL.md

Compare/contrast two or more options as a decision table. Use when I ask to compare, contrast, or choose between alternatives.

diagramskills/diagram/SKILL.md

Render a mermaid diagram as real ASCII boxes in the terminal. Use when I want a rendered diagram of an architecture, flow, or state.

explainskills/explain/SKILL.md

Layered expert explanation of a topic. Use when I ask to explain, understand, or unpack a concept, system, or design.

mapskills/map/SKILL.md

Birds-eye architecture map of the current repo with an ASCII diagram. Use when I want the grand scheme of a codebase.

tldrskills/tldr/SKILL.md

Bottom line only, no elaboration. Use when I ask for the TL;DR, the short version, or just the answer.

whyskills/why/SKILL.md

Give the reasoning and use cases (why and when) behind a choice. Use when I ask why, when, or for the rationale/trade-offs.

zoomskills/zoom/SKILL.md

Drill one layer deeper into the last thing explained. Use when I say zoom in, go deeper, or drill down.

Plugin manifests1

plugins/brain-signals/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "brain-signals",
  "description": "An answer-shape kit for scannable, verdict-first answers: the Brain Signals output style, the /explain family (explain, compare, map, zoom, why, tldr, diagram), a read-only cartographer subagent for architecture maps, and /task for goal-locked execution.",
  "author": {
    "name": "Ismail Kattakath"
  },
  "homepage": "https://github.com/kattakath/skills/tree/main/plugins/brain-signals",
  "repository": "https://github.com/kattakath/skills",
  "license": "MIT",
  "keywords": [
    "output-style",
    "explain",
    "accessibility",
    "adhd",
    "diagrams",
    "architecture"
  ]
}

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

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