Clawdis - Peter Steinberger’s Claude Code System

Personal AI operating system by Peter Steinberger (@steipete) using Claude Code as a universal computer interface

Overview

Peter Steinberger runs Claude Code in “no-prompt mode” via a terminal alias, treating it as his primary development interface. This transforms the terminal into an AI-native command center where intent replaces syntax.

Core Philosophy

  • Developers become orchestrators rather than implementers
  • Think in abstract intent: “organize files by date” instead of “write a bash script”
  • Skill ceiling rises: syntax fades, system thinking shines

Key Automation Workflows

Development Tasks

  • Feature extraction into new projects with tests and documentation
  • Content automation: dictate via Wispr Flow → Claude writes blog posts in his style
  • Test data generation: analyzes codebase to generate realistic data with relationships

Git & CI/CD Automation

"Commit everything in logical chunks"  

Claude handles:

  • Staging and meaningful commit messages
  • Pushing and opening PRs
  • Monitoring CI pipelines
  • Auto-fixing CI failures

Machine Setup

Complex tasks like code signing/notarization:

  • Installing Homebrew packages
  • Creating private keys
  • Building projects
  • Uploading to GitHub

MCP Server Architecture

Steinberger created an MCP Server providing:

CapabilityFunction
File OperationsPermission-based filesystem access
Git CommandsAutomated branches, commits, tracking
Web CapabilitiesFetch docs and research independently

Configuration

Uses CLAUDE.md files at repository roots for project-specific context - eliminates re-explaining project structure each session.

Performance

  • Saves ~1 hour/day
  • Claude Max plan ($200/month) pays for itself
  • ! prefix for rapid commands without token evaluation

Tips & Tricks

  • Pre-authorize command execution to maintain conversational flow
  • Use Wispr Flow for voice-driven content creation
  • Let Claude handle “boring” repetitive tasks

Relationship to OpenClaw

Note: CLAWDIS is Peter Steinberger’s personal system. He also created the open-source OpenClaw project (formerly Clawdbot/Moltbot), which is a separate, rapidly-growing GitHub project that enables others to build similar personal AI systems.


Tags: ai-coding claude-code automation personal-ai mcp