Guides & Tutorials¶
Step-by-step guides to help you master common workflows with Talent Factory Claude Plugins.
Getting Started Guides¶
-
Your First Commit
Learn how to create professional git commits with
/commit.Duration: 5 minutes
Level: Beginner -
:material-pull-request:{ .lg .middle } Create Your First PR
Use
/create-prto create professional pull requests.Duration: 10 minutes Level: Beginner
-
Formatting Markdown
Produce clean, consistent Markdown with the
markdown-syntax-formatterskill.Level: Beginner
Workflow Guides¶
-
PRD-Based Workflow
Generate Product Requirements Documents and plan projects.
Duration: 15 minutes
Level: Intermediate -
Linear Integration
Integrate with Linear for seamless project management.
Duration: 20 minutes
Level: Intermediate
All Guides¶
Beginner Level¶
| Guide | Plugin | Topics |
|---|---|---|
| Your First Commit | git-workflow | Git, commits, pre-commit checks |
| Create Your First PR | git-workflow | Pull requests, code review |
| Formatting Markdown | education | Markdown syntax, headings, lists, Swiss German |
Intermediate Level¶
| Guide | Plugin | Duration | Topics |
|---|---|---|---|
| PRD-Based Workflow | project-management | 15 min | Planning, documentation, PRDs |
| Linear Integration | project-management | 20 min | Linear, task management, sync |
Advanced Level¶
Coming soon! We're working on advanced guides for:
- Custom plugin development
- CI/CD automation workflows
- Multi-plugin workflows
- Advanced git workflows with worktrees
Learning Paths¶
For Software Developers¶
graph LR
A[Your First Commit] --> B[Create Your First PR]
B --> C[PRD-Based Workflow]
C --> D[Linear Integration]
D --> E[Advanced Workflows] Recommended order:
- Your First Commit - Learn git workflow basics
- Create Your First PR - Master pull requests
- PRD-Based Workflow - Plan projects professionally
- Linear Integration - Integrate with Linear
For Educators & Students¶
graph LR
A[Formatting Markdown] --> B[Your First Commit]
B --> C[Create Your First PR]
C --> D[Code Quality Basics] Recommended order:
- Formatting Markdown - Write clean documentation
- Your First Commit - Learn professional git habits
- Create Your First PR - Submit work for review
- Code Quality Basics (coming soon) - Use code review tools
For Plugin Developers¶
graph LR
A[Plugin Development Basics] --> B[Create Your First Plugin]
B --> C[Testing & Validation]
C --> D[Publishing] Recommended order:
- Plugin Development - Learn plugin structure
- Create Your First Plugin (coming soon) - Build a simple plugin
- Testing - Test your plugin
- Contributing - Submit to marketplace
Video Tutorials¶
Coming soon! We're planning video tutorials for:
- Quick start overview
- Common workflows
- Plugin development
- Advanced features
Community Guides¶
Have you created a guide or tutorial? We'd love to feature it here!
Submit your guide:
- Create a markdown file in
docs/guides/ - Follow the guide template
- Submit a pull request
- We'll review and publish
See Contributing Guide for details.
Need Help?¶
- Questions: Ask in GitHub Discussions
- Issues: Report in Issue Tracker
- Documentation: Check Reference
What's Next?¶
Start with beginner guides:
Try intermediate/advanced guides:
Help improve guides:
- Review Contributing Guide
- Create your own guide
- Submit pull request