mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-17 10:33:08 +00:00
- 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 - Update description to reflect Greptile as AI code review agent 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
357 B
JSON
11 lines
357 B
JSON
{
|
|
"name": "greptile",
|
|
"description": "AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments directly from Claude Code.",
|
|
"author": {
|
|
"name": "Greptile",
|
|
"url": "https://greptile.com"
|
|
},
|
|
"homepage": "https://greptile.com/docs",
|
|
"keywords": ["code-review", "pull-requests", "github", "gitlab", "ai"]
|
|
}
|