greptile
AI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.
Summary
Greptile enables developers to search and understand their codebases using natural language queries, making it easy to find relevant code, trace dependencies, and get contextual answers about architecture without manually browsing files.
- It integrates with Claude Code to provide AI-powered insights directly in your development workflow, saving time on code navigation and debugging.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install greptile@<marketplace>
/pluginUse Cases
Usage Examples
/greptile Find all places where we make HTTP requests to the /users endpoint
/greptile Explain the dependency graph of the payment processing module
/greptile Where is the JWT token validated and what are the required roles?
Security Audits
Frequently Asked Questions
What is greptile?
Greptile enables developers to search and understand their codebases using natural language queries, making it easy to find relevant code, trace dependencies, and get contextual answers about architecture without manually browsing files. It integrates with Claude Code to provide AI-powered insights directly in your development workflow, saving time on code navigation and debugging.
How to install greptile?
To install greptile: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install greptile@<marketplace>. Finally, /plugin in Claude Code.
What is greptile best for?
greptile is a plugin categorized under Development. Created by Anthropic.
What can I use greptile for?
greptile is useful for: Find all functions that call a specific API endpoint across your entire repository.; Understand the data flow and dependencies of a complex module before making changes.; Locate where a particular variable or constant is defined and used throughout the codebase.; Get a summary of how authentication is implemented in your project.; Identify all files that depend on a deprecated library to plan a migration.; Ask for a high-level architecture overview of a new repository you just cloned..