# Ecoma AI Agent Skills

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

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

Official page: https://skillscout.sh/official/ecoma-io/
Markdown page: https://skillscout.sh/official/ecoma-io/ecoma-io_skills_skillscout.md
Vendor website: https://ecoma.io/

## Prompt for your agent

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

### ecoma-io/archkeep

Includes 5 official skills: arch-change, arch-check, arch-context, arch-migrate, arch-review.

Install:

```bash
npx skills add ecoma-io/archkeep -y
```

Source: https://github.com/ecoma-io/archkeep

## Individual skills

### arch-change

Official Ecoma skill from ecoma-io/archkeep.

Install:

```bash
npx skills add ecoma-io/archkeep@arch-change -y
```

Package: ecoma-io/archkeep
Source: https://github.com/ecoma-io/archkeep/tree/HEAD/skills/arch-change

### arch-check

Official Ecoma skill from ecoma-io/archkeep.

Install:

```bash
npx skills add ecoma-io/archkeep@arch-check -y
```

Package: ecoma-io/archkeep
Source: https://github.com/ecoma-io/archkeep/tree/HEAD/skills/arch-check

### arch-context

Official Ecoma skill from ecoma-io/archkeep.

Install:

```bash
npx skills add ecoma-io/archkeep@arch-context -y
```

Package: ecoma-io/archkeep
Source: https://github.com/ecoma-io/archkeep/tree/HEAD/skills/arch-context

### arch-migrate

Official Ecoma skill from ecoma-io/archkeep.

Install:

```bash
npx skills add ecoma-io/archkeep@arch-migrate -y
```

Package: ecoma-io/archkeep
Source: https://github.com/ecoma-io/archkeep/tree/HEAD/skills/arch-migrate

### arch-review

Official Ecoma skill from ecoma-io/archkeep.

Install:

```bash
npx skills add ecoma-io/archkeep@arch-review -y
```

Package: ecoma-io/archkeep
Source: https://github.com/ecoma-io/archkeep/tree/HEAD/skills/arch-review

## ecoma-io/archkeep package overview

Includes 5 official skills: arch-change, arch-check, arch-context, arch-migrate, arch-review.

### Top skills in this package

- arch-change: Official Ecoma skill from ecoma-io/archkeep.
- arch-check: Official Ecoma skill from ecoma-io/archkeep.
- arch-context: Official Ecoma skill from ecoma-io/archkeep.
- arch-migrate: Official Ecoma skill from ecoma-io/archkeep.
- arch-review: Official Ecoma skill from ecoma-io/archkeep.

### Install

Install the full package:

```bash
npx skills add ecoma-io/archkeep -y
```

Install a specific skill:

```bash
npx skills add ecoma-io/archkeep@arch-change -y
```

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

Source: https://github.com/ecoma-io/archkeep#readme
