Skip to content

OBaruch/Project-Center

Repository files navigation

Project Center

A Markdown-first repository to centralize projects, CV, timeline, portfolio, and professional context in one reusable public system.

Why this exists

Most builders have their work scattered across chats, GitHub repos, cloud tools, websites, resumes, and notes. Project Center creates a single version-controlled home where all that work can be documented, indexed, and presented clearly.

What this repository includes

  • a profile summary,
  • a master CV,
  • a project index,
  • standardized Markdown project files,
  • optional chat and source summaries,
  • and a structure other people can clone for their own portfolio.

Repository structure

.
├── README.md
├── PROJECT_CENTER_BLUEPRINT.md
├── INDEX.md
├── CONTRIBUTING.md
├── profile/
├── cv/
├── projects/
├── timeline/
├── chats/
├── sources/
├── templates/
└── docs/

Recommended workflow

  1. Add your profile in profile/summary.md.
  2. Add your master experience record in cv/master-cv.md.
  3. Create one Markdown file per project in projects/.
  4. Update INDEX.md as your public navigation layer.
  5. Keep project files structured and reusable.

What a project file should contain

Each project should answer, at minimum:

  • What is it?
  • Why does it exist?
  • What problem does it solve?
  • What did you do?
  • What tools did you use?
  • What changed because of it?
  • What did you learn?

Who this is for

This system is especially useful for:

  • developers,
  • AI engineers,
  • data professionals,
  • consultants,
  • founders,
  • product builders,
  • and multidisciplinary operators.

Principles

  • Markdown is the source of truth.
  • Keep the repository human-readable.
  • Keep public and private content separate.
  • Standardize project documentation.
  • Prefer simple structure over premature automation.

Start here

  • Read PROJECT_CENTER_BLUEPRINT.md
  • Update profile/summary.md
  • Update cv/master-cv.md
  • Duplicate templates/project-template.md into projects/
  • Edit INDEX.md

Public template note

If you publish this repository as a template, remove any sensitive, confidential, or non-public information before making it public.

About

**Project Center** is a Markdown-first, GitHub-based personal operating repository designed to centralize a person’s projects.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors