# Anyshift AI Agent Skills

Anyshift publishes official AI agent skills for its tools, services, and developer workflows. Give back visibility and control to engineering teams over cloud infrastructures and fragmented IaC repositories.

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

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

## Prompt for your agent

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

### anyshift-io/sre-skills

Includes 5 official skills: iam-deceptive-escalation-auditor, kubectl-investigator, s3-estate-calibration-auditor, sg-deceptive-reachability-auditor, sqs-queue-auditor.

Install:

```bash
npx skills add anyshift-io/sre-skills -y
```

Source: https://github.com/anyshift-io/sre-skills

### anyshift-io/annie-skills

Includes 1 official skill: annie.

Install:

```bash
npx skills add anyshift-io/annie-skills -y
```

Source: https://github.com/anyshift-io/annie-skills

## Individual skills

### iam-deceptive-escalation-auditor

Official Anyshift skill from anyshift-io/sre-skills.

Install:

```bash
npx skills add anyshift-io/sre-skills@iam-deceptive-escalation-auditor -y
```

Package: anyshift-io/sre-skills
Source: https://github.com/anyshift-io/sre-skills/tree/HEAD/skills/iam-deceptive-escalation-auditor

### kubectl-investigator

Official Anyshift skill from anyshift-io/sre-skills.

Install:

```bash
npx skills add anyshift-io/sre-skills@kubectl-investigator -y
```

Package: anyshift-io/sre-skills
Source: https://github.com/anyshift-io/sre-skills/tree/main/skills/kubectl-investigator

### s3-estate-calibration-auditor

Official Anyshift skill from anyshift-io/sre-skills.

Install:

```bash
npx skills add anyshift-io/sre-skills@s3-estate-calibration-auditor -y
```

Package: anyshift-io/sre-skills
Source: https://github.com/anyshift-io/sre-skills/tree/HEAD/skills/s3-estate-calibration-auditor

### sg-deceptive-reachability-auditor

Official Anyshift skill from anyshift-io/sre-skills.

Install:

```bash
npx skills add anyshift-io/sre-skills@sg-deceptive-reachability-auditor -y
```

Package: anyshift-io/sre-skills
Source: https://github.com/anyshift-io/sre-skills/tree/HEAD/skills/sg-deceptive-reachability-auditor

### sqs-queue-auditor

Official Anyshift skill from anyshift-io/sre-skills.

Install:

```bash
npx skills add anyshift-io/sre-skills@sqs-queue-auditor -y
```

Package: anyshift-io/sre-skills
Source: https://github.com/anyshift-io/sre-skills/tree/main/skills/sqs-queue-auditor

### annie

Official Anyshift skill from anyshift-io/annie-skills.

Install:

```bash
npx skills add anyshift-io/annie-skills@annie -y
```

Package: anyshift-io/annie-skills
Source: https://github.com/anyshift-io/annie-skills/tree/HEAD/skills/annie

## anyshift-io/sre-skills package overview

Includes 5 official skills: iam-deceptive-escalation-auditor, kubectl-investigator, s3-estate-calibration-auditor, sg-deceptive-reachability-auditor, sqs-queue-auditor.

### Top skills in this package

- iam-deceptive-escalation-auditor: Official Anyshift skill from anyshift-io/sre-skills.
- kubectl-investigator: Official Anyshift skill from anyshift-io/sre-skills.
- s3-estate-calibration-auditor: Official Anyshift skill from anyshift-io/sre-skills.
- sg-deceptive-reachability-auditor: Official Anyshift skill from anyshift-io/sre-skills.
- sqs-queue-auditor: Official Anyshift skill from anyshift-io/sre-skills.

### Install

Install the full package:

```bash
npx skills add anyshift-io/sre-skills -y
```

Install a specific skill:

```bash
npx skills add anyshift-io/sre-skills@iam-deceptive-escalation-auditor -y
```

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

Source: https://github.com/anyshift-io/sre-skills#readme
