A production-level tutorial and orchestration system for Claude Code that manages multi-phase software builds with MCP server integration, state persistence, and intelligent model selection.
git clone https://github.com/krzemienski/enhanced-claude-code.gitEnhanced Claude Code is an advanced tutorial and automation framework that demonstrates production-level techniques for building complex software projects using Claude Code. It orchestrates builds across multiple phases using a structured JSON configuration, integrating MCP servers for memory, sequential thinking, and filesystem access. The system features intelligent model selection—using Claude Opus 4 for complex tasks like planning and core architecture, and Sonnet 4 for simpler tasks like utilities and UI components. State persistence enables auto-detection and resumable builds, so interrupted sessions can continue without manual intervention. Developers building large-scale projects with Claude Code benefit from the rich terminal UI, progress tracking, and comprehensive validation system included in the framework.
Clone the repository and review the CLAUDE.md file for custom instructions and tool-awareness guidance. Configure your build phases using the build-phases-v3.json file and set your API keys via the provided placeholders. Run the main builder script to start or auto-resume a build; the system detects existing state automatically and displays a resume banner with context. Model selection and phase progression are handled automatically based on task complexity definitions in the build strategy.
Orchestrating complex, multi-phase software builds with Claude Code across 12 structured build phases
Integrating MCP servers (memory, sequential thinking, filesystem) into Claude Code workflows
Automatically resuming interrupted builds from saved state without re-running completed phases
Selecting the appropriate Claude model (Opus 4 vs Sonnet 4) per task complexity to optimize cost and quality
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/krzemienski/enhanced-claude-codeCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Act as an expert Python developer. I need a step-by-step tutorial for [COMPANY] to automate [INDUSTRY] workflows using Claude Code. Include code snippets, explanations, and best practices. Focus on [DATA] processing and integration with [TOOL].
# Advanced Claude Code Tutorial for Data Automation
## Introduction
This tutorial will guide you through automating data workflows using Claude Code. We'll focus on processing sales data and integrating with Salesforce.
## Step 1: Setting Up Your Environment
1. Install the required libraries:
```python
pip install claudecode salesforce-api pandas
```
2. Set up your Salesforce credentials in a secure configuration file.
## Step 2: Connecting to Salesforce
```python
from salesforce_api import Salesforce
sf = Salesforce(
username='your_username',
password='your_password',
security_token='your_token'
)
```
## Step 3: Fetching and Processing Data
```python
import pandas as pd
# Fetch data from Salesforce
accounts = sf.query_all(AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
ITIL-aligned IT service management platform
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan