Weeknotes #59 (December 20, 2025)
Posted on:
Things I found, read, did, and produced this past week.
Things I worked on
- the e18e project expanded their eslint plugin to @e18e/eslint-plugin where it will push for guidances that align with their push for modernizing JS code and removing old cruft in your JS and TS projects. I have been adding this to my various projects to keep things modern and upgrade off old node modules which will minimize the node_modules bloat and surface area for supply chain attacks.
- I wrote about some musings I've been seeing more often in the VS Code GitHub issue tracker of people getting angry about the AI models not doing what they want: GitHub Issues: Angry AI Spam Edition
Things I consumed
- So as I was hoping, Agent Skills which started as an idea for progressive disclosure to GenAI models and agents of context and capabilites that you wish to add and guide a model with is being standardized. Anthropic which fist developed the standard and now as I mentioned in previous weeks it is being supported in VS Code, Codex, Cursor, among others.