Skills

Learning Opportunities

Repo
by DrCatHicks
Identifies 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

Repo
by anthropics
Creates 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

Repo
by antonbabenko
Teaches 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

Repo
by github
Specification-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

Repo
by microsoft / anthropics
Browser 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