MaxGhenis

AI Economics Lecture — AI skill for Claude Code

AI community

Interactive presentation on using AI for economics research, built with Claude Code and TDD.

How to install AI Economics Lecture

This entry records only its repository, not the path inside it, so there is no exact command to give. Open MaxGhenis/ai-economics-lecture and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Economics Lecture does

Interactive presentation on using AI for economics research, built with Claude Code and TDD.

Alternatives in AI

  • Guizang Ppt Skill — AI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts 24.9k ★
  • Free AI Courses — Interactive course teaching Product Managers how to use Claude Code effectively 2.2k ★
  • Open Science — Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux 1.5k ★

README

AI for Economics Research: From Theory to Practice

Interactive presentation for University of South Carolina Economics PhD class on using AI (particularly Claude Code) for economics research.

🎯 Key Topics

  • Test-Driven Development (TDD) with Claude Code
  • PolicyEngine's AI integration journey
  • "What Can LLMs Teach Us About the ETI?" research
  • Turn Everything Into Software philosophy
  • 100% Claude Code challenge

🚀 Quick Start

# Install dependencies
npm install

# Run tests (TDD approach!)
npm test

# Start the presentation
npm run dev

# Build for production
npm run build

📝 Built with TDD

This presentation was built using Test-Driven Development with Claude Code:

  1. First, we wrote tests for the presentation structure
  2. Then implemented the slides to make tests pass
  3. Continuously validated with npm test

🔗 Links

👤 Author

**Max Ghenis**

🏗️ Meta

This presentation itself demonstrates the power of Claude Code - it was built entirely using Claude Code with TDD!# Force rebuild Thu Aug 21 11:27:11 EDT 2025