Skip to content

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:

JSON
{
  "extraKnownMarketplaces": {
    "talent-factory": {
      "source": {
        "source": "github",
        "repo": "talent-factory/claude-plugins"
      }
    }
  }
}
  1. Open Claude Code: claude
  2. Use the plugin command: /plugin
  3. Select "Add Marketplace"
  4. Enter: talent-factory/claude-plugins

2. Browse & Install Plugins

Once the marketplace is added:

Bash
1
2
3
4
5
6
7
8
# Open Claude Code
claude

# Browse plugins
/plugin

# Select "Browse Plugins" → "talent-factory"
# Choose plugins to install

3. Verify Installation

Check that plugins are enabled in .claude/settings.json:

JSON
1
2
3
4
5
6
7
{
  "enabledPlugins": {
    "git-workflow@talent-factory": true,
    "project-management@talent-factory": true,
    "code-quality@talent-factory": true
  }
}

Quick Start Guides

  • 5-Minute Quick Start


    Get up and running with your first plugin in 5 minutes.

    Quick Start

  • Your First Commit


    Learn how to use /commit for professional git commits.

    First Commit Guide

  • :material-pull-request:{ .lg .middle } Create Your First PR


    Use /create-pr to create professional pull requests.

    First PR Guide

  • PRD-Based Workflow


    Generate Product Requirements Documents with /create-prd.

    PRD Workflow


Next Steps

After installation, explore:

  1. Plugin Catalog - Browse all available plugins
  2. Guides & Tutorials - Learn common workflows
  3. Reference Documentation - Technical details

Troubleshooting

Marketplace Not Found

If Claude Code can't find the marketplace:

  1. Verify .claude/settings.json syntax is valid JSON
  2. Restart Claude Code
  3. Check GitHub repository is accessible: talent-factory/claude-plugins

Plugin Commands Not Working

If commands like /commit don't work:

  1. Verify plugin is enabled in .claude/settings.json
  2. Restart Claude Code session
  3. Check plugin version compatibility

Need Help?


What's Next?