diff --git a/README.md b/README.md
index d05a966c7..e6d045bee 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@
## Latest Additions
+- [claude-devtools](https://github.com/matt1398/claude-devtools) by [matt1398](https://github.com/matt1398) - A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
- [agnix](https://github.com/agent-sh/agnix) by [agent-sh](https://github.com/agent-sh) - A comprehensive linter for Claude Code agent files. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP, and more. Plugin for all major IDEs included, with auto-fixes.
- [Codebase to Course](https://github.com/zarazhangrui/codebase-to-course) by [Zara Zhang](https://github.com/zarazhangrui) - A Claude Code skill that turns any codebase into a beautiful, interactive single-page HTML course for non-technical vibe coders.
- [Ruflo](https://github.com/ruvnet/ruflo) by [rUv](https://github.com/ruvnet) - An orchestration platform for deploying and coordinating multi-agent swarms. If I tried to go into detail it would probably crash my browser. An impressive feat of engineering that tries to cover everything and actually does a good job. Self-learning, autonomous multi-agent swarms, vector-based multi-layered memory, systematic planning, security guardrails, and so on. It's a growing project, and YMMV, but even just studying the patterns is immensely valuable, and it's clearly well-engineered.
@@ -157,6 +158,7 @@
- [Claude Hub](https://github.com/claude-did-this/claude-hub) by [Claude Did This](https://github.com/claude-did-this) - A webhook service that connects Claude Code to GitHub repositories, enabling AI-powered code assistance directly through pull requests and issues. This integration allows Claude to analyze repositories, answer technical questions, and help developers understand and improve their codebase through simple @mentions.
- [Claude Session Restore](https://github.com/ZENG3LD/claude-session-restore) by [ZENG3LD](https://github.com/ZENG3LD) - Efficiently restore context from previous Claude Code sessions by analyzing session files and git history. Features multi-factor data collection across numerous Claude Code capacities with time-based filtering. Uses tail-based parsing for efficient handling of large session files up to 2GB. Includes both a CLI tool for manual analysis and a Claude Code skill for automatic session restoration.
- [claude-code-tools](https://github.com/pchalasani/claude-code-tools) by [Prasad Chalasani](https://github.com/pchalasani) - Well-crafted toolset for session continuity, featuring skills/commands to avoid compaction and recover context across sessions with cross-agent handoff between Claude Code and Codex CLI. Includes a fast Rust/Tantivy-powered full-text session search (TUI for humans, skill/CLI for agents), tmux-cli skill + command for interacting with scripts and CLI agents, and safety hooks to block dangerous commands.
+- [claude-devtools](https://github.com/matt1398/claude-devtools) by [matt1398](https://github.com/matt1398) - A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
- [claude-toolbox](https://github.com/serpro69/claude-toolbox) by [serpro69](https://github.com/serpro69) - This is a starter template repository designed to provide a complete development environment for Claude-Code with pre-configured MCP servers and tools for AI-powered development workflows. The repository is intentionally minimal, containing only configuration templates for three primary systems: Claude Code, Serena, and Task Master.
- [claudekit](https://github.com/carlrannaberg/claudekit) by [Carl Rannaberg](https://github.com/carlrannaberg) - Impressive CLI toolkit providing auto-save checkpointing, code quality hooks, specification generation and execution, and 20+ specialized subagents including oracle (gpt-5), code-reviewer (6-aspect deep analysis), ai-sdk-expert (Vercel AI SDK), typescript-expert and many more for Claude Code workflows.
- [Container Use](https://github.com/dagger/container-use) by [dagger](https://github.com/dagger) - Development environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
diff --git a/README_ALTERNATIVES/README_AWESOME.md b/README_ALTERNATIVES/README_AWESOME.md
index d59a00f9b..b8e05742b 100644
--- a/README_ALTERNATIVES/README_AWESOME.md
+++ b/README_ALTERNATIVES/README_AWESOME.md
@@ -29,6 +29,7 @@
## Latest Additions
+- [claude-devtools](https://github.com/matt1398/claude-devtools) by [matt1398](https://github.com/matt1398) - A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
- [agnix](https://github.com/agent-sh/agnix) by [agent-sh](https://github.com/agent-sh) - A comprehensive linter for Claude Code agent files. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP, and more. Plugin for all major IDEs included, with auto-fixes.
- [Codebase to Course](https://github.com/zarazhangrui/codebase-to-course) by [Zara Zhang](https://github.com/zarazhangrui) - A Claude Code skill that turns any codebase into a beautiful, interactive single-page HTML course for non-technical vibe coders.
- [Ruflo](https://github.com/ruvnet/ruflo) by [rUv](https://github.com/ruvnet) - An orchestration platform for deploying and coordinating multi-agent swarms. If I tried to go into detail it would probably crash my browser. An impressive feat of engineering that tries to cover everything and actually does a good job. Self-learning, autonomous multi-agent swarms, vector-based multi-layered memory, systematic planning, security guardrails, and so on. It's a growing project, and YMMV, but even just studying the patterns is immensely valuable, and it's clearly well-engineered.
@@ -157,6 +158,7 @@
- [Claude Hub](https://github.com/claude-did-this/claude-hub) by [Claude Did This](https://github.com/claude-did-this) - A webhook service that connects Claude Code to GitHub repositories, enabling AI-powered code assistance directly through pull requests and issues. This integration allows Claude to analyze repositories, answer technical questions, and help developers understand and improve their codebase through simple @mentions.
- [Claude Session Restore](https://github.com/ZENG3LD/claude-session-restore) by [ZENG3LD](https://github.com/ZENG3LD) - Efficiently restore context from previous Claude Code sessions by analyzing session files and git history. Features multi-factor data collection across numerous Claude Code capacities with time-based filtering. Uses tail-based parsing for efficient handling of large session files up to 2GB. Includes both a CLI tool for manual analysis and a Claude Code skill for automatic session restoration.
- [claude-code-tools](https://github.com/pchalasani/claude-code-tools) by [Prasad Chalasani](https://github.com/pchalasani) - Well-crafted toolset for session continuity, featuring skills/commands to avoid compaction and recover context across sessions with cross-agent handoff between Claude Code and Codex CLI. Includes a fast Rust/Tantivy-powered full-text session search (TUI for humans, skill/CLI for agents), tmux-cli skill + command for interacting with scripts and CLI agents, and safety hooks to block dangerous commands.
+- [claude-devtools](https://github.com/matt1398/claude-devtools) by [matt1398](https://github.com/matt1398) - A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
- [claude-toolbox](https://github.com/serpro69/claude-toolbox) by [serpro69](https://github.com/serpro69) - This is a starter template repository designed to provide a complete development environment for Claude-Code with pre-configured MCP servers and tools for AI-powered development workflows. The repository is intentionally minimal, containing only configuration templates for three primary systems: Claude Code, Serena, and Task Master.
- [claudekit](https://github.com/carlrannaberg/claudekit) by [Carl Rannaberg](https://github.com/carlrannaberg) - Impressive CLI toolkit providing auto-save checkpointing, code quality hooks, specification generation and execution, and 20+ specialized subagents including oracle (gpt-5), code-reviewer (6-aspect deep analysis), ai-sdk-expert (Vercel AI SDK), typescript-expert and many more for Claude Code workflows.
- [Container Use](https://github.com/dagger/container-use) by [dagger](https://github.com/dagger) - Development environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
diff --git a/README_ALTERNATIVES/README_CLASSIC.md b/README_ALTERNATIVES/README_CLASSIC.md
index 59e20b2e2..e3eadd5d1 100644
--- a/README_ALTERNATIVES/README_CLASSIC.md
+++ b/README_ALTERNATIVES/README_CLASSIC.md
@@ -46,6 +46,17 @@ Claude Code is a cutting-edge CLI-based coding assistant and agent released by [
## Latest Additions ✨ [🔝](#awesome-claude-code)
+[`claude-devtools`](https://github.com/matt1398/claude-devtools) by [matt1398](https://github.com/matt1398) ⚖️ MIT
+A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
+
+
+📊 GitHub Stats
+
+
+
+
+
+
[`agnix`](https://github.com/agent-sh/agnix) by [agent-sh](https://github.com/agent-sh) ⚖️ Apache-2.0
A comprehensive linter for Claude Code agent files. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP, and more. Plugin for all major IDEs included, with auto-fixes.
@@ -849,6 +860,17 @@ Well-crafted toolset for session continuity, featuring skills/commands to avoid
+[`claude-devtools`](https://github.com/matt1398/claude-devtools) by [matt1398](https://github.com/matt1398) ⚖️ MIT
+A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
+
+
+📊 GitHub Stats
+
+
+
+
+
+
[`claude-toolbox`](https://github.com/serpro69/claude-toolbox) by [serpro69](https://github.com/serpro69) ⚖️ MIT
This is a starter template repository designed to provide a complete development environment for Claude-Code with pre-configured MCP servers and tools for AI-powered development workflows. The repository is intentionally minimal, containing only configuration templates for three primary systems: Claude Code, Serena, and Task Master.
diff --git a/README_ALTERNATIVES/README_EXTRA.md b/README_ALTERNATIVES/README_EXTRA.md
index 9da83ca6c..8fc616bf3 100644
--- a/README_ALTERNATIVES/README_EXTRA.md
+++ b/README_ALTERNATIVES/README_EXTRA.md
@@ -187,6 +187,10 @@
+
+_A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design._
+
+
_A comprehensive linter for Claude Code agent files. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP, and more. Plugin for all major IDEs included, with auto-fixes._

@@ -1059,6 +1063,13 @@ _Well-crafted toolset for session continuity, featuring skills/commands to avoid
+
+_A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design._
+
+
+
+
+
_This is a starter template repository designed to provide a complete development environment for Claude-Code with pre-configured MCP servers and tools for AI-powered development workflows. The repository is intentionally minimal, containing only configuration templates for three primary systems: Claude Code, Serena, and Task Master._

diff --git a/README_ALTERNATIVES/README_FLAT_ALL_AZ.md b/README_ALTERNATIVES/README_FLAT_ALL_AZ.md
index 227a30e8b..3e534c2f4 100644
--- a/README_ALTERNATIVES/README_FLAT_ALL_AZ.md
+++ b/README_ALTERNATIVES/README_FLAT_ALL_AZ.md
@@ -1034,6 +1034,15 @@ A flat list view of all resources. Category: **All** | Sorted: alphabetically by
A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
@@ -1791,6 +1800,6 @@ A flat list view of all resources. Category: **All** | Sorted: alphabetically by
---
-**Total Resources:** 194
+**Total Resources:** 195
-**Last Generated:** 2026-03-28
+**Last Generated:** 2026-03-30
diff --git a/README_ALTERNATIVES/README_FLAT_ALL_CREATED.md b/README_ALTERNATIVES/README_FLAT_ALL_CREATED.md
index 4422a3aef..8aaf19d91 100644
--- a/README_ALTERNATIVES/README_FLAT_ALL_CREATED.md
+++ b/README_ALTERNATIVES/README_FLAT_ALL_CREATED.md
@@ -113,6 +113,15 @@ A flat list view of all resources. Category: **All** | Sorted: by date created
A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
@@ -1791,6 +1800,6 @@ A flat list view of all resources. Category: **All** | Sorted: by date created
---
-**Total Resources:** 194
+**Total Resources:** 195
-**Last Generated:** 2026-03-28
+**Last Generated:** 2026-03-30
diff --git a/README_ALTERNATIVES/README_FLAT_ALL_RELEASES.md b/README_ALTERNATIVES/README_FLAT_ALL_RELEASES.md
index 8a994dd49..bf3fb0259 100644
--- a/README_ALTERNATIVES/README_FLAT_ALL_RELEASES.md
+++ b/README_ALTERNATIVES/README_FLAT_ALL_RELEASES.md
@@ -59,6 +59,16 @@ A flat list view of all resources. Category: **All** | Sorted: by latest release
A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
@@ -489,6 +498,6 @@ A flat list view of all resources. Category: **Tooling** | Sorted: alphabeticall
---
-**Total Resources:** 48
+**Total Resources:** 49
-**Last Generated:** 2026-03-28
+**Last Generated:** 2026-03-30
diff --git a/README_ALTERNATIVES/README_FLAT_TOOLING_CREATED.md b/README_ALTERNATIVES/README_FLAT_TOOLING_CREATED.md
index 37b94868f..c3f7f83d0 100644
--- a/README_ALTERNATIVES/README_FLAT_TOOLING_CREATED.md
+++ b/README_ALTERNATIVES/README_FLAT_TOOLING_CREATED.md
@@ -71,6 +71,15 @@ A flat list view of all resources. Category: **Tooling** | Sorted: by date creat
A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
@@ -489,6 +498,6 @@ A flat list view of all resources. Category: **Tooling** | Sorted: by date creat
---
-**Total Resources:** 48
+**Total Resources:** 49
-**Last Generated:** 2026-03-28
+**Last Generated:** 2026-03-30
diff --git a/README_ALTERNATIVES/README_FLAT_TOOLING_RELEASES.md b/README_ALTERNATIVES/README_FLAT_TOOLING_RELEASES.md
index b5015033d..eca1ee8be 100644
--- a/README_ALTERNATIVES/README_FLAT_TOOLING_RELEASES.md
+++ b/README_ALTERNATIVES/README_FLAT_TOOLING_RELEASES.md
@@ -59,6 +59,16 @@ A flat list view of all resources. Category: **Tooling** | Sorted: by latest rel
A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
@@ -213,6 +223,6 @@ A flat list view of all resources. Category: **Tooling** | Sorted: by latest rel
---
-**Total Resources:** 15
+**Total Resources:** 16
-**Last Generated:** 2026-03-28
+**Last Generated:** 2026-03-30
diff --git a/README_ALTERNATIVES/README_FLAT_TOOLING_UPDATED.md b/README_ALTERNATIVES/README_FLAT_TOOLING_UPDATED.md
index a054fd654..773cf55f4 100644
--- a/README_ALTERNATIVES/README_FLAT_TOOLING_UPDATED.md
+++ b/README_ALTERNATIVES/README_FLAT_TOOLING_UPDATED.md
@@ -188,6 +188,15 @@ A flat list view of all resources. Category: **Tooling** | Sorted: by last updat
A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.
---
-**Total Resources:** 5
+**Total Resources:** 4
-**Last Generated:** 2026-03-28
+**Last Generated:** 2026-03-30
diff --git a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_UPDATED.md b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_UPDATED.md
index f387f4bf3..86516daa7 100644
--- a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_UPDATED.md
+++ b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_UPDATED.md
@@ -344,4 +344,4 @@ A flat list view of all resources. Category: **Workflows** | Sorted: by last upd
**Total Resources:** 32
-**Last Generated:** 2026-03-28
+**Last Generated:** 2026-03-30
diff --git a/THE_RESOURCES_TABLE.csv b/THE_RESOURCES_TABLE.csv
index 3daec79e9..713e47d4b 100644
--- a/THE_RESOURCES_TABLE.csv
+++ b/THE_RESOURCES_TABLE.csv
@@ -62,6 +62,7 @@ tool-552cdcdf,Claude Composer,Tooling,General,https://github.com/possibilities/c
tool-ca25af98,Claude Hub,Tooling,General,https://github.com/claude-did-this/claude-hub,,Claude Did This,https://github.com/claude-did-this,TRUE,2025-07-29,2025-06-20:16-16-08,2026-03-26:23-33-42,NOT_FOUND,"A webhook service that connects Claude Code to GitHub repositories, enabling AI-powered code assistance directly through pull requests and issues. This integration allows Claude to analyze repositories, answer technical questions, and help developers understand and improve their codebase through simple @mentions.",FALSE,TRUE,2025-05-20:17-01-59,2025-05-31:18-48-30,v0.1.1,github-releases
tool-0b63bd5f,Claude Session Restore,Tooling,General,https://github.com/ZENG3LD/claude-session-restore,,ZENG3LD,https://github.com/ZENG3LD,TRUE,2026-01-29:01-51-46,2026-01-26:07-54-17,2026-03-26:23-33-44,NOASSERTION,Efficiently restore context from previous Claude Code sessions by analyzing session files and git history. Features multi-factor data collection across numerous Claude Code capacities with time-based filtering. Uses tail-based parsing for efficient handling of large session files up to 2GB. Includes both a CLI tool for manual analysis and a Claude Code skill for automatic session restoration.,FALSE,FALSE,2026-01-26:07-13-54,,,
tool-3bb5a470,claude-code-tools,Tooling,General,https://github.com/pchalasani/claude-code-tools,,Prasad Chalasani,https://github.com/pchalasani,TRUE,2025-08-05:12-08-07,2026-03-26:18-23-53,2026-03-26:23-33-46,MIT,"Well-crafted toolset for session continuity, featuring skills/commands to avoid compaction and recover context across sessions with cross-agent handoff between Claude Code and Codex CLI. Includes a fast Rust/Tantivy-powered full-text session search (TUI for humans, skill/CLI for agents), tmux-cli skill + command for interacting with scripts and CLI agents, and safety hooks to block dangerous commands.",FALSE,FALSE,2025-07-31:11-39-16,2026-03-09:16-25-22,v1.10.8,github-releases
+tool-e6553311,claude-devtools,Tooling,General,https://github.com/matt1398/claude-devtools,,matt1398,https://github.com/matt1398,TRUE,2026-03-30:00-51-21,2026-03-23:04-21-05,2026-03-30:00-51-21,MIT,"A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.",FALSE,FALSE,2026-02-11:06-52-00,2026-03-23:04-32-34,v0.4.9,github-releases
tool-8b0193b7,claude-toolbox,Tooling,General,https://github.com/serpro69/claude-toolbox,,serpro69,https://github.com/serpro69,TRUE,2025-12-06:09-40-40,2026-03-25:09-26-13,2026-03-26:23-33-49,MIT,"This is a starter template repository designed to provide a complete development environment for Claude-Code with pre-configured MCP servers and tools for AI-powered development workflows. The repository is intentionally minimal, containing only configuration templates for three primary systems: Claude Code, Serena, and Task Master.",FALSE,FALSE,2025-10-17:10-31-30,2026-03-11:10-12-45,v0.3.0,github-releases
tool-1cbdd0fb,claudekit,Tooling,General,https://github.com/carlrannaberg/claudekit,https://www.npmjs.com/package/claudekit,Carl Rannaberg,https://github.com/carlrannaberg,TRUE,2025-08-24:07-25-28,2026-01-15:07-30-07,2026-03-26:23-33-51,MIT,"Impressive CLI toolkit providing auto-save checkpointing, code quality hooks, specification generation and execution, and 20+ specialized subagents including oracle (gpt-5), code-reviewer (6-aspect deep analysis), ai-sdk-expert (Vercel AI SDK), typescript-expert and many more for Claude Code workflows.",FALSE,FALSE,2025-07-11:19-10-32,2025-09-28:22-17-04,v0.9.4,github-releases
tool-af235370,Container Use,Tooling,General,https://github.com/dagger/container-use,,dagger,https://github.com/dagger,TRUE,2025-07-29,2026-02-23:12-37-45,2026-03-26:23-33-53,Apache-2.0,Development environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.,FALSE,FALSE,2025-05-27:17-37-49,2025-08-19:22-31-40,v0.4.2,github-releases
diff --git a/assets/badge-claude-devtools.svg b/assets/badge-claude-devtools.svg
new file mode 100644
index 000000000..808268410
--- /dev/null
+++ b/assets/badge-claude-devtools.svg
@@ -0,0 +1,32 @@
+