From ea90805088dd91f76dc1b0c46cd5a6043cebccda Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Oct 2025 05:56:52 +0000 Subject: [PATCH] fix: correct table of contents anchor links in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated all TOC links to match GitHub's anchor generation for headers with emojis. Headers like "## 🎯 Overview" generate anchors like "#-overview" (with leading dash). Changes: - Updated 12 TOC links from #section to #-section format - Links now properly navigate to their respective sections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d73740b..7206a5c 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,18 @@ ## 📚 Table of Contents -- [Overview](#overview) -- [Available Skills](#available-skills) -- [Quick Start](#quick-start) -- [How to Use with Claude AI](#how-to-use-with-claude-ai) -- [How to Use with Claude Code](#how-to-use-with-claude-code) -- [Skill Architecture](#skill-architecture) -- [Installation](#installation) -- [Usage Examples](#usage-examples) -- [Roadmap](#roadmap) -- [Contributing](#contributing) -- [License](#license) -- [Author](#author) +- [Overview](#-overview) +- [Available Skills](#-available-skills) +- [Quick Start](#-quick-start) +- [How to Use with Claude AI](#-how-to-use-with-claude-ai) +- [How to Use with Claude Code](#-how-to-use-with-claude-code) +- [Skill Architecture](#-skill-architecture) +- [Installation](#-installation) +- [Usage Examples](#-usage-examples) +- [Roadmap](#-roadmap) +- [Contributing](#-contributing) +- [License](#-license) +- [Author](#-author) ---