
Matt Pocock
TypeScript educator and creator of Total TypeScript, known for teaching production-grade TypeScript and publishing AI-assisted engineering materials including the mattpocock/skills repository.
Good Agent Skills Are Small, Auditable, and Behaviorally Specific
Matt Pocock argues that the bottleneck in agent skills has shifted from access to judgment: developers and teams can now download and share skills, but lack a reliable way to tell which ones work, how they should be invoked, and what makes them fail. His proposed answer is a four-part checklist — trigger, structure, steering, and pruning — for turning agent skills from loose markdown instructions into small, inspectable units of behavior.
AI Coding Makes Software-Engineering Fundamentals More Important
Matt Pocock, a TypeScript teacher now focused on AI engineering, argues that AI coding has made software-engineering fundamentals more important rather than less. In a conversation with Shawn Wang, Pocock says code generation works best when humans define the architecture, module boundaries and domain language that give agents a coherent system to change. The lesson he draws from Claude Code and other fast-moving tools is that tool-specific knowledge ages quickly, while engineering judgment remains the durable layer.