Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,16 @@ detail = "Kratos MCP provides persistent memory for AI coding tools using a Four
category = "Memory"
agents = ["claude-code", "cursor"]

[[tools]]
name = "Claude Code Project Index"
website = ""
repo = "https://github.com/ericbuess/claude-code-project-index"
open_source = true
summary = "CLI tool that generates architectural awareness for AI coding assistants through project indexing."
detail = "Claude Code Project Index automatically creates PROJECT_INDEX.json files with project structure, functions, classes, and call relationships. Supports multiple programming languages and provides three usage modes for enhanced codebase understanding in AI-assisted development workflows."
category = "Codebase understanding"
agents = ["claude-code", "cursor"]

[[tools]]
name = "Shotgun App"
website = ""
Expand Down