AI Tutorials
Complete step-by-step walkthroughs for building with AI tools, from setup to working result. Each tutorial is synthesized from official documentation and proven community guides. 11 tutorials and growing.
Build an SQL Query Generator with Claude and Your Database Schema
Learn to build a SQL query generator using Claude Code and hooks. Automatically inject your database schema into every prompt so Claude generates accurate, schema-aware SQL from plain English descriptions.
Build an SQL Query Generator with Claude and Your Database Schema
Build a custom SQL query generator using Claude Code that translates natural language questions into SQL queries based on your database schema. Covers installation, schema preparation, hooks, and skills.
Build a Test-Generation Workflow with GitHub Copilot
Learn how to build a complete test-generation workflow using GitHub Copilot's inline suggestions, Copilot Chat, and custom agents. This tutorial covers prompting strategies, agent creation, property-based testing, and CI integration.
Build a Test-Generation Workflow with GitHub Copilot
Learn to build a complete test-generation workflow with GitHub Copilot. This tutorial covers inline suggestions, Copilot Chat, property-based tests, integration tests, and custom agents for automated test creation.
Automate code review with Claude Code and GitHub Actions
Learn how to set up a GitHub Actions workflow that uses Claude Code to automatically review pull requests and triage issues, with step-by-step installation, configuration, and troubleshooting guidance.
Set up Claude Code for a team: shared CLAUDE.md, hooks, and CI
Learn to configure Claude Code for team use with shared CLAUDE.md files, project-level settings, hooks, and CI integration. This guide covers permission management, automation, and troubleshooting.
Build a Slack Bot Powered by Claude: Complete Setup Guide
Learn how to build a Slack bot powered by Claude Code. This guide covers installation, authentication, Slack app setup, MCP configuration, and CI/CD integration for automated code review and issue triage.
Build a Custom MCP Server to Connect Claude with Your Postgres Database
Build a custom MCP server that lets Claude Code query your PostgreSQL database using natural language. Step-by-step guide covering installation, server code, configuration, and troubleshooting.
Build an MCP Server from Scratch in TypeScript: A Step-by-Step Tutorial
Learn to build a complete MCP server from scratch using TypeScript, connect it to Claude Code, and verify it works. Covers project setup, tool implementation, configuration, and troubleshooting.
Build Your First AI Agent with the Claude Agent SDK
Learn to build a custom AI agent using the Claude Agent SDK, from installation and MCP server configuration to running your first agent task with external tool integration.
Build a RAG Pipeline with Claude and a Vector Database
Build a Retrieval-Augmented Generation (RAG) pipeline using Claude Code as the orchestrator and Pinecone as the vector database. Ingest documents, retrieve relevant context, and generate grounded answers with Claude.