How-To Articles
Browse 68 articles about How-To.
GSD Framework for Claude Code: How to Plan and Build Full Applications
The GSD framework breaks large Claude Code projects into plan, execute, and verify phases. Learn when to use it and how it prevents context degradation.
How to Migrate From Claude Opus 4.6 to Opus 4.7
Opus 4.6 is being deprecated June 15, 2026. Here's a practical guide to migrating your workflows, API calls, and agents to Opus 4.7 without breaking things.
What Is the Claude.md File and Why It's the Most Important Part of Your AI Agent
The claude.md file acts as your AI agent's system prompt and memory. Learn how to write one that makes Claude Code produce consistent, high-quality results.
How to Use Claude Code Scheduled Tasks and Routines for Business Automation
Claude Code Routines run on a schedule or webhook trigger without keeping your computer on. Learn how to set them up for email triage, proposals, and more.
How to Use MCP Servers to Connect Claude Code to Notion, Gmail, and More
Model Context Protocol servers let Claude Code read and write data in your actual apps. Learn how to connect Notion, Gmail, and other tools in minutes.
What Are Claude Code Skills and How Do They Work?
Claude Code Skills are reusable process documents that load context at the right time. Learn how to build skills that produce expert-level AI outputs.
What Is the Claude.md File and Why Does It Matter for AI Agents?
The claude.md file acts as your AI agent's system prompt, loaded at the start of every session. Learn how to write one that actually improves output quality.
Claude Code Agent Teams: How to Run Multiple AI Agents in Parallel on the Same Project
Claude Code agent teams let frontend, backend, and testing agents collaborate in real time. Learn when to use teams vs sub-agents and how to configure them.
Claude Routines Explained: How to Run Automated Workflows Without Keeping Your Laptop Open
Claude Routines let you schedule AI workflows that run on Anthropic's cloud. Learn how they work, what they replace, and how to set them up.
Claude Skills vs Slash Commands: When to Use Each in Your Agentic Workflows
Claude Skills auto-invoke based on context while slash commands require manual triggers. Learn the difference and when each approach produces better results.
How to Build an App With AI Features Built In
A practical guide to building apps that use AI natively — covering image generation, content processing, autonomous tasks, and model selection.
How to Set Up Claude Code on Mac and Windows: Complete Installation Guide
Install Claude Code on Mac or Windows step by step. Covers VS Code, Git, Node.js, permissions, and connecting your Claude subscription to get started fast.
How to Think About App Architecture Before You Start Building
Good architecture decisions made early save weeks later. Here's a practical framework for thinking through your app's backend, data model, and user flows.
How to Use MCP Servers with Claude Code to Read and Write Data in Your Apps
Model Context Protocol servers let Claude Code interact with Notion, Gmail, HubSpot, and more. Learn how to connect, configure, and use MCPs in real workflows.
Seedance 2.0 Is Now Global: Best Platforms, Pricing, and Content Restrictions Explained
Seedance 2.0 is now available worldwide via Runway, Dreamina, and CapCut. Here's where to get the best value, what's restricted, and how to work around limits.
What Makes a Good App Spec? A Framework for Technical Builders
Not all specs are equal. Here's a practical framework for writing specs that compile cleanly — covering structure, annotations, edge cases, and scope.
How to Add Authentication to Your Web App: A Developer's Guide
A practical guide to adding real auth to a web app — covering sessions, verification codes, roles, and the common mistakes developers make.
How to Build a Dashboard App: Backend, Database, and UI
A practical guide to building a dashboard app from scratch — covering data models, API design, frontend components, and real-time updates.
How to Build a SaaS App: From Idea to Launch
A practical guide to building a SaaS product — covering spec writing, backend setup, auth, billing, and what to prioritize in your first version.
How to Build a Full-Stack App Without Writing Code
A practical guide to going from idea to deployed full-stack app — covering spec writing, backend setup, auth, database, and deployment without TypeScript.