# Anoma AI Agent Skills

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

Browse 9 official AI agent skills across 3 Anoma repositories, with install commands and source links.

Official page: https://skillscout.sh/official/anoma/
Markdown page: https://skillscout.sh/official/anoma/anoma_skills_skillscout.md
Vendor website: https://anoma.net/

## Prompt for your agent

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

### anoma/ex_example

Includes 4 official skills: code-review, elixir-conventions, general-conventions, git-conventions.

Install:

```bash
npx skills add anoma/ex_example -y
```

Source: https://github.com/anoma/ex_example

### anoma/llm

Includes 4 official skills: code-review, elixir-conventions, general-conventions, git-conventions.

Install:

```bash
npx skills add anoma/llm -y
```

Source: https://github.com/anoma/llm

### anoma/al-ex

Includes 1 official skill: al.

Install:

```bash
npx skills add anoma/al-ex -y
```

Source: https://github.com/anoma/AL-Ex

## Individual skills

### code-review

Official Anoma skill from anoma/ex_example.

Install:

```bash
npx skills add anoma/ex_example@code-review -y
```

Package: anoma/ex_example
Source: https://github.com/anoma/ex_example/tree/HEAD/.claude/skills/code-review

### elixir-conventions

Official Anoma skill from anoma/ex_example.

Install:

```bash
npx skills add anoma/ex_example@elixir-conventions -y
```

Package: anoma/ex_example
Source: https://github.com/anoma/ex_example/tree/master/.claude/skills/elixir-conventions

### general-conventions

Official Anoma skill from anoma/ex_example.

Install:

```bash
npx skills add anoma/ex_example@general-conventions -y
```

Package: anoma/ex_example
Source: https://github.com/anoma/ex_example/tree/master/.claude/skills/general-conventions

### git-conventions

Official Anoma skill from anoma/ex_example.

Install:

```bash
npx skills add anoma/ex_example@git-conventions -y
```

Package: anoma/ex_example
Source: https://github.com/anoma/ex_example/tree/master/.claude/skills/git-conventions

### code-review

Official Anoma skill from anoma/llm.

Install:

```bash
npx skills add anoma/llm@code-review -y
```

Package: anoma/llm
Source: https://github.com/anoma/llm/tree/HEAD/.claude/skills/code-review

### elixir-conventions

Official Anoma skill from anoma/llm.

Install:

```bash
npx skills add anoma/llm@elixir-conventions -y
```

Package: anoma/llm
Source: https://github.com/anoma/llm/tree/master/.claude/skills/elixir-conventions

### general-conventions

Official Anoma skill from anoma/llm.

Install:

```bash
npx skills add anoma/llm@general-conventions -y
```

Package: anoma/llm
Source: https://github.com/anoma/llm/tree/HEAD/.claude/skills/general-conventions

### git-conventions

Official Anoma skill from anoma/llm.

Install:

```bash
npx skills add anoma/llm@git-conventions -y
```

Package: anoma/llm
Source: https://github.com/anoma/llm/tree/HEAD/.claude/skills/git-conventions

### al

Official Anoma skill from anoma/al-ex.

Install:

```bash
npx skills add anoma/al-ex@al -y
```

Package: anoma/al-ex
Source: https://github.com/anoma/AL-Ex/tree/base/.claude/skills/al

## anoma/ex_example package overview

Includes 4 official skills: code-review, elixir-conventions, general-conventions, git-conventions.

### Top skills in this package

- code-review: Official Anoma skill from anoma/ex_example.
- elixir-conventions: Official Anoma skill from anoma/ex_example.
- general-conventions: Official Anoma skill from anoma/ex_example.
- git-conventions: Official Anoma skill from anoma/ex_example.

### Install

Install the full package:

```bash
npx skills add anoma/ex_example -y
```

Install a specific skill:

```bash
npx skills add anoma/ex_example@code-review -y
```

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

Source: https://github.com/anoma/ex_example#readme
