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
- 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
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
- 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
- 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
- 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
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
- Obsidian Integration
Task management via Obsidian TaskNotes Plugin API with natural language support (DE/EN).
Skills: tasknotes
Installation¶
To install plugins from this marketplace:
- Add the marketplace to
.claude/settings.json:
| JSON | |
|---|---|
- Browse and install plugins:
- Enable plugins in settings:
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 |
Recommended Combinations¶
For Software Development Teams¶
| JSON | |
|---|---|
Workflow: PRD → Planning → Implementation → Review → Commit → PR
For Educators & Students¶
| JSON | |
|---|---|
Workflow: Learn → Code → Commit → Review
For Individual Developers¶
| JSON | |
|---|---|
Workflow: Task → Code → Commit → Track
Next Steps¶
- Getting Started - Install and configure plugins
- Guides - Learn common workflows
- Development - Create your own plugins