From 0096d0a03e9494c2e44b059adb56b54ab423ba0d Mon Sep 17 00:00:00 2001
From: Rohit Ghumare
Date: Fri, 6 Mar 2026 18:45:53 +0530
Subject: [PATCH] fix: rebrand visuals to Anthropic colors and update
infographic to v2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
SVGs: replace purple/indigo (#6366f1, #a78bfa) with Anthropic coral (#D97757, #E8926F)
and navy backgrounds (#191A23). README badges and mermaid diagrams updated to match.
Infographic: update from v1.3 to v2.0 — 11 skills, 5 agents, 18 hooks, 7 guides.
Add orchestrator/debugger agents, context-optimizer/orchestrate skills, and 7 new
hook events (SubagentStart, SubagentStop, TaskCompleted, PermissionRequest, etc).
---
README.md | 12 ++---
assets/architecture.svg | 70 ++++++++++++++--------------
assets/banner.svg | 82 ++++++++++++++++-----------------
assets/logo.svg | 4 +-
assets/self-correction-demo.svg | 2 +-
assets/workflow-flow.svg | 30 ++++++------
docs/infographic.html | 77 ++++++++++++++++++++++++++-----
7 files changed, 166 insertions(+), 111 deletions(-)
diff --git a/README.md b/README.md
index 8009815..36e2b00 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
-
-
+
+
@@ -232,7 +232,7 @@ graph LR
C -->|Needs permission| K[PermissionRequest]
- style A fill:#6366f1,color:#fff,stroke:none
+ style A fill:#D97757,color:#fff,stroke:none
style H fill:#ef4444,color:#fff,stroke:none
style D fill:#f59e0b,color:#000,stroke:none
style E fill:#22c55e,color:#fff,stroke:none
@@ -289,8 +289,8 @@ graph TD
SK --> WS[Windsurf]
SK --> MORE[27+ more]
- style PW fill:#6366f1,color:#fff,stroke:none
- style CC fill:#a78bfa,color:#fff,stroke:none
+ style PW fill:#D97757,color:#fff,stroke:none
+ style CC fill:#E8926F,color:#fff,stroke:none
style CU fill:#f59e0b,color:#000,stroke:none
style SK fill:#22c55e,color:#fff,stroke:none
```
@@ -398,7 +398,7 @@ cp -r /tmp/pw/templates/split-claude-md/* ./.claude/
If you find this useful, star the repo to help others discover it.