Marketplace Setup¶
This guide explains how to add the Talent Factory marketplace to Claude Code and configure plugin settings.
Adding the Marketplace¶
Method 1: Manual Configuration (Recommended)¶
-
Locate your settings file:
-
Add marketplace configuration:
-
Restart Claude Code:
Method 2: Using Claude Code UI¶
- Open Claude Code:
claude - Use plugin command:
/plugin - Select "Add Marketplace"
- Enter repository:
talent-factory/claude-plugins - Confirm addition
Enabling Plugins¶
After adding the marketplace, enable specific plugins:
Via Settings File¶
Edit .claude/settings.json:
Via Claude Code UI¶
- Use
/plugincommand - Select "Browse Plugins"
- Choose "talent-factory" marketplace
- Select plugins to enable
- Confirm installation
Verifying Installation¶
Check Enabled Plugins¶
Test Plugin Commands¶
| Bash | |
|---|---|
Configuration Options¶
Plugin-Specific Settings¶
Some plugins support additional configuration:
| JSON | |
|---|---|
Plugin Settings
Not all plugins support custom settings. Check individual plugin documentation for available options.
Updating Plugins¶
Claude Code automatically checks for plugin updates. To manually update:
- Use
/plugincommand - Select "Update Plugins"
- Choose plugins to update
- Confirm update
Troubleshooting¶
Marketplace Not Found¶
Problem: Claude Code can't find the talent-factory marketplace.
Solutions:
- Verify JSON syntax in
.claude/settings.json - Check GitHub repository is accessible: talent-factory/claude-plugins
- Ensure you have internet connection
- Restart Claude Code
Plugins Not Loading¶
Problem: Enabled plugins don't appear in Claude Code.
Solutions:
- Verify plugin names match exactly (case-sensitive)
- Check
enabledPluginssyntax:JSON - Restart Claude Code session
- Check Claude Code version compatibility
Commands Not Working¶
Problem: Plugin commands like /commit don't work.
Solutions:
- Verify plugin is enabled in settings
- Check command syntax (commands start with
/) - Ensure you're in a valid project context
- Review plugin-specific requirements (e.g., git repository for
/commit)
Advanced Configuration¶
Multiple Marketplaces¶
You can add multiple marketplaces:
| JSON | |
|---|---|
Selective Plugin Loading¶
Enable only specific plugins you need:
| JSON | |
|---|---|
Next Steps¶
- Quick Start Guide - Start using plugins
- Plugin Catalog - Explore available plugins
- Guides - Learn common workflows