# Sourcegraph Community AI Agent Skills

Sourcegraph Community publishes official AI agent skills for its tools, services, and developer workflows. Supporting maintainers who support us.

Browse 2 official AI agent skills across 2 Sourcegraph Community repositories, with install commands and source links.

Official page: https://skillscout.sh/official/sourcegraph-community/
Markdown page: https://skillscout.sh/official/sourcegraph-community/sourcegraph-community_skills_skillscout.md
Vendor website: https://sourcegraph.com/community

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/sourcegraph-community/sourcegraph-community_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Sourcegraph Community skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### sourcegraph-community/sourcegraph-cursor-plugin

Sourcegraph plugin for cursor. Includes 1 official skill: searching-sourcegraph.

Install:

```bash
npx skills add sourcegraph-community/sourcegraph-cursor-plugin -y
```

Source: https://github.com/sourcegraph-community/sourcegraph-cursor-plugin

### sourcegraph-community/sourcegraph-gemini

Includes 1 official skill: searching-sourcegraph.

Install:

```bash
npx skills add sourcegraph-community/sourcegraph-gemini -y
```

Source: https://github.com/sourcegraph-community/sourcegraph-gemini

## Individual skills

### searching-sourcegraph

Official Sourcegraph Community skill from sourcegraph-community/sourcegraph-cursor-plugin.

Install:

```bash
npx skills add sourcegraph-community/sourcegraph-cursor-plugin@searching-sourcegraph -y
```

Package: sourcegraph-community/sourcegraph-cursor-plugin
Source: https://github.com/sourcegraph-community/sourcegraph-cursor-plugin/tree/HEAD/skills/searching-sourcegraph

### searching-sourcegraph

Official Sourcegraph Community skill from sourcegraph-community/sourcegraph-gemini.

Install:

```bash
npx skills add sourcegraph-community/sourcegraph-gemini@searching-sourcegraph -y
```

Package: sourcegraph-community/sourcegraph-gemini
Source: https://github.com/sourcegraph-community/sourcegraph-gemini/tree/main/skills/searching-sourcegraph

## sourcegraph-community/sourcegraph-cursor-plugin package overview

Sourcegraph plugin for cursor. Includes 1 official skill: searching-sourcegraph.

### Top skills in this package

- searching-sourcegraph: Official Sourcegraph Community skill from sourcegraph-community/sourcegraph-cursor-plugin.

### Install

Install the full package:

```bash
npx skills add sourcegraph-community/sourcegraph-cursor-plugin -y
```

Install a specific skill:

```bash
npx skills add sourcegraph-community/sourcegraph-cursor-plugin@searching-sourcegraph -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/sourcegraph-community/sourcegraph-cursor-plugin#readme
