Free & Open Source

Things I Built with AI

Developer tools and full-stack apps — from MCP servers to deal analyzers. Built from real problems, shipped with tests.

slopCheck

Live

MCP server that catches substance issues in AI-generated content — fabricated claims, false uniqueness, phantom citations, inflated numbers. Scans before you publish.

$npm i -g @iteachyouai/slopcheck
  • 10 detection categories, 20+ regex patterns
  • Optional LLM classification with Claude Haiku
  • Personal slop profile from your session history
  • Fabricated narrative detection (first-person lies)
  • 234 tests, 91%+ coverage
MCPTypeScriptnpmGitHub

devreap

Live

Go daemon that auto-detects and kills orphaned developer processes — MCP servers, dev servers, headless browsers, ffmpeg. Multi-signal scoring to avoid false positives.

$brew install tjp2021/devreap/devreap
  • 5-signal orphan scoring (PPID, IDE, duration, port, TTY)
  • 18 built-in process patterns
  • MCP config cross-referencing
  • LaunchAgent auto-start on login
  • macOS notifications on kill
GomacOSHomebrewGitHub

Deploy Gate

Live

MCP server with 78 incident-traced checklist items that block deploys until you pass pre-flight checks. Every item exists because something broke in production.

$npm i -g @iteachyouai/deploy-gate
  • 3 phases: pre-engineering, pre-testing, pre-deploy
  • Auto-detects stack (Expo, Next.js, Go, Docker)
  • Secret scanning, dead form detection, lock file checks
  • Hook blocks git push until checklist passes
  • Every check traces to a real production incident
MCPTypeScriptDevOpsGitHub

Main Street Intel

Live

Score any business-for-sale listing in seconds. Paste a BizBuySell or Flippa URL and get an instant acquisition score with SBA loan math, red flags, and napkin financials.

  • Instant deal scoring (0–100)
  • SBA 7(a) loan calculator with real tiered rates
  • Red flag detection
  • BizBuySell + Flippa URL extraction
  • Deal database with 100+ scored listings
Next.jsTursoVercel

ThinkGate

Live

MCP server that classifies prompt complexity and routes to the right Claude thinking mode automatically. Simple prompts skip extended thinking. Complex ones get it.

$npx @tjp2021/mcp-thinkgate
  • Prompt complexity classification
  • Automatic thinking mode routing
  • Dual-mode: regex + LLM classification
  • Works with Claude Code and Claude Desktop
MCPClaudeTypeScriptGitHub

Claude Sessions

Live

Indexes and searches all your past Claude Code sessions across every project. Find that solution you built three weeks ago but can't remember where.

  • Full-text search across all session history
  • AI-generated session summaries
  • Filter by project, date, or keyword
  • Name sessions for easy recall
Claude CodeBunCLIGitHub

Resume Boutique

Beta

AI-powered resume tailoring. Upload your resume, paste a job posting, chat with AI to refine it, then download as PDF or DOCX. Built on GitHub Copilot SDK + Azure.

  • Upload resume, paste job posting — AI tailors it
  • Conversational refinement with feedback loop
  • PDF and DOCX export
  • Azure Entra ID authentication
Copilot SDKAzureTypeScriptGitHub

Read the build stories at build.iteachyouai.com