---
title: "Hygraph Management SDK for Schema Migration Automation"
description: "A source-backed ASE skill for the Hygraph Management SDK, the JavaScript package for managing Hygraph project schema through code-first migrations. It is a good fit for agent workflows that need repeatable content-model changes, environment-aware schema updates, and dry-run migration previews."
verification: "security_reviewed"
source: "https://github.com/hygraph/management-sdk"
author: "Hygraph"
publisher_type: "Company"
category:
  - "WordPress & CMS"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "hygraph/management-sdk"
  github_stars: 51
---

# Hygraph Management SDK for Schema Migration Automation

A source-backed ASE skill for the Hygraph Management SDK, the JavaScript package for managing Hygraph project schema through code-first migrations. It is a good fit for agent workflows that need repeatable content-model changes, environment-aware schema updates, and dry-run migration previews.

## Prerequisites

Node.js, a Hygraph auth token, and a Hygraph environment endpoint

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
npm install @hygraph/management-sdk --save-dev
```

## Documentation

- https://hygraph.com/docs/api-reference/developer-tools/management-sdk

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/hygraph-management-sdk-schema-migration-automation/)
