Peter's Articles
Steipete Series — 100 articles
Original articles inspired by Peter Steinberger's blog, adapted for the AI Skills and Claude Code ecosystem. Covering AI workflows, debugging, MCP best practices, vibe coding, and developer productivity.
Better Debug Logging With AI
Enhanced debugging output with AI analysis. Learn structured logging, contextual log enrichment, and AI-powered log analysis for faster bug resolution.
Modern Syntax for Legacy Codebases
How AI modernizes old code automatically. Transform callbacks to async/await, var to const, CommonJS to ESM, and class components to hooks without breaking anything.
Block-Based APIs in Modern AI Skills
Closure and callback patterns in AI skill design. Learn how block-based APIs create composable, flexible skills that adapt to different contexts and workflows.
Building Custom UI Components With AI
AI-assisted component development workflows that produce production-quality React components. From design tokens to accessibility testing in a single session.
Centering Content: What AI Gets Wrong
Common layout mistakes in AI-generated code and how to fix them. From flexbox confusion to margin collapse, learn the CSS patterns AI consistently mishandles.
Keyboard Shortcuts for AI Workflows
Power-user keyboard shortcuts for Claude Code and AI-assisted development. Master terminal navigation, context management, and rapid skill invocation.
Smart Proxy Patterns for AI Agents
Eliminate boilerplate in agent communication with smart proxy patterns. Learn request routing, response transformation, and protocol bridging for multi-agent systems.
Inspecting App Architecture With AI
Use AI to reverse-engineer app internals, map dependencies, trace data flows, and understand unfamiliar codebases in minutes instead of days.
Fixing What Vendors Won't: AI Edition
When AI patches bugs faster than the vendor can ship a fix. Real stories of developers using AI skills to work around broken APIs, libraries, and frameworks.
Runtime Hacking for AI Tool Builders
Advanced runtime techniques for AI skill development. Learn hot reloading, dynamic evaluation, monkey patching, and environment manipulation for faster iteration.
Hidden Debug Modes in Developer Tools
Unlock secret debugging features your developer tools already have. Learn hidden flags, verbose modes, and diagnostic commands that AI can activate for you.
AI and Open Source: Lessons Learned
What open-source journeys teach AI skill builders about licensing, community, sustainability, and building tools that last. Hard-won lessons from the trenches.