From 615dec970954a8bc6a6e98b4c1bfe76ef2d21d36 Mon Sep 17 00:00:00 2001 From: 888wing <60350139+888wing@users.noreply.github.com> Date: Sat, 21 Mar 2026 01:25:04 +0000 Subject: [PATCH] =?UTF-8?q?Add=20codetape=20=E2=80=94=20documentation=20sy?= =?UTF-8?q?nc=20skill=20for=20AI=20coding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4a46b1..fe738f8 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Over 150 production-ready plugins that extend Claude Code with domain-specific c | [discuss](plugins/discuss/) | Debate implementation approaches with structured pros and cons analysis | | [discoclaw](https://github.com/DiscoClaw/discoclaw) | Personal AI orchestrator that bridges Discord to Claude Code with durable memory, task tracking, and cron-based automation | | [dna-claude-analysis](https://github.com/shmlkv/dna-claude-analysis) | Personal genome analysis toolkit that analyzes raw DNA data across 17 categories and generates a terminal-style HTML dashboard | +| [codetape](https://github.com/888wing/codetape) | The flight recorder for AI coding — auto-records semantic traces and syncs README, CHANGELOG, CLAUDE.md. Zero deps. `npx codetape init` | | [doc-forge](plugins/doc-forge/) | Documentation generation, API docs, and README maintenance | | [docker-helper](plugins/docker-helper/) | Build optimized Docker images and improve Dockerfile best practices | | [double-check](plugins/double-check/) | Verify code correctness with systematic second-pass analysis |