If your AI coding assistant keeps building a whole framework for a one-line fix, DietrichGebert/ponytail is the ranked project worth reading first. Its instructions make the agent reuse existing code before inventing new abstraction, and it explicitly keeps validation and error handling intact. A good first test: give the agent a small refactor in a messy file and watch whether it shrinks the change instead of expanding it.
For something completely different, iptv-org/iptv turns the same daily ranking into a practical evening tool. It bundles publicly available TV streams into M3U playlists you can open in VLC and filter by language or category. Just treat the playlist as a directory, not a guarantee: whether a channel plays depends on that specific stream and your connection, so compare another channel before deciding whether the problem is one stream or your setup.
Before installing agent skills from this list, NVIDIA/SkillSpector deserves a look. It scans agent skill packages for suspicious instructions and credential or supply-chain risks, and it remembers what you already triaged so updates don’t re-flood you with old warnings. Pair it with mattpocock/skills if you want the agent to ask you questions before coding, or addyosmani/agent-skills for a fuller engineering routine with verification steps.