# Full Chaos Studio AI Agent Skills

Full Chaos Studio publishes official AI agent skills for its tools, services, and developer workflows.

Browse 2 official AI agent skills across 2 Full Chaos Studio repositories, with install commands and source links.

Official page: https://skillscout.sh/official/full-chaos/
Markdown page: https://skillscout.sh/official/full-chaos/full-chaos_skills_skillscout.md
Vendor website: https://fullchaos.studio/

## Prompt for your agent

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

### full-chaos/dev-health-ops

Includes 1 official skill: create-migration.

Install:

```bash
npx skills add full-chaos/dev-health-ops -y
```

Source: https://github.com/full-chaos/dev-health-ops

### full-chaos/script-manifest

Includes 1 official skill: new-service.

Install:

```bash
npx skills add full-chaos/script-manifest -y
```

Source: https://github.com/full-chaos/script-manifest

## Individual skills

### create-migration

Official Full Chaos Studio skill from full-chaos/dev-health-ops.

Install:

```bash
npx skills add full-chaos/dev-health-ops@create-migration -y
```

Package: full-chaos/dev-health-ops
Source: https://github.com/full-chaos/dev-health-ops/tree/main/.claude/skills/create-migration

### new-service

Official Full Chaos Studio skill from full-chaos/script-manifest.

Install:

```bash
npx skills add full-chaos/script-manifest@new-service -y
```

Package: full-chaos/script-manifest
Source: https://github.com/full-chaos/script-manifest/tree/main/.claude/skills/new-service

## full-chaos/dev-health-ops package overview

Includes 1 official skill: create-migration.

### Top skills in this package

- create-migration: Official Full Chaos Studio skill from full-chaos/dev-health-ops.

### Install

Install the full package:

```bash
npx skills add full-chaos/dev-health-ops -y
```

Install a specific skill:

```bash
npx skills add full-chaos/dev-health-ops@create-migration -y
```

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

Source: https://github.com/full-chaos/dev-health-ops#readme
