I would introduce ‘make’ in the build automation (level 3) section.
Understanding make (dependency graphs, splitting up the build process into small tasks which can be parallelized, restarted, and leave an exact record of how much was succesfully built) I consider a valuable trade and magnitudes better than “writing your own build script” (as is presently what is the level 3 skill).
What I would change: - add mention of RFCs, e.g. 2616 (HTTP) and 1738 (URL)