Toolkit
Skills, tools, and MCP servers I use with Claude Code
Skills
Learning Opportunities
RepoIdentifies learning opportunities in your code during development. Rather than just fixing things, it highlights moments where understanding the underlying concept would make you a better programmer.
Education
Frontend Design
RepoCreates distinctive, production-grade frontend interfaces. Generates polished code that avoids the generic look of most AI-generated UIs. I use it when building web components and pages from scratch.
Design
Terraform
RepoTeaches Claude Code to write proper Terraform. Covers module structure, naming conventions, state management, and common patterns so you get idiomatic IaC instead of fighting with generated code.
Infrastructure
Tools
Spec Kit
RepoSpecification-driven development for Claude Code. Generates detailed specifications from natural language, then uses them to guide implementation with built-in verification. I use it across most of my projects for structured, testable development.
Specifications
MCP Servers
Playwright
RepoBrowser automation via the Model Context Protocol. Lets Claude navigate pages, take screenshots, click elements, fill forms, and inspect the DOM. I use it to visually review and iterate on site changes without leaving the terminal.
Browser