Skip to content

Commit 3a5d079

Browse files
Fix marketplace reference in plugin install instructions (#76)
## Summary & Motivation When I tried to install the plugin within Claude Code, using the commands in the readme, I got an error: <img width="501" height="140" alt="image" src="https://github.com/user-attachments/assets/d84c159f-dfdf-41b0-80b8-52169b05b158" /> It seems that the only change is to use the marketplace added in the previous step, i.e. `/plugin install dagster-expert@dagster`. I would like to fix this so that other users get a smooth installation experience when trying out these skills! ## Test Plan 1. Open a Claude Code session where the skills are not yet installed 1. Run the command in the proposed Readme edit `/plugin install dagster-expert@dagster` 1. Reload plugins with `/reload-plugins` 1. Test the command in the readme, `/dagster-expert:dagster-expert what's an asset?` Here's an example output from a personal project I've been working on: <img width="1005" height="406" alt="image" src="https://github.com/user-attachments/assets/89cdd8ff-cb4f-4408-b0db-49272847f8f5" />
1 parent fa3c501 commit 3a5d079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install using the
1818
```
1919
/plugin marketplace add dagster-io/skills
2020
21-
/plugin install dagster-expert@dagster-skills
21+
/plugin install dagster-expert@dagster
2222
2323
/dagster-expert "What's an asset?"
2424
```

0 commit comments

Comments
 (0)