ProfessionalHub¶
Welcome to the ProfessionalHub documentation.
ProfessionalHub is a personal system for managing your professional identity as a single source of truth. Everything about your career, skills, education, and positioning lives in one comprehensive Markdown document - then, using a LLM of your choice, you can filter and tailor for any output format you need: CVs, cover letters, portfolio sites, LinkedIn, freelance platforms, and more.
Documents¶
- Project Context: the theory and scope of the system. Start here.
- Implementation Guide: current workflow and planned automation phases.
- Compilation Guide: how to fill in each section of the hub.
- Output Guide: prompt templates for generating CVs, cover letters, and more.
Quick Start¶
- Read Project Context to understand the system.
- Create a new private repository for your personal data called
professionaldata- it's a good idea to have a backup and versioning on your data, but you can also skip it and just create a folder and file manually. - Copy
docs/templates/PROFESSIONAL_HUB.mdintoprofessionaldata/. - Start filling in your data - one section at a time, no rush.
Repository Structure¶
| Repo | Visibility | Purpose |
|---|---|---|
professionalhub (this repo) |
Public | System docs, templates, tooling |
professionaldata (your private data repo) |
Private | Your actual data and generated outputs |