Getting Started¶
Welcome to the Talent Factory Claude Plugins! This guide will help you install and start using professional plugins for Claude Code.
Prerequisites¶
Before you begin, ensure you have:
- Claude Code installed (Installation Guide)
- Git installed (for git-workflow plugin)
- Basic familiarity with command-line interfaces
Installation Steps¶
1. Add the Marketplace¶
Add the Talent Factory marketplace to your Claude Code settings:
Edit .claude/settings.json in your project:
- Open Claude Code:
claude - Use the plugin command:
/plugin - Select "Add Marketplace"
- Enter:
talent-factory/claude-plugins
2. Browse & Install Plugins¶
Once the marketplace is added:
| Bash | |
|---|---|
3. Verify Installation¶
Check that plugins are enabled in .claude/settings.json:
| JSON | |
|---|---|
Quick Start Guides¶
-
5-Minute Quick Start
Get up and running with your first plugin in 5 minutes.
-
Your First Commit
Learn how to use
/commitfor professional git commits. -
:material-pull-request:{ .lg .middle } Create Your First PR
Use
/create-prto create professional pull requests. -
PRD-Based Workflow
Generate Product Requirements Documents with
/create-prd.
Next Steps¶
After installation, explore:
- Plugin Catalog - Browse all available plugins
- Guides & Tutorials - Learn common workflows
- Reference Documentation - Technical details
Troubleshooting¶
Marketplace Not Found¶
If Claude Code can't find the marketplace:
- Verify
.claude/settings.jsonsyntax is valid JSON - Restart Claude Code
- Check GitHub repository is accessible: talent-factory/claude-plugins
Plugin Commands Not Working¶
If commands like /commit don't work:
- Verify plugin is enabled in
.claude/settings.json - Restart Claude Code session
- Check plugin version compatibility
Need Help?¶
- GitHub Issues: Report a problem
- Discussions: Ask questions
- Security: Report vulnerabilities
What's Next?¶
- Explore the Plugin Catalog
- Follow step-by-step guides
- Join the community
- Read the Development Guide
- Learn plugin architecture
- Start contributing