Skip to content

Rytass/ClaudeCodeMarketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rytass-claude-code

License: MIT Claude Code Plugin

Claude Code plugin marketplace by Rytass.

Installation

Add Marketplace

/plugin marketplace add Rytass/ClaudeCodeMarketplace

This registers the marketplace catalog only — no plugins are installed yet.

Install a Plugin

/plugin install <plugin-name>@rytass-claude-code

You can also install via the interactive UI: run /pluginDiscover tab → select the plugin → choose scope.

Installation Scopes

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

Plugins

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.

Update

Update Marketplace Catalog

/plugin marketplace update rytass-claude-code

Update Installed Plugin

Via the interactive UI: /pluginMarketplaces tab → select the marketplace → Update.

Or reinstall manually:

/plugin uninstall <plugin-name>@rytass-claude-code
/plugin install <plugin-name>@rytass-claude-code

Auto-Update

Claude Code checks for plugin updates on startup. Third-party marketplaces require manual opt-in.

Enable auto-update: /pluginMarketplaces 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

Uninstall

# 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

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors