# Pipedrive AI Agent Skills

Pipedrive publishes official AI agent skills for its tools, services, and developer workflows. Pipedrive is a powerful sales management tool, crafted in New York, NY and Tallinn, Estonia. AngelPad alumni.

Browse 14 official AI agent skills across 1 Pipedrive repository, with install commands and source links.

Official page: https://skillscout.sh/official/pipedrive/
Markdown page: https://skillscout.sh/official/pipedrive/pipedrive_skills_skillscout.md
Vendor website: https://www.pipedrive.com/

## Prompt for your agent

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

### pipedrive/superpowers

Includes 14 official skills: brainstorming, dispatching-parallel-agents, executing-plans, finishing-a-development-branch, receiving-code-review, requesting-code-review.

Install:

```bash
npx skills add pipedrive/superpowers -y
```

Source: https://www.skills.sh/pipedrive/superpowers

## Individual skills

### brainstorming

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@brainstorming -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/brainstorming

### dispatching-parallel-agents

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@dispatching-parallel-agents -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/dispatching-parallel-agents

### executing-plans

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@executing-plans -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/executing-plans

### finishing-a-development-branch

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@finishing-a-development-branch -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/finishing-a-development-branch

### receiving-code-review

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@receiving-code-review -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/receiving-code-review

### requesting-code-review

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@requesting-code-review -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/requesting-code-review

### subagent-driven-development

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@subagent-driven-development -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/subagent-driven-development

### systematic-debugging

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@systematic-debugging -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/systematic-debugging

### test-driven-development

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@test-driven-development -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/test-driven-development

### using-git-worktrees

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@using-git-worktrees -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/using-git-worktrees

### using-superpowers

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@using-superpowers -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/using-superpowers

### verification-before-completion

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@verification-before-completion -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/verification-before-completion

### writing-plans

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@writing-plans -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/writing-plans

### writing-skills

Official Pipedrive skill from pipedrive/superpowers.

Install:

```bash
npx skills add pipedrive/superpowers@writing-skills -y
```

Package: pipedrive/superpowers
Source: https://github.com/pipedrive/superpowers/tree/HEAD/skills/writing-skills

## pipedrive/superpowers package overview

Includes 14 official skills: brainstorming, dispatching-parallel-agents, executing-plans, finishing-a-development-branch, receiving-code-review, requesting-code-review.

### Top skills in this package

- brainstorming: Official Pipedrive skill from pipedrive/superpowers.
- dispatching-parallel-agents: Official Pipedrive skill from pipedrive/superpowers.
- executing-plans: Official Pipedrive skill from pipedrive/superpowers.
- finishing-a-development-branch: Official Pipedrive skill from pipedrive/superpowers.
- receiving-code-review: Official Pipedrive skill from pipedrive/superpowers.
- requesting-code-review: Official Pipedrive skill from pipedrive/superpowers.
- subagent-driven-development: Official Pipedrive skill from pipedrive/superpowers.
- systematic-debugging: Official Pipedrive skill from pipedrive/superpowers.

### Install

Install the full package:

```bash
npx skills add pipedrive/superpowers -y
```

Install a specific skill:

```bash
npx skills add pipedrive/superpowers@brainstorming -y
```

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

Source: https://github.com/pipedrive/superpowers#readme
