You learned to recognize connectivity patterns by their signals. "Can reach both ways" means SCC. "Minimum cost to connect" means MST. "Dynamic connectivity" means DSU.
You solved problems that mixed these techniques. Some problems needed one technique. Others combined two, like MST plus bridges.
The skill you built here is pattern matching. See a problem, recognize the signal, pick the right tool.