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.

Content Preview
{
  "name": "greptile",
  "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.",
  "category": "development",
  "source": "./external_plugins/greptile",
  "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/greptile"
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/greptile.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills