From b0f0bc8f6e6d6a493006eef2a89a3c2dd6ea6353 Mon Sep 17 00:00:00 2001 From: Fahad Date: Sun, 8 Jun 2025 22:38:50 +0400 Subject: [PATCH] docs: add numbered tool overview with navigation links - Added 'Quick Overview' section listing all 7 tools - Each tool in the list links to its detailed section via hash anchors - Fixed heading levels for list_models and get_version (### instead of ####) - Makes it easy to see all available tools at a glance and navigate to details This improves documentation navigation and helps users quickly understand what tools are available. --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 566aaf4..dfcc05e 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,15 @@ Just ask Claude naturally: ## Available Tools +**Quick Overview:** +1. [`think_deeper`](#think_deeper---extended-reasoning-partner) - Extended reasoning and problem-solving +2. [`review_code`](#review_code---professional-code-review) - Professional code review with severity levels +3. [`debug_issue`](#debug_issue---expert-debugging-assistant) - Root cause analysis and debugging +4. [`analyze`](#analyze---smart-file-analysis) - General-purpose file and code analysis +5. [`chat`](#chat---general-development-chat) - General development conversations +6. [`list_models`](#list_models---see-available-gemini-models) - List available Gemini models +7. [`get_version`](#get_version---server-information) - Get server version and configuration + ### `think_deeper` - Extended Reasoning Partner **When Claude needs to go deeper on complex problems** @@ -204,15 +213,13 @@ Just ask Claude naturally: "Best practices for handling timezone data in Python" ``` -### Additional Utility Tools - -#### `list_models` - See Available Gemini Models +### `list_models` - See Available Gemini Models ``` "List available Gemini models" "Show me what models I can use" ``` -#### `get_version` - Server Information +### `get_version` - Server Information ``` "Get Gemini server version" "Show server configuration"