Skip to content

Plugin Catalog

Browse all available plugins in the Talent Factory marketplace. Each plugin provides specialized commands, agents, and skills for different workflows.


All Plugins

Plugin Version Commands Agents Skills Tags
Git Workflow 2.2.2 4 0 3 git, workflow, commits, PRs, merge
Project Management 2.6.2 6 1 0 planning, PRD, Linear, EPIC, agile
Code Quality 3.0.2 1 3 0 review, quality, Python, React
Education 1.4.0 1 2 2 teaching, learning, markdown, FFHS
Core Utilities 3.1.3 7 2 2 validation, CI, PDF, development
Obsidian Integration 1.1.2 0 0 1 tasks, Obsidian, productivity
Development 1.3.2 1 1 2 java, gradle, python, documentation
Gemini Bridge 1.0.1 3 2 1 gemini, mcp, multi-model, vision

By Category

Development Workflow

  • Git Workflow

Professional git automation with emoji conventional commits, pre-commit checks, PR management, and intelligent merge conflict resolution.

Commands: /git-workflow:commit, /git-workflow:create-pr, /git-workflow:pr-edit-history, /git-workflow:resolve-conflicts Skills: professional-commit-workflow, professional-pr-workflow, post-merge-cleanup

Details

  • Project Management

Comprehensive project planning with PRD generation, single-task initialization, EPIC automation, Linear integration, and git worktree workflows.

Commands: /project-management:create-prd, /project-management:create-plan, /project-management:init-task, /project-management:implement-task, /project-management:implement-epic, /project-management:document-handoff Agents: epic-orchestrator

Details


Code Quality & Development

  • Code Quality

Expert code review and refactoring with specialized agents for Python and React/Frontend development.

Commands: /code-quality:ruff-check Agents: python-expert, frontend-developer, code-reviewer

Details

  • Development

Expert development agents, project initialization with Git branching, Java/Gradle, Python/uv, and documentation synchronization tools.

Commands: /development:init-project Agents: java-developer Skills: professional-init-project, update-documents

Details

  • Gemini Bridge

Model-agnostic bridge to Google Gemini 2.5 Pro — long-context codebase analysis, multimodal vision, and independent model validation.

Commands: /gemini-bridge:analyze, /gemini-bridge:compare, /gemini-bridge:vision Agents: gemini-analyst, model-router Skills: gemini-analyst

Details

  • Core Utilities

Development utilities for plugin validation, CI automation, plugin development, and PDF-to-Markdown conversion.

Commands: /core:check, /core:check-commands, /core:check-agents, /core:build-skill, /core:package-skill, /core:create-command, /core:run-ci Agents: agent-expert, command-expert Skills: humanizer, pdf-to-markdown

Details


Education & Productivity

  • Education

Teaching aids and student support for IT education with Java Tutor agent and Markdown formatting skill.

Commands: /education:explain-code Agents: java-tutor, markdown-syntax-formatter Skills: markdown-syntax-formatter

Details

  • Obsidian Integration

Task management via Obsidian TaskNotes Plugin API with natural language support (DE/EN).

Skills: tasknotes

Details


Installation

To install plugins from this marketplace:

  1. Add the marketplace to .claude/settings.json:
JSON
{
  "extraKnownMarketplaces": {
    "talent-factory": {
      "source": {
        "source": "github",
        "repo": "talent-factory/claude-plugins"
      }
    }
  }
}
  1. Browse and install plugins:
Bash
1
2
3
claude
/plugin
# Select "Browse Plugins" → "talent-factory"
  1. Enable plugins in settings:
    JSON
    1
    2
    3
    4
    5
    6
    {
      "enabledPlugins": {
        "git-workflow@talent-factory": true,
        "project-management@talent-factory": true
      }
    }
    

Detailed Installation Guide


Plugin Comparison

Feature Matrix

Feature Git Workflow Project Mgmt Code Quality Development Education Core Obsidian Gemini Bridge
Git Integration Yes Yes No Yes No No No No
Merge Conflicts Yes No No No No No No No
Pre-commit Checks Yes No Yes No No Yes No No
Linear Integration No Yes No No No No No No
Code Review No No Yes No No No No No
Expert Agents No Yes Yes Yes Yes Yes No Yes
Task Management No Yes No No No No Yes No
CI Automation No No No No No Yes No No
Project Init No No No Yes No No No No
EPIC Automation No Yes No No No No No No
Long-Context (1M) No No No No No No No Yes
Multimodal Vision No No No No No No No Yes
MCP Tools No No No No No No No Yes

For Software Development Teams

JSON
{
  "enabledPlugins": {
    "git-workflow@talent-factory": true,
    "project-management@talent-factory": true,
    "code-quality@talent-factory": true,
    "development@talent-factory": true,
    "core@talent-factory": true,
    "gemini-bridge@talent-factory": true
  }
}

Workflow: PRD → Planning → Implementation → Review → Commit → PR


For Educators & Students

JSON
1
2
3
4
5
6
7
{
  "enabledPlugins": {
    "education@talent-factory": true,
    "git-workflow@talent-factory": true,
    "core@talent-factory": true
  }
}

Workflow: Learn → Code → Commit → Review


For Individual Developers

JSON
1
2
3
4
5
6
7
8
{
  "enabledPlugins": {
    "git-workflow@talent-factory": true,
    "development@talent-factory": true,
    "obsidian@talent-factory": true,
    "core@talent-factory": true
  }
}

Workflow: Task → Code → Commit → Track


Next Steps