Setup Guide

Connect to the Your Organization plugin marketplace in Claude Code

1
Install Claude Code
Make sure you have Claude Code installed and configured
2
Add the Your Organization Marketplace
Register the Your Organization private marketplace with Claude Code

Note: You may need to authenticate with your GitHub account. For private repos, set GITHUB_TOKEN or GH_TOKEN environment variable.

3
Browse Available Plugins
List all plugins available from the Your Organization marketplace
In Claude Code terminal:
/plugin list plugstash
4
Install a Plugin
Install any plugin from the marketplace by its slug
In Claude Code terminal:
/plugin install <slug>@plugstash

Note: Replace <slug> with the actual plugin slug (e.g., /plugin install single-spa-architecture@plugstash)

5
Update Plugins
Keep your plugins up to date with the latest versions
In Claude Code terminal:
/plugin update @plugstash
Troubleshooting

Authentication Issues

Make sure you're logged into GitHub and have access to the Your Organization organization. The marketplace is only available to Your Organization team members. For private repos, set the GITHUB_TOKEN or GH_TOKEN environment variable.

Plugin Not Found

Verify the plugin slug is correct. You can find plugin slugs on the Browse page. Remember to include the marketplace suffix: @plugstash

Need Help?

Contact the platform team or check the internal documentation for more assistance.