Setup project-local plugin installation linked to a GitHub marketplace
Configures project-local plugins linked to a GitHub marketplace repository.
/plugin marketplace add cameronsjo/claude-marketplace/plugin install core@cameronsjoThe user wants to configure project-local plugins that are linked to a GitHub marketplace repository.
.claude/settings.json already exists in the current project{
"extraKnownMarketplaces": {
"cameronsjo": {
"source": {
"source": "github",
"repo": "cameronsjo/claude-marketplace"
}
}
},
"enabledPlugins": {
// Add plugins based on user input or suggest based on project type
}
}
Ask the user which plugins they want to enable from the marketplace. Common options:
.claude directory if it doesn't exist: mkdir -p .claudecat .claude/settings.json 2>/dev/null || echo "{}"Do NOT add plugins the user didn't request. Always confirm the selection before writing.