# Forming Worlds Lab AI Agent Skills

Forming Worlds Lab publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 1 Forming Worlds Lab repository, with install commands and source links.

Official page: https://skillscout.sh/official/formingworlds/
Markdown page: https://skillscout.sh/official/formingworlds/formingworlds_skills_skillscout.md
Vendor website: https://formingworlds.space/

## Prompt for your agent

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

### formingworlds/introductiontoplanetaryscience

Includes 4 official skills: new-chapter, build-book, build-check, verify-references.

Install:

```bash
npx skills add formingworlds/introductiontoplanetaryscience -y
```

Source: https://github.com/FormingWorlds/IntroductionToPlanetaryScience

## Individual skills

### new-chapter

Official Forming Worlds Lab skill from formingworlds/introductiontoplanetaryscience.

Install:

```bash
npx skills add formingworlds/introductiontoplanetaryscience@new-chapter -y
```

Package: formingworlds/introductiontoplanetaryscience
Source: https://github.com/FormingWorlds/IntroductionToPlanetaryScience/tree/main/.claude/skills/new-chapter

### build-book

Official Forming Worlds Lab skill from formingworlds/introductiontoplanetaryscience.

Install:

```bash
npx skills add formingworlds/introductiontoplanetaryscience@build-book -y
```

Package: formingworlds/introductiontoplanetaryscience
Source: https://github.com/FormingWorlds/IntroductionToPlanetaryScience/tree/main/.claude/skills/build-book

### build-check

Official Forming Worlds Lab skill from formingworlds/introductiontoplanetaryscience.

Install:

```bash
npx skills add formingworlds/introductiontoplanetaryscience@build-check -y
```

Package: formingworlds/introductiontoplanetaryscience
Source: https://github.com/FormingWorlds/IntroductionToPlanetaryScience/tree/main/.claude/skills/build-check

### verify-references

Official Forming Worlds Lab skill from formingworlds/introductiontoplanetaryscience.

Install:

```bash
npx skills add formingworlds/introductiontoplanetaryscience@verify-references -y
```

Package: formingworlds/introductiontoplanetaryscience
Source: https://github.com/FormingWorlds/IntroductionToPlanetaryScience/tree/main/.claude/skills/verify-references

## formingworlds/introductiontoplanetaryscience package overview

Includes 4 official skills: new-chapter, build-book, build-check, verify-references.

### Top skills in this package

- new-chapter: Official Forming Worlds Lab skill from formingworlds/introductiontoplanetaryscience.
- build-book: Official Forming Worlds Lab skill from formingworlds/introductiontoplanetaryscience.
- build-check: Official Forming Worlds Lab skill from formingworlds/introductiontoplanetaryscience.
- verify-references: Official Forming Worlds Lab skill from formingworlds/introductiontoplanetaryscience.

### Install

Install the full package:

```bash
npx skills add formingworlds/introductiontoplanetaryscience -y
```

Install a specific skill:

```bash
npx skills add formingworlds/introductiontoplanetaryscience@new-chapter -y
```

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

Source: https://github.com/formingworlds/introductiontoplanetaryscience#readme
