From 25f9a44d1c147f5286690d95ebbeddf651775756 Mon Sep 17 00:00:00 2001 From: YK <1811651+ykdojo@users.noreply.github.com> Date: Sun, 28 Dec 2025 13:18:48 +0900 Subject: [PATCH] Add dx plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97067ef..44f587d 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ A curated list of awesome tools, integrations, extensions, plugins, frameworks, - [**Severance**](https://github.com/blas0/Severance): A semantic memory system designed for Claude Code. - [**claude-code-router**](https://github.com/musistudio/claude-code-router): Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the model while enjoying updates from Anthropic. - [**claude-mem**](https://github.com/thedotmack/claude-mem): A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions. +- [**dx**](https://github.com/ykdojo/claude-code-tips#install-the-dx-plugin): A Claude Code plugin with GitHub Actions failure analysis, conversation handoff documents, and session cloning for branching approaches. ---