Skip to content

Commit 9fffe9c

Browse files
dakshgupclaude
andcommitted
Add README and setup documentation for Greptile plugin
- Add README.md with setup instructions for getting API key - Document the GREPTILE_API_KEY environment variable requirement - Add homepage, author URL, and keywords to plugin.json - List available capabilities (code search, PR management, code reviews) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 15b07b4 commit 9fffe9c

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

external_plugins/greptile/.claude-plugin/plugin.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "greptile",
33
"description": "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.",
44
"author": {
5-
"name": "Greptile"
6-
}
5+
"name": "Greptile",
6+
"url": "https://greptile.com"
7+
},
8+
"homepage": "https://docs.greptile.com",
9+
"keywords": ["code-search", "code-review", "ai", "codebase", "pull-requests"]
710
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Greptile
2+
3+
AI-powered codebase search and understanding for Claude Code. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.
4+
5+
## Setup
6+
7+
### 1. Create a Greptile Account
8+
9+
Sign up at [greptile.com](https://greptile.com) and connect your repositories.
10+
11+
### 2. Get Your API Key
12+
13+
1. Go to [API Settings](https://app.greptile.com/settings/api)
14+
2. Generate a new API key
15+
3. Copy the key
16+
17+
### 3. Set Environment Variable
18+
19+
Add to your shell profile (`.bashrc`, `.zshrc`, etc.):
20+
21+
```bash
22+
export GREPTILE_API_KEY="your-api-key-here"
23+
```
24+
25+
Then reload your shell or run `source ~/.zshrc`.
26+
27+
## Capabilities
28+
29+
Once configured, this plugin provides tools to:
30+
31+
- **Search code** - Find relevant code across your repositories using natural language
32+
- **List pull requests** - View and filter PRs by repository, author, or status
33+
- **Get PR details** - See PR metadata, statistics, and review comments
34+
- **Trigger code reviews** - Request AI-powered code reviews on PRs
35+
- **Manage custom context** - Create and search organization-specific coding guidelines
36+
37+
## Documentation
38+
39+
For more information, visit [docs.greptile.com](https://docs.greptile.com).

0 commit comments

Comments
 (0)