Render the user's mental model — flow, structure, relationship, lifecycle, architecture, schedule, data — as a Mermaid diagram and attach it as an inline PNG image. MUST trigger on Korean "시각화해줘", "시각화", "다이어그램으로 그려줘", "다이어그램 그려줘", "그려줘", "도식화해줘", "그림으로 보여줘", "흐름도", "플로우", "시퀀스 다이어그램", "구조도", "아키텍처 그림", "ERD 그려줘", "상태 다이어그램", "마인드맵", "간트", and English "draw a diagram / chart / flowchart", "visualize this", "sketch this", "as a diagram", "mermaid". Covers flowchart, sequence, class, state, ER, architecture, C4, gantt, timeline, pie, quadrant, xychart, sankey, journey, mindmap, gitgraph, requirement. Also trigger when the user describes a process / system / data model / lifecycle and asks to "보여줘" — even without the word "다이어그램" — since the goal is to turn their mental model into a picture.
Reorganize the current branch's work into a clean, reviewer-friendly sequence of bisectable commits. Use when the user asks to clean up commits, split a messy WIP into logical commits, prepare a branch for review/PR, organize changes into bisectable history, or rewrite history so each commit builds and passes tests on its own. Triggers on phrases like "organize commits", "bisectable commit", "정리해줘", "리뷰어 친화적으로", "커밋 쪼개줘", "split this commit", "clean up history".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin.
From the Claude Code CLI:
/plugin marketplace add identity16/brown
/plugin install brown@brown
Or, for local development, clone the repo and add it as a local marketplace:
/plugin marketplace add /path/to/brown
/plugin install brown@brown
.claude-plugin/
plugin.json # Plugin manifest
marketplace.json # Marketplace manifest (this repo distributes itself)
commands/ # Slash commands
agents/ # Subagents
skills/ # Skills (one folder per skill, with SKILL.md)
hooks/
hooks.json # Hook configuration
session-start.sh # Script invoked by the SessionStart hook
organize-commits skill — reorganize the current branch into bisectable commits.SessionStart hook — runs hooks/session-start.sh when a session starts.
Checks the local plugin checkout against its upstream branch and, when it is
strictly behind with a clean working tree, fast-forwards it. Skips silently
when git is unavailable, the plugin is not a git checkout, no upstream is
configured, the remote is unreachable, the working tree is dirty, or the
branches have diverged.Edit the files above, then reload in Claude Code with /plugin → reload, or
restart the session.
npx claudepluginhub identity16/brown --plugin brownPractical skills for Claude Code: document gardening, knowledge base maintenance, doc-code sync workflows, and agent benchmarking
Memory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.