# We Are Singular AI Agent Skills

We Are Singular publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 1 We Are Singular repository, with install commands and source links.

Official page: https://skillscout.sh/official/we-are-singular/
Markdown page: https://skillscout.sh/official/we-are-singular/we-are-singular_skills_skillscout.md
Vendor website: https://wearesingular.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/we-are-singular/we-are-singular_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant We Are Singular 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

### we-are-singular/aml

Includes 4 official skills: aml-jsx, code-review-evidence, evidence-review, kitchen-sink-skill.

Install:

```bash
npx skills add we-are-singular/aml -y
```

Source: https://github.com/we-are-singular/aml

## Individual skills

### aml-jsx

Official We Are Singular skill from we-are-singular/aml.

Install:

```bash
npx skills add we-are-singular/aml@aml-jsx -y
```

Package: we-are-singular/aml
Source: https://github.com/we-are-singular/aml/tree/HEAD/skills/aml-jsx

### code-review-evidence

Official We Are Singular skill from we-are-singular/aml.

Install:

```bash
npx skills add we-are-singular/aml@code-review-evidence -y
```

Package: we-are-singular/aml
Source: https://github.com/we-are-singular/aml/tree/HEAD/examples/src/integrations/skills/code-review-evidence

### evidence-review

Official We Are Singular skill from we-are-singular/aml.

Install:

```bash
npx skills add we-are-singular/aml@evidence-review -y
```

Package: we-are-singular/aml
Source: https://github.com/we-are-singular/aml/tree/HEAD/examples/src/capabilities/skills/evidence-review

### kitchen-sink-skill

Official We Are Singular skill from we-are-singular/aml.

Install:

```bash
npx skills add we-are-singular/aml@kitchen-sink-skill -y
```

Package: we-are-singular/aml
Source: https://github.com/we-are-singular/aml/tree/HEAD/sdk/tests/smoke/fixtures/kitchen-sink-skill

## we-are-singular/aml package overview

Includes 4 official skills: aml-jsx, code-review-evidence, evidence-review, kitchen-sink-skill.

### Top skills in this package

- aml-jsx: Official We Are Singular skill from we-are-singular/aml.
- code-review-evidence: Official We Are Singular skill from we-are-singular/aml.
- evidence-review: Official We Are Singular skill from we-are-singular/aml.
- kitchen-sink-skill: Official We Are Singular skill from we-are-singular/aml.

### Install

Install the full package:

```bash
npx skills add we-are-singular/aml -y
```

Install a specific skill:

```bash
npx skills add we-are-singular/aml@aml-jsx -y
```

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

Source: https://github.com/we-are-singular/aml#readme
