# Keploy Inc AI Agent Skills

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

Browse 3 official AI agent skills across 1 Keploy Inc repository, with install commands and source links.

Official page: https://skillscout.sh/official/keploy/
Markdown page: https://skillscout.sh/official/keploy/keploy_skills_skillscout.md
Vendor website: https://keploy.io/

## Prompt for your agent

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

### keploy/keploy

Includes 3 official skills: keploy-docs, keploy-e2e-test, keploy-pr-workflow.

Install:

```bash
npx skills add keploy/keploy -y
```

Source: https://github.com/keploy/keploy

## Individual skills

### keploy-docs

Official Keploy Inc skill from keploy/keploy.

Install:

```bash
npx skills add keploy/keploy@keploy-docs -y
```

Package: keploy/keploy
Source: https://github.com/keploy/keploy/tree/main/.claude/skills/keploy-docs

### keploy-e2e-test

Official Keploy Inc skill from keploy/keploy.

Install:

```bash
npx skills add keploy/keploy@keploy-e2e-test -y
```

Package: keploy/keploy
Source: https://github.com/keploy/keploy/tree/HEAD/.claude/skills/keploy-e2e-test

### keploy-pr-workflow

Official Keploy Inc skill from keploy/keploy.

Install:

```bash
npx skills add keploy/keploy@keploy-pr-workflow -y
```

Package: keploy/keploy
Source: https://github.com/keploy/keploy/tree/main/.claude/skills/keploy-pr-workflow

## keploy/keploy package overview

Includes 3 official skills: keploy-docs, keploy-e2e-test, keploy-pr-workflow.

### Top skills in this package

- keploy-docs: Official Keploy Inc skill from keploy/keploy.
- keploy-e2e-test: Official Keploy Inc skill from keploy/keploy.
- keploy-pr-workflow: Official Keploy Inc skill from keploy/keploy.

### Install

Install the full package:

```bash
npx skills add keploy/keploy -y
```

Install a specific skill:

```bash
npx skills add keploy/keploy@keploy-docs -y
```

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

Source: https://github.com/keploy/keploy#readme
