diff --git a/README.md b/README.md
index 8fc4905..68f9ba1 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,25 @@ Welcome to the **Prompt Library**, a collection of categorized AI prompts for ea
## 📚 Table of Contents
-
-
+
+
+
+- [🎯 Purpose & Features](#-purpose--features)
+- [⚡ Quick Start](#-quick-start)
+- [🛠️ How It Works](#-how-it-works)
+- [🖥️ CLI Usage](#-cli-usage)
+ - [Interactive Menu](#interactive-menu)
+ - [List Prompts and Categories](#list-prompts-and-categories)
+ - [Sync Personal Library](#sync-personal-library)
+ - [Execute Prompts](#execute-prompts)
+- [📂 Prompt Library Example](#-prompt-library-example)
+- [🚀 Getting Started](#-getting-started)
+- [🧩 Using Fragments](#-using-fragments)
+- [⚙️ Metadata Customization](#-metadata-customization)
+- [🤝 Contributing](#-contributing)
+- [📄 License](#-license)
+
+
## 🎯 Purpose & Features
@@ -109,13 +126,13 @@ prompt-library-cli execute --help
Coding
-- [Git Branch Name Generator](prompts/git_branch_name_generator/README.md) - Generates optimized git branch names based on project context and user requirements
- [Git Commit Message Agent](prompts/git_commit_message_agent/README.md) - Generates precise and informative git commit messages following Conventional Commits specification
-- [Software Architect Visionary](prompts/software_architect_agent/README.md) - Analyzes user requirements and creates comprehensive software specification documents
+- [Git Branch Name Generator](prompts/git_branch_name_generator/README.md) - Generates optimized git branch names based on project context and user requirements
- [GitHub Issue Creator](prompts/github_issue_creator_agent/README.md) - Creates comprehensive and actionable GitHub issues based on provided project information
-- [Software Architect Specification Creator](prompts/software_architect_spec_creator/README.md) - Creates comprehensive software specification documents based on user requirements
+- [Software Architect Visionary](prompts/software_architect_agent/README.md) - Analyzes user requirements and creates comprehensive software specification documents
- [Software Architect Code Reviewer](prompts/software_architect_code_reviewer/README.md) - Generates comprehensive pull requests with architectural analysis and optimization suggestions
- [Software Development Expert Agent](prompts/software_dev_expert_agent/README.md) - Provides expert, adaptive assistance across all aspects of the software development lifecycle.
+- [Software Architect Specification Creator](prompts/software_architect_spec_creator/README.md) - Creates comprehensive software specification documents based on user requirements