# StackGuardian AI Agent Skills

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

Browse 1 official AI agent skill across 1 StackGuardian repository, with install commands and source links.

Official page: https://skillscout.sh/official/stackguardian/
Markdown page: https://skillscout.sh/official/stackguardian/stackguardian_skills_skillscout.md
Vendor website: https://stackguardian.io/

## Prompt for your agent

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

### stackguardian/terraform-provider-stackguardian

Includes 1 official skill: create-resource.

Install:

```bash
npx skills add stackguardian/terraform-provider-stackguardian -y
```

Source: https://github.com/StackGuardian/terraform-provider-stackguardian

## Individual skills

### create-resource

Official StackGuardian skill from stackguardian/terraform-provider-stackguardian.

Install:

```bash
npx skills add stackguardian/terraform-provider-stackguardian@create-resource -y
```

Package: stackguardian/terraform-provider-stackguardian
Source: https://github.com/StackGuardian/terraform-provider-stackguardian/tree/main/.claude/skills/create-resource

## stackguardian/terraform-provider-stackguardian package overview

Includes 1 official skill: create-resource.

### Top skills in this package

- create-resource: Official StackGuardian skill from stackguardian/terraform-provider-stackguardian.

### Install

Install the full package:

```bash
npx skills add stackguardian/terraform-provider-stackguardian -y
```

Install a specific skill:

```bash
npx skills add stackguardian/terraform-provider-stackguardian@create-resource -y
```

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

Source: https://github.com/stackguardian/terraform-provider-stackguardian#readme
