Summary
Auto-generate a portfolio README section from a ProjectBridge analysis, showcasing a developer's strengths and growth trajectory.
Details
After running an analysis, developers could generate a Markdown section suitable for their GitHub profile README that highlights:
- Top skills and frameworks demonstrated across repos
- Areas of active growth (skills being developed)
- Project recommendations as a "What I'm building next" section
Approach
- Add a new export format or command (e.g.,
projectbridge export --format portfolio-readme)
- Generate concise, GitHub-profile-friendly Markdown
- Include skill badges or categorized lists
References
- Current export system:
engine/projectbridge/export.py
- Markdown export:
render_markdown() in export.py
- Parking lot idea: "Portfolio generator" in
docs/BACKLOG.md
Summary
Auto-generate a portfolio README section from a ProjectBridge analysis, showcasing a developer's strengths and growth trajectory.
Details
After running an analysis, developers could generate a Markdown section suitable for their GitHub profile README that highlights:
Approach
projectbridge export --format portfolio-readme)References
engine/projectbridge/export.pyrender_markdown()inexport.pydocs/BACKLOG.md