# Metalama AI Agent Skills

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

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

Official page: https://skillscout.sh/official/metalama/
Markdown page: https://skillscout.sh/official/metalama/metalama_skills_skillscout.md
Vendor website: https://metalama.net/

## Prompt for your agent

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

### metalama/metalama.compiler

Includes 11 official skills: analyzer-codefix, ci-analysis, code-review, formatting-log, integration-test-analysis, merge-into-branch.

Install:

```bash
npx skills add metalama/metalama.compiler -y
```

Source: https://github.com/metalama/Metalama.Compiler

### metalama/metalama.ai.skills

Includes 1 official skill: metalama.

Install:

```bash
npx skills add metalama/metalama.ai.skills -y
```

Source: https://github.com/metalama/Metalama.AI.Skills

### metalama/metalama.documentation

Includes 1 official skill: claude.

Install:

```bash
npx skills add metalama/metalama.documentation -y
```

Source: https://github.com/metalama/Metalama.Documentation

## Individual skills

### analyzer-codefix

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@analyzer-codefix -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/analyzer-codefix

### ci-analysis

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@ci-analysis -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/ci-analysis

### code-review

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@code-review -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/code-review

### formatting-log

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@formatting-log -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/formatting-log

### integration-test-analysis

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@integration-test-analysis -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/integration-test-analysis

### merge-into-branch

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@merge-into-branch -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/merge-into-branch

### new-compiler-feature

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@new-compiler-feature -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/new-compiler-feature

### run-toolset-tests

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@run-toolset-tests -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/run-toolset-tests

### snap

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@snap -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/snap

### validate-sdk

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@validate-sdk -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/validate-sdk

### vmr-codeflow-status

Official Metalama skill from metalama/metalama.compiler.

Install:

```bash
npx skills add metalama/metalama.compiler@vmr-codeflow-status -y
```

Package: metalama/metalama.compiler
Source: https://github.com/metalama/metalama.compiler/tree/HEAD/.github/skills/vmr-codeflow-status

### metalama

Official Metalama skill from metalama/metalama.ai.skills.

Install:

```bash
npx skills add metalama/metalama.ai.skills@metalama -y
```

Package: metalama/metalama.ai.skills
Source: https://github.com/metalama/Metalama.AI.Skills/tree/main/plugins/metalama/skills/metalama

### claude

Official Metalama skill from metalama/metalama.documentation.

Install:

```bash
npx skills add metalama/metalama.documentation@claude -y
```

Package: metalama/metalama.documentation
Source: https://github.com/metalama/metalama.documentation/tree/HEAD/claude

## metalama/metalama.ai.skills package overview

Includes 1 official skill: metalama.

### Top skills in this package

- metalama: Official Metalama skill from metalama/metalama.ai.skills.

### Install

Install the full package:

```bash
npx skills add metalama/metalama.ai.skills -y
```

Install a specific skill:

```bash
npx skills add metalama/metalama.ai.skills@metalama -y
```

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

Source: https://github.com/metalama/metalama.ai.skills#readme
