# Bombshell AI Agent Skills

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

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

Official page: https://skillscout.sh/official/bombshell-dev/
Markdown page: https://skillscout.sh/official/bombshell-dev/bombshell-dev_skills_skillscout.md
Vendor website: https://bomb.sh/

## Prompt for your agent

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

### bombshell-dev/tools

Includes 8 official skills: build, dev, format, init, lifecycle, lint.

Install:

```bash
npx skills add bombshell-dev/tools -y
```

Source: https://github.com/bombshell-dev/tools

## Individual skills

### build

Official Bombshell skill from bombshell-dev/tools.

Install:

```bash
npx skills add bombshell-dev/tools@build -y
```

Package: bombshell-dev/tools
Source: https://github.com/bombshell-dev/tools/tree/main/skills/build

### dev

Official Bombshell skill from bombshell-dev/tools.

Install:

```bash
npx skills add bombshell-dev/tools@dev -y
```

Package: bombshell-dev/tools
Source: https://github.com/bombshell-dev/tools/tree/main/skills/dev

### format

Official Bombshell skill from bombshell-dev/tools.

Install:

```bash
npx skills add bombshell-dev/tools@format -y
```

Package: bombshell-dev/tools
Source: https://github.com/bombshell-dev/tools/tree/main/skills/format

### init

Official Bombshell skill from bombshell-dev/tools.

Install:

```bash
npx skills add bombshell-dev/tools@init -y
```

Package: bombshell-dev/tools
Source: https://github.com/bombshell-dev/tools/tree/main/skills/init

### lifecycle

Official Bombshell skill from bombshell-dev/tools.

Install:

```bash
npx skills add bombshell-dev/tools@lifecycle -y
```

Package: bombshell-dev/tools
Source: https://github.com/bombshell-dev/tools/tree/main/skills/lifecycle

### lint

Official Bombshell skill from bombshell-dev/tools.

Install:

```bash
npx skills add bombshell-dev/tools@lint -y
```

Package: bombshell-dev/tools
Source: https://github.com/bombshell-dev/tools/tree/main/skills/lint

### migrate

Official Bombshell skill from bombshell-dev/tools.

Install:

```bash
npx skills add bombshell-dev/tools@migrate -y
```

Package: bombshell-dev/tools
Source: https://github.com/bombshell-dev/tools/tree/main/skills/migrate

### test

Official Bombshell skill from bombshell-dev/tools.

Install:

```bash
npx skills add bombshell-dev/tools@test -y
```

Package: bombshell-dev/tools
Source: https://github.com/bombshell-dev/tools/tree/main/skills/test

## bombshell-dev/tools package overview

Includes 8 official skills: build, dev, format, init, lifecycle, lint.

### Top skills in this package

- build: Official Bombshell skill from bombshell-dev/tools.
- dev: Official Bombshell skill from bombshell-dev/tools.
- format: Official Bombshell skill from bombshell-dev/tools.
- init: Official Bombshell skill from bombshell-dev/tools.
- lifecycle: Official Bombshell skill from bombshell-dev/tools.
- lint: Official Bombshell skill from bombshell-dev/tools.
- migrate: Official Bombshell skill from bombshell-dev/tools.
- test: Official Bombshell skill from bombshell-dev/tools.

### Install

Install the full package:

```bash
npx skills add bombshell-dev/tools -y
```

Install a specific skill:

```bash
npx skills add bombshell-dev/tools@build -y
```

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

Source: https://github.com/bombshell-dev/tools#readme
