Create a customized AI development environment from scratch. Learn to configure Claude Code, build CLAUDE.md files, create custom skills, and connect MCP servers to your workflow.

TL;DR: In one day, you'll build a complete personalized AI assistant environment with Claude Code, custom CLAUDE.md files, your own skills, and MCP server connections. Perfect for beginners.
Most people use AI like a generic chatbot. But what if your AI assistant:
That's what you'll build in this workshop.
| Before | After |
|---|---|
| Generic AI chat | Personalized assistant |
| Manual repetitive tasks | Automated workflows |
| No project context | AI knows your codebase |
| Starting over each session | Persistent knowledge |
# Install
npm install -g @anthropic-ai/claude-code
# Configure
export ANTHROPIC_API_KEY="your-key"
Your AI context file that travels with you:
# Your Name's AI Context
## About Me
- Role: Senior Developer
- Expertise: TypeScript, React, Node.js
- Current projects: E-commerce platform
## My Preferences
- Direct and concise responses
- TypeScript strict mode always
- Tests alongside source files
## Tools I Use
- Editor: VS Code
- Package manager: pnpm
Package your expertise:
# React Component Patterns
## Core Principles
1. Always use TypeScript
2. Functional components only
3. Custom hooks for logic
## Examples
[Your patterns...]
Connect AI to your tools:
{
"servers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}
Ready to create your personal AI environment?
The perfect first step on your AI-augmented development journey.
Step-by-step guide to setting up ACOS, creating your first agent, and shipping real products with AI.
Start buildingDownload AI architecture templates, multi-agent blueprints, and prompt engineering patterns.
Browse templatesConnect with creators and architects shipping AI products. Weekly office hours, shared resources, direct access.
Join the circleRead on FrankX.AI — AI Architecture, Music & Creator Intelligence
Weekly field notes on AI systems, production patterns, and builder strategy.

Master AI-powered development with the complete guide to coding agents. Learn to set up Claude Code, OpenCode, Cline, Roo Code, and build your evolution from basic prompts to multi-agent orchestration.
Read article
Learn to build production-grade MCP servers that connect AI to your data. Master resources, tools, and prompts with the open standard revolutionizing AI integration.
Read article
The file Claude Code reads first every session. Structure, anti-patterns, and the exact template I use to ship 170+ pages.
Read article