# Aerospike AI Agent Skills

Aerospike publishes official AI agent skills for its tools, services, and developer workflows.

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

Official page: https://skillscout.sh/official/aerospike/
Markdown page: https://skillscout.sh/official/aerospike/aerospike_skills_skillscout.md
Vendor website: http://aerospike.com/

## Prompt for your agent

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

### aerospike/aerospike-client-java

Includes 2 official skills: port-to-jdk21, port-to-jdk8.

Install:

```bash
npx skills add aerospike/aerospike-client-java -y
```

Source: https://github.com/aerospike/aerospike-client-java

### aerospike/shared-workflows

Includes 2 official skills: draft-pr, quick-pr.

Install:

```bash
npx skills add aerospike/shared-workflows -y
```

Source: https://github.com/aerospike/shared-workflows

## Individual skills

### port-to-jdk21

Official Aerospike skill from aerospike/aerospike-client-java.

Install:

```bash
npx skills add aerospike/aerospike-client-java@port-to-jdk21 -y
```

Package: aerospike/aerospike-client-java
Source: https://github.com/aerospike/aerospike-client-java/tree/master/.claude/skills/port-to-jdk21

### port-to-jdk8

Official Aerospike skill from aerospike/aerospike-client-java.

Install:

```bash
npx skills add aerospike/aerospike-client-java@port-to-jdk8 -y
```

Package: aerospike/aerospike-client-java
Source: https://github.com/aerospike/aerospike-client-java/tree/master/.claude/skills/port-to-jdk8

### draft-pr

Official Aerospike skill from aerospike/shared-workflows.

Install:

```bash
npx skills add aerospike/shared-workflows@draft-pr -y
```

Package: aerospike/shared-workflows
Source: https://github.com/aerospike/shared-workflows/tree/main/.claude/skills/draft-pr

### quick-pr

Official Aerospike skill from aerospike/shared-workflows.

Install:

```bash
npx skills add aerospike/shared-workflows@quick-pr -y
```

Package: aerospike/shared-workflows
Source: https://github.com/aerospike/shared-workflows/tree/main/.claude/skills/quick-pr

## aerospike/aerospike-client-java package overview

Includes 2 official skills: port-to-jdk21, port-to-jdk8.

### Top skills in this package

- port-to-jdk21: Official Aerospike skill from aerospike/aerospike-client-java.
- port-to-jdk8: Official Aerospike skill from aerospike/aerospike-client-java.

### Install

Install the full package:

```bash
npx skills add aerospike/aerospike-client-java -y
```

Install a specific skill:

```bash
npx skills add aerospike/aerospike-client-java@port-to-jdk21 -y
```

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

Source: https://github.com/aerospike/aerospike-client-java#readme
