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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install brain-signals@agent-plugin-marketplacePaste 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/skillsClone 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
├── .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
Compare/contrast two or more options as a decision table. Use when I ask to compare, contrast, or choose between alternatives.
Render a mermaid diagram as real ASCII boxes in the terminal. Use when I want a rendered diagram of an architecture, flow, or state.
Layered expert explanation of a topic. Use when I ask to explain, understand, or unpack a concept, system, or design.
Birds-eye architecture map of the current repo with an ASCII diagram. Use when I want the grand scheme of a codebase.
Bottom line only, no elaboration. Use when I ask for the TL;DR, the short version, or just the answer.
Give the reasoning and use cases (why and when) behind a choice. Use when I ask why, when, or for the rationale/trade-offs.
Drill one layer deeper into the last thing explained. Use when I say zoom in, go deeper, or drill down.
Plugin manifests1
{
"$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"
]
}For maintainers
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)