Summary
Enrich project spec exports with links to free learning resources (tutorials, documentation, courses) for each skill addressed.
Details
The export-project command generates project specs with documentation links from engine/projectbridge/recommend/resources.yaml. This could be expanded to include:
- Free course links (freeCodeCamp, Exercism, The Odin Project)
- Official tutorials and getting-started guides
- Video resources (YouTube channels, conference talks)
- Interactive playgrounds and sandboxes
How to contribute
- Edit
engine/projectbridge/recommend/resources.yaml
- Add entries under the relevant skill key
- Run
make test to verify the data loads correctly
References
- Current resources data:
engine/projectbridge/recommend/resources.yaml
- Project spec generation:
engine/projectbridge/recommend/export_project.py
Summary
Enrich project spec exports with links to free learning resources (tutorials, documentation, courses) for each skill addressed.
Details
The
export-projectcommand generates project specs with documentation links fromengine/projectbridge/recommend/resources.yaml. This could be expanded to include:How to contribute
engine/projectbridge/recommend/resources.yamlmake testto verify the data loads correctlyReferences
engine/projectbridge/recommend/resources.yamlengine/projectbridge/recommend/export_project.py