# Towards The Cloud AI Agent Skills

Towards The Cloud publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 1 Towards The Cloud repository, with install commands and source links.

Official page: https://skillscout.sh/official/towardsthecloud/
Markdown page: https://skillscout.sh/official/towardsthecloud/towardsthecloud_skills_skillscout.md
Vendor website: https://towardsthecloud.com/

## Prompt for your agent

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

### towardsthecloud/cloudburn

Includes 4 official skills: roadmap, systematic-debugging, tdd, turborepo.

Install:

```bash
npx skills add towardsthecloud/cloudburn -y
```

Source: https://github.com/towardsthecloud/cloudburn

## Individual skills

### roadmap

Official Towards The Cloud skill from towardsthecloud/cloudburn.

Install:

```bash
npx skills add towardsthecloud/cloudburn@roadmap -y
```

Package: towardsthecloud/cloudburn
Source: https://github.com/towardsthecloud/cloudburn/tree/main/.agents/skills/roadmap

### systematic-debugging

Official Towards The Cloud skill from towardsthecloud/cloudburn.

Install:

```bash
npx skills add towardsthecloud/cloudburn@systematic-debugging -y
```

Package: towardsthecloud/cloudburn
Source: https://github.com/towardsthecloud/cloudburn/tree/main/.agents/skills/systematic-debugging

### tdd

Official Towards The Cloud skill from towardsthecloud/cloudburn.

Install:

```bash
npx skills add towardsthecloud/cloudburn@tdd -y
```

Package: towardsthecloud/cloudburn
Source: https://github.com/towardsthecloud/cloudburn/tree/main/.agents/skills/tdd

### turborepo

Official Towards The Cloud skill from towardsthecloud/cloudburn.

Install:

```bash
npx skills add towardsthecloud/cloudburn@turborepo -y
```

Package: towardsthecloud/cloudburn
Source: https://github.com/towardsthecloud/cloudburn/tree/main/.agents/skills/turborepo

## towardsthecloud/cloudburn package overview

Includes 4 official skills: roadmap, systematic-debugging, tdd, turborepo.

### Top skills in this package

- roadmap: Official Towards The Cloud skill from towardsthecloud/cloudburn.
- systematic-debugging: Official Towards The Cloud skill from towardsthecloud/cloudburn.
- tdd: Official Towards The Cloud skill from towardsthecloud/cloudburn.
- turborepo: Official Towards The Cloud skill from towardsthecloud/cloudburn.

### Install

Install the full package:

```bash
npx skills add towardsthecloud/cloudburn -y
```

Install a specific skill:

```bash
npx skills add towardsthecloud/cloudburn@roadmap -y
```

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

Source: https://github.com/towardsthecloud/cloudburn#readme
