diff --git a/README.md b/README.md index 0a6354c..782a5c7 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ agent-react-devtools status # Should show "Apps: 1 connected" Add the skill to your AI coding assistant for richer context: ```sh -npx skills add piotrski/agent-react-devtools +npx skills add callstackincubator/agent-react-devtools ``` This works with Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, OpenCode, and Windsurf. @@ -282,7 +282,7 @@ This works with Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, O You can also install via the Claude Code plugin marketplace: ``` -/plugin marketplace add piotrski/agent-react-devtools +/plugin marketplace add callstackincubator/agent-react-devtools /plugin install agent-react-devtools@piotrski ``` diff --git a/packages/agent-react-devtools/package.json b/packages/agent-react-devtools/package.json index 0ef1325..03c3bd7 100644 --- a/packages/agent-react-devtools/package.json +++ b/packages/agent-react-devtools/package.json @@ -34,7 +34,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/piotrski/agent-react-devtools.git", + "url": "https://github.com/callstackincubator/agent-react-devtools.git", "directory": "packages/agent-react-devtools" }, "license": "MIT",