# Stack Overflow Open Source AI Agent Skills

Stack Overflow Open Source publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 1 Stack Overflow Open Source repository, with install commands and source links.

Official page: https://skillscout.sh/official/stackexchange/
Markdown page: https://skillscout.sh/official/stackexchange/stackexchange_skills_skillscout.md
Vendor website: https://stackoverflow.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/stackexchange/stackexchange_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Stack Overflow Open Source 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

### stackexchange/stackexchange.redis

Includes 2 official skills: implement-resp-command, summarize-database.

Install:

```bash
npx skills add stackexchange/stackexchange.redis -y
```

Source: https://github.com/StackExchange/StackExchange.Redis

## Individual skills

### implement-resp-command

Official Stack Overflow Open Source skill from stackexchange/stackexchange.redis.

Install:

```bash
npx skills add stackexchange/stackexchange.redis@implement-resp-command -y
```

Package: stackexchange/stackexchange.redis
Source: https://github.com/StackExchange/StackExchange.Redis/tree/main/.claude/skills/implement-resp-command

### summarize-database

Official Stack Overflow Open Source skill from stackexchange/stackexchange.redis.

Install:

```bash
npx skills add stackexchange/stackexchange.redis@summarize-database -y
```

Package: stackexchange/stackexchange.redis
Source: https://github.com/StackExchange/StackExchange.Redis/tree/main/.claude/skills/summarize-database

## stackexchange/stackexchange.redis package overview

Includes 2 official skills: implement-resp-command, summarize-database.

### Top skills in this package

- implement-resp-command: Official Stack Overflow Open Source skill from stackexchange/stackexchange.redis.
- summarize-database: Official Stack Overflow Open Source skill from stackexchange/stackexchange.redis.

### Install

Install the full package:

```bash
npx skills add stackexchange/stackexchange.redis -y
```

Install a specific skill:

```bash
npx skills add stackexchange/stackexchange.redis@implement-resp-command -y
```

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

Source: https://github.com/stackexchange/stackexchange.redis#readme
