# GMEDIA AI Agent Skills

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

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

Official page: https://skillscout.sh/official/gmedia/
Markdown page: https://skillscout.sh/official/gmedia/gmedia_skills_skillscout.md
Vendor website: https://gmedia.id/

## Prompt for your agent

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

### gmedia/erp

Includes 10 official skills: database-migration, feature-crud-complex, feature-crud-simple, feature-import, feature-non-crud, refactor-backend.

Install:

```bash
npx skills add gmedia/erp -y
```

Source: https://github.com/gmedia/erp

## Individual skills

### database-migration

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@database-migration -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/main/.github/skills/database-migration

### feature-crud-complex

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@feature-crud-complex -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/main/.github/skills/feature-crud-complex

### feature-crud-simple

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@feature-crud-simple -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/main/.github/skills/feature-crud-simple

### feature-import

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@feature-import -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/HEAD/.github/skills/feature-import

### feature-non-crud

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@feature-non-crud -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/main/.github/skills/feature-non-crud

### refactor-backend

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@refactor-backend -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/main/.github/skills/refactor-backend

### refactor-e2e

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@refactor-e2e -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/main/.github/skills/refactor-e2e

### refactor-frontend

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@refactor-frontend -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/main/.github/skills/refactor-frontend

### session-handoff

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@session-handoff -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/HEAD/.github/skills/session-handoff

### testing-strategy

Official GMEDIA skill from gmedia/erp.

Install:

```bash
npx skills add gmedia/erp@testing-strategy -y
```

Package: gmedia/erp
Source: https://github.com/gmedia/erp/tree/main/.github/skills/testing-strategy

## gmedia/erp package overview

Includes 10 official skills: database-migration, feature-crud-complex, feature-crud-simple, feature-import, feature-non-crud, refactor-backend.

### Top skills in this package

- database-migration: Official GMEDIA skill from gmedia/erp.
- feature-crud-complex: Official GMEDIA skill from gmedia/erp.
- feature-crud-simple: Official GMEDIA skill from gmedia/erp.
- feature-import: Official GMEDIA skill from gmedia/erp.
- feature-non-crud: Official GMEDIA skill from gmedia/erp.
- refactor-backend: Official GMEDIA skill from gmedia/erp.
- refactor-e2e: Official GMEDIA skill from gmedia/erp.
- refactor-frontend: Official GMEDIA skill from gmedia/erp.

### Install

Install the full package:

```bash
npx skills add gmedia/erp -y
```

Install a specific skill:

```bash
npx skills add gmedia/erp@database-migration -y
```

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

Source: https://github.com/gmedia/erp#readme
