Fourth version of the agent-skill for ESM code checks

The fourth version of @flancer32/skill-teqfw-esm-validator was built to pin down the overall shape of source code in TeqFW projects. Most of the work ran through the VSCode extension, and the result was a set of 12 checks that serves as a portable specification layer. This format keeps shared code rules out of manual memory, moves them into skills step by step, and saves tokens for agents.

The checks cover default export presence, CommonJS bans, static import and re-export bans, the position of __deps__ among top-level exports, the shape of __deps__, the name of the structured parameter in the DI constructor, and the behavior-class constraints. The list is:

The practical takeaway is simple: skills like this already work as a transportable rule set. They let agents check the common shape of the code without holding every rule in memory and make it realistic to move cross-project specifications into a skill library.