Claude Code plugin marketplace by Rytass.
/plugin marketplace add Rytass/ClaudeCodeMarketplaceThis registers the marketplace catalog only — no plugins are installed yet.
/plugin install <plugin-name>@rytass-claude-codeYou can also install via the interactive UI: run /plugin → Discover tab → select the plugin → choose scope.
| Scope | Command | Effect |
|---|---|---|
| User | /plugin install <name>@rytass-claude-code |
Available across all projects (default) |
| Project | /plugin install <name>@rytass-claude-code --scope project |
Current repo only; stored in .claude/settings.json for team sharing |
| Local | Select "Local" scope via /plugin interactive UI |
Current repo + current user only |
| Plugin | Description |
|---|---|
project-rule |
Full-stack project architecture conventions. NestJS, Next.js, TypeORM, GraphQL, Mezzanine UI, Casbin RBAC, Nx monorepo, scaffolding tools, pattern auditing. |
react-performance |
React and Next.js performance optimization rules from Vercel Engineering. 47 actionable rules. |
boilerplate |
Full-stack project bootstrapper with deployment-specific API (GKE, Cloudflare Workers, Supabase). |
google-workspace-cli |
Google Workspace CLI operations via gws, GAM, and clasp. Gmail, Drive, Calendar, Sheets, Docs, Chat, Meet, Tasks, Forms, Admin with full onboarding. |
/plugin marketplace update rytass-claude-codeVia the interactive UI: /plugin → Marketplaces tab → select the marketplace → Update.
Or reinstall manually:
/plugin uninstall <plugin-name>@rytass-claude-code
/plugin install <plugin-name>@rytass-claude-codeClaude Code checks for plugin updates on startup. Third-party marketplaces require manual opt-in.
Enable auto-update: /plugin → Marketplaces tab → select the marketplace → Enable auto-update
| Variable | Effect |
|---|---|
DISABLE_AUTOUPDATER |
Disables all auto-updates (Claude Code + plugins) |
FORCE_AUTOUPDATE_PLUGINS=true + DISABLE_AUTOUPDATER |
Disables Claude Code auto-update but keeps plugin auto-update |
# Remove a plugin
/plugin uninstall <plugin-name>@rytass-claude-code
# Remove the marketplace (also removes all plugins installed from it)
/plugin marketplace remove rytass-claude-code