# Ecency AI Agent Skills

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

Browse 11 official AI agent skills across 2 Ecency repositories, with install commands and source links.

Official page: https://skillscout.sh/official/ecency/
Markdown page: https://skillscout.sh/official/ecency/ecency_skills_skillscout.md
Vendor website: https://ecency.com/

## Prompt for your agent

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

### ecency/ecency-mobile

Includes 6 official skills: code-review, add-feature, add-mutation, add-query, add-sheet, debug.

Install:

```bash
npx skills add ecency/ecency-mobile -y
```

Source: https://github.com/ecency/ecency-mobile

### ecency/vision-next

Includes 5 official skills: add-feature, add-query, add-sdk-mutation, code-review, debug.

Install:

```bash
npx skills add ecency/vision-next -y
```

Source: https://github.com/ecency/vision-next

## Individual skills

### code-review

Official Ecency skill from ecency/ecency-mobile.

Install:

```bash
npx skills add ecency/ecency-mobile@code-review -y
```

Package: ecency/ecency-mobile
Source: https://github.com/ecency/ecency-mobile/tree/development/.claude/skills/code-review

### add-feature

Official Ecency skill from ecency/ecency-mobile.

Install:

```bash
npx skills add ecency/ecency-mobile@add-feature -y
```

Package: ecency/ecency-mobile
Source: https://github.com/ecency/ecency-mobile/tree/development/.claude/skills/add-feature

### add-mutation

Official Ecency skill from ecency/ecency-mobile.

Install:

```bash
npx skills add ecency/ecency-mobile@add-mutation -y
```

Package: ecency/ecency-mobile
Source: https://github.com/ecency/ecency-mobile/tree/development/.claude/skills/add-mutation

### add-query

Official Ecency skill from ecency/ecency-mobile.

Install:

```bash
npx skills add ecency/ecency-mobile@add-query -y
```

Package: ecency/ecency-mobile
Source: https://github.com/ecency/ecency-mobile/tree/development/.claude/skills/add-query

### add-sheet

Official Ecency skill from ecency/ecency-mobile.

Install:

```bash
npx skills add ecency/ecency-mobile@add-sheet -y
```

Package: ecency/ecency-mobile
Source: https://github.com/ecency/ecency-mobile/tree/development/.claude/skills/add-sheet

### debug

Official Ecency skill from ecency/ecency-mobile.

Install:

```bash
npx skills add ecency/ecency-mobile@debug -y
```

Package: ecency/ecency-mobile
Source: https://github.com/ecency/ecency-mobile/tree/development/.claude/skills/debug

### add-feature

Official Ecency skill from ecency/vision-next.

Install:

```bash
npx skills add ecency/vision-next@add-feature -y
```

Package: ecency/vision-next
Source: https://github.com/ecency/vision-next/tree/develop/.claude/skills/add-feature

### add-query

Official Ecency skill from ecency/vision-next.

Install:

```bash
npx skills add ecency/vision-next@add-query -y
```

Package: ecency/vision-next
Source: https://github.com/ecency/vision-next/tree/develop/.claude/skills/add-query

### add-sdk-mutation

Official Ecency skill from ecency/vision-next.

Install:

```bash
npx skills add ecency/vision-next@add-sdk-mutation -y
```

Package: ecency/vision-next
Source: https://github.com/ecency/vision-next/tree/develop/.claude/skills/add-sdk-mutation

### code-review

Official Ecency skill from ecency/vision-next.

Install:

```bash
npx skills add ecency/vision-next@code-review -y
```

Package: ecency/vision-next
Source: https://github.com/ecency/vision-next/tree/develop/.claude/skills/code-review

### debug

Official Ecency skill from ecency/vision-next.

Install:

```bash
npx skills add ecency/vision-next@debug -y
```

Package: ecency/vision-next
Source: https://github.com/ecency/vision-next/tree/develop/.claude/skills/debug

## ecency/ecency-mobile package overview

Includes 6 official skills: code-review, add-feature, add-mutation, add-query, add-sheet, debug.

### Top skills in this package

- code-review: Official Ecency skill from ecency/ecency-mobile.
- add-feature: Official Ecency skill from ecency/ecency-mobile.
- add-mutation: Official Ecency skill from ecency/ecency-mobile.
- add-query: Official Ecency skill from ecency/ecency-mobile.
- add-sheet: Official Ecency skill from ecency/ecency-mobile.
- debug: Official Ecency skill from ecency/ecency-mobile.

### Install

Install the full package:

```bash
npx skills add ecency/ecency-mobile -y
```

Install a specific skill:

```bash
npx skills add ecency/ecency-mobile@code-review -y
```

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

Source: https://github.com/ecency/ecency-mobile#readme
