# BoldGrid AI Agent Skills

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

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

Official page: https://skillscout.sh/official/boldgrid/
Markdown page: https://skillscout.sh/official/boldgrid/boldgrid_skills_skillscout.md
Vendor website: https://www.boldgrid.com/

## Prompt for your agent

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

### boldgrid/w3-total-cache

Includes 5 official skills: analyze-w3tcqa-environment, move-pr-to-private-ghsa, pr-content-to-jira, repost-pr-reviews-to-tpf, update-changelog.

Install:

```bash
npx skills add boldgrid/w3-total-cache -y
```

Source: https://github.com/BoldGrid/w3-total-cache

## Individual skills

### analyze-w3tcqa-environment

Official BoldGrid skill from boldgrid/w3-total-cache.

Install:

```bash
npx skills add boldgrid/w3-total-cache@analyze-w3tcqa-environment -y
```

Package: boldgrid/w3-total-cache
Source: https://github.com/BoldGrid/w3-total-cache/tree/master/.claude/skills/analyze-w3tcqa-environment

### move-pr-to-private-ghsa

Official BoldGrid skill from boldgrid/w3-total-cache.

Install:

```bash
npx skills add boldgrid/w3-total-cache@move-pr-to-private-ghsa -y
```

Package: boldgrid/w3-total-cache
Source: https://github.com/BoldGrid/w3-total-cache/tree/master/.claude/skills/move-pr-to-private-ghsa

### pr-content-to-jira

Official BoldGrid skill from boldgrid/w3-total-cache.

Install:

```bash
npx skills add boldgrid/w3-total-cache@pr-content-to-jira -y
```

Package: boldgrid/w3-total-cache
Source: https://github.com/BoldGrid/w3-total-cache/tree/master/.claude/skills/pr-content-to-jira

### repost-pr-reviews-to-tpf

Official BoldGrid skill from boldgrid/w3-total-cache.

Install:

```bash
npx skills add boldgrid/w3-total-cache@repost-pr-reviews-to-tpf -y
```

Package: boldgrid/w3-total-cache
Source: https://github.com/boldgrid/w3-total-cache/tree/HEAD/.claude/skills/repost-pr-reviews-to-tpf

### update-changelog

Official BoldGrid skill from boldgrid/w3-total-cache.

Install:

```bash
npx skills add boldgrid/w3-total-cache@update-changelog -y
```

Package: boldgrid/w3-total-cache
Source: https://github.com/BoldGrid/w3-total-cache/tree/master/.claude/skills/update-changelog

## boldgrid/w3-total-cache package overview

Includes 5 official skills: analyze-w3tcqa-environment, move-pr-to-private-ghsa, pr-content-to-jira, repost-pr-reviews-to-tpf, update-changelog.

### Top skills in this package

- analyze-w3tcqa-environment: Official BoldGrid skill from boldgrid/w3-total-cache.
- move-pr-to-private-ghsa: Official BoldGrid skill from boldgrid/w3-total-cache.
- pr-content-to-jira: Official BoldGrid skill from boldgrid/w3-total-cache.
- repost-pr-reviews-to-tpf: Official BoldGrid skill from boldgrid/w3-total-cache.
- update-changelog: Official BoldGrid skill from boldgrid/w3-total-cache.

### Install

Install the full package:

```bash
npx skills add boldgrid/w3-total-cache -y
```

Install a specific skill:

```bash
npx skills add boldgrid/w3-total-cache@analyze-w3tcqa-environment -y
```

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

Source: https://github.com/boldgrid/w3-total-cache#readme
