# Chainloop.dev AI Agent Skills

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

Browse 5 official AI agent skills across 1 Chainloop.dev repository, with install commands and source links.

Official page: https://skillscout.sh/official/chainloop-dev/
Markdown page: https://skillscout.sh/official/chainloop-dev/chainloop-dev_skills_skillscout.md
Vendor website: https://chainloop.dev/

## Prompt for your agent

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

### chainloop-dev/chainloop

Includes 5 official skills: upgrading-golang, custom-builtin-functions, upgrading-chart, dependabot-pr-automation, vulnerability-remediation.

Install:

```bash
npx skills add chainloop-dev/chainloop -y
```

Source: https://github.com/chainloop-dev/chainloop

## Individual skills

### upgrading-golang

Official Chainloop.dev skill from chainloop-dev/chainloop.

Install:

```bash
npx skills add chainloop-dev/chainloop@upgrading-golang -y
```

Package: chainloop-dev/chainloop
Source: https://github.com/chainloop-dev/chainloop/tree/main/.claude/skills/upgrading-golang

### custom-builtin-functions

Official Chainloop.dev skill from chainloop-dev/chainloop.

Install:

```bash
npx skills add chainloop-dev/chainloop@custom-builtin-functions -y
```

Package: chainloop-dev/chainloop
Source: https://github.com/chainloop-dev/chainloop/tree/main/.claude/skills/custom-builtin-functions

### upgrading-chart

Official Chainloop.dev skill from chainloop-dev/chainloop.

Install:

```bash
npx skills add chainloop-dev/chainloop@upgrading-chart -y
```

Package: chainloop-dev/chainloop
Source: https://github.com/chainloop-dev/chainloop/tree/main/.claude/skills/upgrading-chart

### dependabot-pr-automation

Official Chainloop.dev skill from chainloop-dev/chainloop.

Install:

```bash
npx skills add chainloop-dev/chainloop@dependabot-pr-automation -y
```

Package: chainloop-dev/chainloop
Source: https://github.com/chainloop-dev/chainloop/tree/main/.claude/skills/dependabot-pr-automation

### vulnerability-remediation

Official Chainloop.dev skill from chainloop-dev/chainloop.

Install:

```bash
npx skills add chainloop-dev/chainloop@vulnerability-remediation -y
```

Package: chainloop-dev/chainloop
Source: https://github.com/chainloop-dev/chainloop/tree/main/.claude/skills/vulnerability-remediation

## chainloop-dev/chainloop package overview

Includes 5 official skills: upgrading-golang, custom-builtin-functions, upgrading-chart, dependabot-pr-automation, vulnerability-remediation.

### Top skills in this package

- upgrading-golang: Official Chainloop.dev skill from chainloop-dev/chainloop.
- custom-builtin-functions: Official Chainloop.dev skill from chainloop-dev/chainloop.
- upgrading-chart: Official Chainloop.dev skill from chainloop-dev/chainloop.
- dependabot-pr-automation: Official Chainloop.dev skill from chainloop-dev/chainloop.
- vulnerability-remediation: Official Chainloop.dev skill from chainloop-dev/chainloop.

### Install

Install the full package:

```bash
npx skills add chainloop-dev/chainloop -y
```

Install a specific skill:

```bash
npx skills add chainloop-dev/chainloop@upgrading-golang -y
```

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

Source: https://github.com/chainloop-dev/chainloop#readme
