diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b33ad62..6a83abd 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -15,7 +15,7 @@ "name": "GMGN" }, "homepage": "https://gmgn.ai", - "repository": "https://github.com/gmgn-ai/gmgn-skills", + "repository": "https://github.com/GMGNAI/gmgn-skills", "license": "MIT", "keywords": [ "gmgn", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 7c9a20d..173fd85 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -6,7 +6,7 @@ "name": "GMGN", "url": "https://gmgn.ai" }, - "repository": "https://github.com/gmgn-ai/gmgn-skills", + "repository": "https://github.com/GMGNAI/gmgn-skills", "license": "MIT", "keywords": ["gmgn", "crypto", "solana", "token", "defi", "swap"], "skills": "./skills/" diff --git a/.codex/INSTALL.md b/.codex/INSTALL.md index 74e305b..ca039ce 100644 --- a/.codex/INSTALL.md +++ b/.codex/INSTALL.md @@ -12,7 +12,7 @@ Enable GMGN skills in Codex via native skill discovery. Just clone and symlink. 1. **Clone the repository:** ```bash - git clone https://github.com/gmgn-ai/gmgn-skills ~/.codex/gmgn-cli + git clone https://github.com/GMGNAI/gmgn-skills ~/.codex/gmgn-cli ``` 2. **Create the skills symlink:** diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 0669617..0ec7516 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -6,7 +6,7 @@ "name": "GMGN" }, "homepage": "https://gmgn.ai", - "repository": "https://github.com/gmgn-ai/gmgn-skills", + "repository": "https://github.com/GMGNAI/gmgn-skills", "license": "MIT", "keywords": [ "gmgn", diff --git a/.opencode/INSTALL.md b/.opencode/INSTALL.md index 35c9c58..69c1259 100644 --- a/.opencode/INSTALL.md +++ b/.opencode/INSTALL.md @@ -12,7 +12,7 @@ Enable GMGN skills in OpenCode via native skill discovery. Just clone and symlin 1. **Clone the repository:** ```bash - git clone https://github.com/gmgn-ai/gmgn-skills ~/.opencode/gmgn-cli + git clone https://github.com/GMGNAI/gmgn-skills ~/.opencode/gmgn-cli ``` 2. **Register the plugin:** diff --git a/Readme.md b/Readme.md index 7e377bc..0a4f456 100644 --- a/Readme.md +++ b/Readme.md @@ -199,7 +199,7 @@ Skills are automatically discovered via the `.cursor-plugin/` configuration. #### Codex CLI ```bash -git clone https://github.com/gmgn-ai/gmgn-skills ~/.codex/gmgn-cli +git clone https://github.com/GMGNAI/gmgn-skills ~/.codex/gmgn-cli mkdir -p ~/.agents/skills ln -s ~/.codex/gmgn-cli/skills ~/.agents/skills/gmgn-cli ``` @@ -209,7 +209,7 @@ See [.codex/INSTALL.md](.codex/INSTALL.md) for full instructions. #### OpenCode ```bash -git clone https://github.com/gmgn-ai/gmgn-skills ~/.opencode/gmgn-cli +git clone https://github.com/GMGNAI/gmgn-skills ~/.opencode/gmgn-cli mkdir -p ~/.agents/skills ln -s ~/.opencode/gmgn-cli/skills ~/.agents/skills/gmgn-cli ``` diff --git a/Readme.zh.md b/Readme.zh.md index df9993b..56f065a 100644 --- a/Readme.zh.md +++ b/Readme.zh.md @@ -199,7 +199,7 @@ cp .env.example .env #### Codex CLI ```bash -git clone https://github.com/gmgn-ai/gmgn-skills ~/.codex/gmgn-cli +git clone https://github.com/GMGNAI/gmgn-skills ~/.codex/gmgn-cli mkdir -p ~/.agents/skills ln -s ~/.codex/gmgn-cli/skills ~/.agents/skills/gmgn-cli ``` @@ -209,7 +209,7 @@ ln -s ~/.codex/gmgn-cli/skills ~/.agents/skills/gmgn-cli #### OpenCode ```bash -git clone https://github.com/gmgn-ai/gmgn-skills ~/.opencode/gmgn-cli +git clone https://github.com/GMGNAI/gmgn-skills ~/.opencode/gmgn-cli mkdir -p ~/.agents/skills ln -s ~/.opencode/gmgn-cli/skills ~/.agents/skills/gmgn-cli ``` diff --git a/package.json b/package.json index 2038fca..244057d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/gmgn-ai/gmgn-skills" + "url": "https://github.com/GMGNAI/gmgn-skills" }, "keywords": [ "gmgn",