mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-02-01 20:23:36 +00:00
remove readme from external plugins
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
# Greptile Plugin
|
||||
|
||||
AI-powered codebase search and understanding for Claude Code.
|
||||
|
||||
## What It Does
|
||||
|
||||
Greptile enables natural language queries across your repositories to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.
|
||||
|
||||
## Setup
|
||||
|
||||
1. Get your API key from [app.greptile.com](https://app.greptile.com)
|
||||
2. Set the environment variable:
|
||||
```bash
|
||||
export GREPTILE_API_KEY=your-api-key-here
|
||||
```
|
||||
|
||||
## Required Environment Variables
|
||||
|
||||
- `GREPTILE_API_KEY` - Your Greptile API key
|
||||
|
||||
## Learn More
|
||||
|
||||
See [Greptile MCP Documentation](https://www.greptile.com/docs/mcp/setup-ides) for detailed setup instructions.
|
||||
Reference in New Issue
Block a user