# Spacelift AI Agent Skills

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

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

Official page: https://skillscout.sh/official/spacelift-io/
Markdown page: https://skillscout.sh/official/spacelift-io/spacelift-io_skills_skillscout.md
Vendor website: https://spacelift.io/

## Prompt for your agent

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

### spacelift-io/spacectl

Includes 1 official skill: spacectl.

Install:

```bash
npx skills add spacelift-io/spacectl -y
```

Source: https://github.com/spacelift-io/spacectl

### spacelift-io/claude-plugins

Includes 2 official skills: spacelift, spacelift-policy-writer.

Install:

```bash
npx skills add spacelift-io/claude-plugins -y
```

Source: https://github.com/spacelift-io/claude-plugins

## Individual skills

### spacectl

Official Spacelift skill from spacelift-io/spacectl.

Install:

```bash
npx skills add spacelift-io/spacectl@spacectl -y
```

Package: spacelift-io/spacectl
Source: https://github.com/spacelift-io/spacectl/tree/main/skills/spacectl

### spacelift

Official Spacelift skill from spacelift-io/claude-plugins.

Install:

```bash
npx skills add spacelift-io/claude-plugins@spacelift -y
```

Package: spacelift-io/claude-plugins
Source: https://github.com/spacelift-io/claude-plugins/tree/main/plugins/spacelift/skills/spacelift

### spacelift-policy-writer

Official Spacelift skill from spacelift-io/claude-plugins.

Install:

```bash
npx skills add spacelift-io/claude-plugins@spacelift-policy-writer -y
```

Package: spacelift-io/claude-plugins
Source: https://github.com/spacelift-io/claude-plugins/tree/HEAD/plugins/spacelift/skills/spacelift-policy-writer

## spacelift-io/claude-plugins package overview

Includes 2 official skills: spacelift, spacelift-policy-writer.

### Top skills in this package

- spacelift: Official Spacelift skill from spacelift-io/claude-plugins.
- spacelift-policy-writer: Official Spacelift skill from spacelift-io/claude-plugins.

### Install

Install the full package:

```bash
npx skills add spacelift-io/claude-plugins -y
```

Install a specific skill:

```bash
npx skills add spacelift-io/claude-plugins@spacelift -y
```

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

Source: https://github.com/spacelift-io/claude-plugins#readme
