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 + +![GitHub Stats for claude-devtools](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-devtools&username=matt1398&all_stats=true&stats_only=true) + +
+
+ [`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 + +![GitHub Stats for claude-devtools](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-devtools&username=matt1398&all_stats=true&stats_only=true) + +
+
+ [`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 @@ +claude-devtools +_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 for claude-devtools](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-devtools&username=matt1398&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000) + agnix _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._ ![GitHub Stats for agnix](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=agnix&username=agent-sh&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000) @@ -1059,6 +1063,13 @@ _Well-crafted toolset for session continuity, featuring skills/commands to avoid
+claude-devtools +_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 for claude-devtools](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-devtools&username=matt1398&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000) + +
+ + claude-toolbox _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._ ![GitHub Stats for claude-toolbox](https://github-readme-stats-fork-orpin.vercel.app/api/pin/?repo=claude-toolbox&username=serpro69&all_stats=true&stats_only=true&hide_border=true&bg_color=00000000&icon_color=FF0000&text_color=FF0000) 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 stars forks issues prs created last-commit release-date version license +claude-devtools
by matt1398 +Tooling +General +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. + + +stars forks issues prs created last-commit release-date version license + + claude-esp
by phiat Alternative Clients General @@ -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 stars forks issues prs created last-commit release-date version license +claude-devtools
by matt1398 +Tooling +General +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. + + +stars forks issues prs created last-commit release-date version license + + read-only-postgres
by jawwadfirdousi Agent Skills General @@ -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 +claude-devtools
by matt1398 +v0.4.9 +GitHub +2026-03-23 +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. + + +stars forks issues prs created last-commit release-date version license + + agnix
by agent-sh v0.16.5 GitHub @@ -488,41 +498,11 @@ A flat list view of all resources. Category: **All** | Sorted: by latest release stars forks issues prs created last-commit release-date version license - -claude-code-docs
by Constantin Shafranski -v0.6.0 -GitHub -2026-02-28 -A mirror of the Anthropic© PBC documentation site for Claude/Code, but with bonus features like full-text search and query-time updates - a nice companion to `claude-code-docs` for up-to-the-minute, fully-indexed information so that Claude Code can read about itself. - - -stars forks issues prs created last-commit release-date version license - - -AWS MCP Server
by alexei-led -v1.7.0 -GitHub -2026-02-27 -Features multiple Python environment setup options with detailed code style guidelines, comprehensive error handling recommendations, and security considerations for AWS CLI interactions. - - -stars forks issues prs created last-commit release-date version license - - -crystal
by stravu -v0.3.5 -GitHub -2026-02-26 -A full-fledged desktop application for orchestrating, monitoring, and interacting with Claude Code agents. - - -stars forks issues prs created last-commit release-date version license - --- -**Total Resources:** 46 +**Total Resources:** 44 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_ALL_UPDATED.md b/README_ALTERNATIVES/README_FLAT_ALL_UPDATED.md index 36e1160b2..a1fc37080 100644 --- a/README_ALTERNATIVES/README_FLAT_ALL_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_ALL_UPDATED.md @@ -482,6 +482,15 @@ A flat list view of all resources. Category: **All** | Sorted: by last updated d stars forks issues prs created last-commit release-date version license +claude-devtools
by matt1398 +Tooling +General +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. + + +stars forks issues prs created last-commit release-date version license + + TSK - AI Agent Task Manager and Sandbox
by dtormoen Tooling Orchestrators @@ -1791,6 +1800,6 @@ A flat list view of all resources. Category: **All** | Sorted: by last updated d --- -**Total Resources:** 194 +**Total Resources:** 195 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_AZ.md b/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_AZ.md index 7d567a78f..545906b98 100644 --- a/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_AZ.md @@ -269,4 +269,4 @@ A flat list view of all resources. Category: **CLAUDE.md** | Sorted: alphabetica **Total Resources:** 23 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_CREATED.md b/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_CREATED.md index 5a04ea652..e7103c5bd 100644 --- a/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_CREATED.md @@ -269,4 +269,4 @@ A flat list view of all resources. Category: **CLAUDE.md** | Sorted: by date cre **Total Resources:** 23 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_RELEASES.md b/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_RELEASES.md index 0f2dd6b9a..12fb384af 100644 --- a/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_RELEASES.md +++ b/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_RELEASES.md @@ -118,21 +118,11 @@ A flat list view of all resources. Category: **CLAUDE.md** | Sorted: by latest r stars forks issues prs created last-commit release-date version license - -AWS MCP Server
by alexei-led -v1.7.0 -GitHub -2026-02-27 -Features multiple Python environment setup options with detailed code style guidelines, comprehensive error handling recommendations, and security considerations for AWS CLI interactions. - - -stars forks issues prs created last-commit release-date version license - --- -**Total Resources:** 7 +**Total Resources:** 6 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_UPDATED.md b/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_UPDATED.md index 6d322dffd..65daf90a9 100644 --- a/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_CLAUDE-MD_UPDATED.md @@ -269,4 +269,4 @@ A flat list view of all resources. Category: **CLAUDE.md** | Sorted: by last upd **Total Resources:** 23 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_CLIENTS_AZ.md b/README_ALTERNATIVES/README_FLAT_CLIENTS_AZ.md index bc69d020a..1d479ba41 100644 --- a/README_ALTERNATIVES/README_FLAT_CLIENTS_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_CLIENTS_AZ.md @@ -107,4 +107,4 @@ A flat list view of all resources. Category: **Clients** | Sorted: alphabeticall **Total Resources:** 5 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_CLIENTS_CREATED.md b/README_ALTERNATIVES/README_FLAT_CLIENTS_CREATED.md index 06d229ccb..78641a72a 100644 --- a/README_ALTERNATIVES/README_FLAT_CLIENTS_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_CLIENTS_CREATED.md @@ -107,4 +107,4 @@ A flat list view of all resources. Category: **Clients** | Sorted: by date creat **Total Resources:** 5 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_CLIENTS_RELEASES.md b/README_ALTERNATIVES/README_FLAT_CLIENTS_RELEASES.md index 273e629c5..7616d6d35 100644 --- a/README_ALTERNATIVES/README_FLAT_CLIENTS_RELEASES.md +++ b/README_ALTERNATIVES/README_FLAT_CLIENTS_RELEASES.md @@ -68,21 +68,11 @@ A flat list view of all resources. Category: **Clients** | Sorted: by latest rel stars forks issues prs created last-commit release-date version license - -crystal
by stravu -v0.3.5 -GitHub -2026-02-26 -A full-fledged desktop application for orchestrating, monitoring, and interacting with Claude Code agents. - - -stars forks issues prs created last-commit release-date version license - --- -**Total Resources:** 2 +**Total Resources:** 1 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_CLIENTS_UPDATED.md b/README_ALTERNATIVES/README_FLAT_CLIENTS_UPDATED.md index 3d51c19f3..ca6d6bbc7 100644 --- a/README_ALTERNATIVES/README_FLAT_CLIENTS_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_CLIENTS_UPDATED.md @@ -107,4 +107,4 @@ A flat list view of all resources. Category: **Clients** | Sorted: by last updat **Total Resources:** 5 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_COMMANDS_AZ.md b/README_ALTERNATIVES/README_FLAT_COMMANDS_AZ.md index 0dcc7bfc1..63707747a 100644 --- a/README_ALTERNATIVES/README_FLAT_COMMANDS_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_COMMANDS_AZ.md @@ -449,4 +449,4 @@ A flat list view of all resources. Category: **Commands** | Sorted: alphabetical **Total Resources:** 43 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_COMMANDS_CREATED.md b/README_ALTERNATIVES/README_FLAT_COMMANDS_CREATED.md index 8a1894514..10136894f 100644 --- a/README_ALTERNATIVES/README_FLAT_COMMANDS_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_COMMANDS_CREATED.md @@ -449,4 +449,4 @@ A flat list view of all resources. Category: **Commands** | Sorted: by date crea **Total Resources:** 43 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_COMMANDS_RELEASES.md b/README_ALTERNATIVES/README_FLAT_COMMANDS_RELEASES.md index 61c721a96..6a0691303 100644 --- a/README_ALTERNATIVES/README_FLAT_COMMANDS_RELEASES.md +++ b/README_ALTERNATIVES/README_FLAT_COMMANDS_RELEASES.md @@ -95,4 +95,4 @@ A flat list view of all resources. Category: **Commands** | Sorted: by latest re **Total Resources:** 3 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_COMMANDS_UPDATED.md b/README_ALTERNATIVES/README_FLAT_COMMANDS_UPDATED.md index d3e568153..ab4c335d2 100644 --- a/README_ALTERNATIVES/README_FLAT_COMMANDS_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_COMMANDS_UPDATED.md @@ -449,4 +449,4 @@ A flat list view of all resources. Category: **Commands** | Sorted: by last upda **Total Resources:** 43 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_DOCS_AZ.md b/README_ALTERNATIVES/README_FLAT_DOCS_AZ.md index 24dbc6ead..c2066c818 100644 --- a/README_ALTERNATIVES/README_FLAT_DOCS_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_DOCS_AZ.md @@ -86,4 +86,4 @@ A flat list view of all resources. Category: **Docs** | Sorted: alphabetically b **Total Resources:** 3 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_DOCS_CREATED.md b/README_ALTERNATIVES/README_FLAT_DOCS_CREATED.md index 217ba555f..c10e8c969 100644 --- a/README_ALTERNATIVES/README_FLAT_DOCS_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_DOCS_CREATED.md @@ -86,4 +86,4 @@ A flat list view of all resources. Category: **Docs** | Sorted: by date created **Total Resources:** 3 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_DOCS_RELEASES.md b/README_ALTERNATIVES/README_FLAT_DOCS_RELEASES.md index 414006a41..fabd66ba2 100644 --- a/README_ALTERNATIVES/README_FLAT_DOCS_RELEASES.md +++ b/README_ALTERNATIVES/README_FLAT_DOCS_RELEASES.md @@ -53,4 +53,4 @@ A flat list view of all resources. Category: **Docs** | Sorted: by latest releas **Total Resources:** 0 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_DOCS_UPDATED.md b/README_ALTERNATIVES/README_FLAT_DOCS_UPDATED.md index e78b6ef1d..c736dc6e4 100644 --- a/README_ALTERNATIVES/README_FLAT_DOCS_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_DOCS_UPDATED.md @@ -86,4 +86,4 @@ A flat list view of all resources. Category: **Docs** | Sorted: by last updated **Total Resources:** 3 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_HOOKS_AZ.md b/README_ALTERNATIVES/README_FLAT_HOOKS_AZ.md index fc594d01a..996671eb6 100644 --- a/README_ALTERNATIVES/README_FLAT_HOOKS_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_HOOKS_AZ.md @@ -170,4 +170,4 @@ A flat list view of all resources. Category: **Hooks** | Sorted: alphabetically **Total Resources:** 12 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_HOOKS_CREATED.md b/README_ALTERNATIVES/README_FLAT_HOOKS_CREATED.md index 1c7d68bdc..254496ac0 100644 --- a/README_ALTERNATIVES/README_FLAT_HOOKS_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_HOOKS_CREATED.md @@ -170,4 +170,4 @@ A flat list view of all resources. Category: **Hooks** | Sorted: by date created **Total Resources:** 12 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_HOOKS_RELEASES.md b/README_ALTERNATIVES/README_FLAT_HOOKS_RELEASES.md index 6408b7105..281fd10c9 100644 --- a/README_ALTERNATIVES/README_FLAT_HOOKS_RELEASES.md +++ b/README_ALTERNATIVES/README_FLAT_HOOKS_RELEASES.md @@ -105,4 +105,4 @@ A flat list view of all resources. Category: **Hooks** | Sorted: by latest relea **Total Resources:** 4 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_HOOKS_UPDATED.md b/README_ALTERNATIVES/README_FLAT_HOOKS_UPDATED.md index 50f6f0351..fb8b7e68c 100644 --- a/README_ALTERNATIVES/README_FLAT_HOOKS_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_HOOKS_UPDATED.md @@ -170,4 +170,4 @@ A flat list view of all resources. Category: **Hooks** | Sorted: by last updated **Total Resources:** 12 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_SKILLS_AZ.md b/README_ALTERNATIVES/README_FLAT_SKILLS_AZ.md index 04be86094..6ab49dc5d 100644 --- a/README_ALTERNATIVES/README_FLAT_SKILLS_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_SKILLS_AZ.md @@ -230,4 +230,4 @@ A flat list view of all resources. Category: **Skills** | Sorted: alphabetically **Total Resources:** 19 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_SKILLS_CREATED.md b/README_ALTERNATIVES/README_FLAT_SKILLS_CREATED.md index fed045a2c..8a720c3f4 100644 --- a/README_ALTERNATIVES/README_FLAT_SKILLS_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_SKILLS_CREATED.md @@ -230,4 +230,4 @@ A flat list view of all resources. Category: **Skills** | Sorted: by date create **Total Resources:** 19 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_SKILLS_RELEASES.md b/README_ALTERNATIVES/README_FLAT_SKILLS_RELEASES.md index a7ed218e7..d583a6d5f 100644 --- a/README_ALTERNATIVES/README_FLAT_SKILLS_RELEASES.md +++ b/README_ALTERNATIVES/README_FLAT_SKILLS_RELEASES.md @@ -135,4 +135,4 @@ A flat list view of all resources. Category: **Skills** | Sorted: by latest rele **Total Resources:** 7 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_SKILLS_UPDATED.md b/README_ALTERNATIVES/README_FLAT_SKILLS_UPDATED.md index 8c2e08911..f0ad67d4a 100644 --- a/README_ALTERNATIVES/README_FLAT_SKILLS_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_SKILLS_UPDATED.md @@ -230,4 +230,4 @@ A flat list view of all resources. Category: **Skills** | Sorted: by last update **Total Resources:** 19 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_STATUSLINE_AZ.md b/README_ALTERNATIVES/README_FLAT_STATUSLINE_AZ.md index f275261e2..123683449 100644 --- a/README_ALTERNATIVES/README_FLAT_STATUSLINE_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_STATUSLINE_AZ.md @@ -107,4 +107,4 @@ A flat list view of all resources. Category: **Status** | Sorted: alphabetically **Total Resources:** 5 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_STATUSLINE_CREATED.md b/README_ALTERNATIVES/README_FLAT_STATUSLINE_CREATED.md index f999efa25..66b00d847 100644 --- a/README_ALTERNATIVES/README_FLAT_STATUSLINE_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_STATUSLINE_CREATED.md @@ -107,4 +107,4 @@ A flat list view of all resources. Category: **Status** | Sorted: by date create **Total Resources:** 5 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_STATUSLINE_RELEASES.md b/README_ALTERNATIVES/README_FLAT_STATUSLINE_RELEASES.md index 7321d4b36..00e3490d8 100644 --- a/README_ALTERNATIVES/README_FLAT_STATUSLINE_RELEASES.md +++ b/README_ALTERNATIVES/README_FLAT_STATUSLINE_RELEASES.md @@ -95,4 +95,4 @@ A flat list view of all resources. Category: **Status** | Sorted: by latest rele **Total Resources:** 3 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_STATUSLINE_UPDATED.md b/README_ALTERNATIVES/README_FLAT_STATUSLINE_UPDATED.md index a39e32171..b7d08330c 100644 --- a/README_ALTERNATIVES/README_FLAT_STATUSLINE_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_STATUSLINE_UPDATED.md @@ -107,4 +107,4 @@ A flat list view of all resources. Category: **Status** | Sorted: by last update **Total Resources:** 5 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_STYLES_AZ.md b/README_ALTERNATIVES/README_FLAT_STYLES_AZ.md index 54ee1ee76..2bd0b7552 100644 --- a/README_ALTERNATIVES/README_FLAT_STYLES_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_STYLES_AZ.md @@ -98,4 +98,4 @@ A flat list view of all resources. Category: **Styles** | Sorted: alphabetically **Total Resources:** 4 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_STYLES_CREATED.md b/README_ALTERNATIVES/README_FLAT_STYLES_CREATED.md index 752f89751..13729be6c 100644 --- a/README_ALTERNATIVES/README_FLAT_STYLES_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_STYLES_CREATED.md @@ -98,4 +98,4 @@ A flat list view of all resources. Category: **Styles** | Sorted: by date create **Total Resources:** 4 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_STYLES_RELEASES.md b/README_ALTERNATIVES/README_FLAT_STYLES_RELEASES.md index 2f4dc4e1c..eb2cdf867 100644 --- a/README_ALTERNATIVES/README_FLAT_STYLES_RELEASES.md +++ b/README_ALTERNATIVES/README_FLAT_STYLES_RELEASES.md @@ -53,4 +53,4 @@ A flat list view of all resources. Category: **Styles** | Sorted: by latest rele **Total Resources:** 0 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_STYLES_UPDATED.md b/README_ALTERNATIVES/README_FLAT_STYLES_UPDATED.md index 2e6d7fa08..a5e20cb69 100644 --- a/README_ALTERNATIVES/README_FLAT_STYLES_UPDATED.md +++ b/README_ALTERNATIVES/README_FLAT_STYLES_UPDATED.md @@ -98,4 +98,4 @@ A flat list view of all resources. Category: **Styles** | Sorted: by last update **Total Resources:** 4 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_TOOLING_AZ.md b/README_ALTERNATIVES/README_FLAT_TOOLING_AZ.md index 04e13f8a8..b6aa736a2 100644 --- a/README_ALTERNATIVES/README_FLAT_TOOLING_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_TOOLING_AZ.md @@ -278,6 +278,15 @@ A flat list view of all resources. Category: **Tooling** | Sorted: alphabeticall stars forks issues prs created last-commit release-date version license +claude-devtools
by matt1398 +Tooling +General +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. + + +stars forks issues prs created last-commit release-date version license + + claude-rules-doctor
by nulone Tooling Config Managers @@ -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 stars forks issues prs created last-commit release-date version license +claude-devtools
by matt1398 +Tooling +General +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. + + +stars forks issues prs created last-commit release-date version license + + agnix
by agent-sh Tooling Config Managers @@ -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 +claude-devtools
by matt1398 +v0.4.9 +GitHub +2026-03-23 +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. + + +stars forks issues prs created last-commit release-date version license + + agnix
by agent-sh v0.16.5 GitHub @@ -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 stars forks issues prs created last-commit release-date version license +claude-devtools
by matt1398 +Tooling +General +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. + + +stars forks issues prs created last-commit release-date version license + + TSK - AI Agent Task Manager and Sandbox
by dtormoen Tooling Orchestrators @@ -489,6 +498,6 @@ A flat list view of all resources. Category: **Tooling** | Sorted: by last updat --- -**Total Resources:** 48 +**Total Resources:** 49 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_AZ.md b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_AZ.md index 4290add20..d45324029 100644 --- a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_AZ.md +++ b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_AZ.md @@ -344,4 +344,4 @@ A flat list view of all resources. Category: **Workflows** | Sorted: alphabetica **Total Resources:** 32 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_CREATED.md b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_CREATED.md index 178f93d2f..cddd91f04 100644 --- a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_CREATED.md +++ b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_CREATED.md @@ -344,4 +344,4 @@ A flat list view of all resources. Category: **Workflows** | Sorted: by date cre **Total Resources:** 32 -**Last Generated:** 2026-03-28 +**Last Generated:** 2026-03-30 diff --git a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_RELEASES.md b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_RELEASES.md index 71dc4932a..f1bcf703a 100644 --- a/README_ALTERNATIVES/README_FLAT_WORKFLOWS_RELEASES.md +++ b/README_ALTERNATIVES/README_FLAT_WORKFLOWS_RELEASES.md @@ -98,21 +98,11 @@ A flat list view of all resources. Category: **Workflows** | Sorted: by latest r stars forks issues prs created last-commit release-date version license - -claude-code-docs
by Constantin Shafranski -v0.6.0 -GitHub -2026-02-28 -A mirror of the Anthropic© PBC documentation site for Claude/Code, but with bonus features like full-text search and query-time updates - a nice companion to `claude-code-docs` for up-to-the-minute, fully-indexed information so that Claude Code can read about itself. - - -stars forks issues prs created last-commit release-date version license - --- -**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 @@ + + + + + + + + + CL + + + claude-devtools + by matt1398 + + + +