Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion packages/agent-react-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading