Installation Guide¶
Complete guide to installing and using Talent Factory Claude Code plugins.
Prerequisites¶
- Claude Code installed (Installation Guide)
- Git installed
- Active Anthropic account
Installation Methods¶
Method 1: Via Marketplace (Recommended)¶
This method automatically installs and updates plugins.
Step 1: Add Marketplace¶
In your project root, create or edit .claude/settings.json:
| JSON | |
|---|---|
Step 2: Trust the Repository¶
When you open the project in Claude Code, you'll be prompted to trust the repository. Click "Trust" to enable the marketplace.
Step 3: Browse and Install¶
| Bash | |
|---|---|
Step 4: Enable Plugins¶
After installation, enable the plugins you want to use:
| JSON | |
|---|---|
Method 2: Local Development¶
For testing or contributing to plugins.
Step 1: Clone Repository¶
Step 2: Test Single Plugin¶
| Bash | |
|---|---|
Step 3: Test Entire Marketplace¶
Configuration¶
User-Level Settings¶
Install plugins for all your projects:
~/.claude/settings.json:
| JSON | |
|---|---|
Project-Level Settings¶
Install plugins for a specific project:
.claude/settings.json (in project root):
| JSON | |
|---|---|
Team Settings¶
Share plugin configuration with your team by committing .claude/settings.json to version control.
Team members will be prompted to:
- Trust the marketplace
- Install suggested plugins
They can skip unwanted plugins while accepting others.
Plugin Selection Guide¶
For Students¶
Recommended plugins:
| JSON | |
|---|---|
For Development Teams¶
Recommended plugins:
| JSON | |
|---|---|
For Educators¶
Recommended plugins:
| JSON | |
|---|---|
For Individual Developers¶
Choose what you need:
| JSON | |
|---|---|
Verification¶
Check Installed Plugins¶
Test Commands¶
| Bash | |
|---|---|
View Plugin Details¶
| Bash | |
|---|---|
Updating Plugins¶
Automatic Updates (Marketplace)¶
Claude Code checks for updates when you start a session. Updates are downloaded automatically.
Manual Update (Local Development)¶
Then restart Claude Code.
Uninstalling Plugins¶
Disable Plugin¶
In .claude/settings.json:
Remove Plugin¶
Remove Marketplace¶
Remove from .claude/settings.json:
Troubleshooting¶
Plugin Not Appearing¶
Problem: Marketplace added but plugins don't appear
Solutions:
- Restart Claude Code
- Verify
.claude/settings.jsonsyntax - Check you trusted the repository
- Run
/pluginand manually browse
Commands Not Working¶
Problem: Commands appear but don't execute
Solutions:
- Check plugin is enabled in settings
- Verify plugin is compatible with your Claude Code version
- Check command syntax:
/command-namenotcommand-name
Marketplace Not Loading¶
Problem: Can't add marketplace
Solutions:
- Verify GitHub repository exists and is public
- Check internet connection
- Verify JSON syntax in settings.json
- Check repository URL is correct
Plugin Validation Errors¶
Problem: Plugin fails validation
Solutions:
- Run
/plugin validate .in plugin directory - Check plugin.json for required fields
- Verify commands have correct file extension (.md)
- Ensure no syntax errors in markdown files
Advanced Configuration¶
Custom Plugin Directory¶
Test plugins from a different location:
| Bash | |
|---|---|
Multiple Marketplaces¶
Add multiple plugin sources:
| JSON | |
|---|---|
Managed Settings (Enterprise)¶
For organization-wide deployment, use managed settings:
/etc/claude/managed-settings.json (macOS/Linux) or C:\ProgramData\claude\managed-settings.json (Windows)
Getting Help¶
- Documentation: Talent Factory Claude Plugins
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: support@talent-factory.ch
Next Steps¶
- ✅ Install plugins
- 📖 Read plugin documentation
- 🎯 Try example commands
- 🤝 Share with your team
- 💡 Provide feedback
Happy coding with Claude! 🚀