Tutorials & How-Tos
Step-by-step guides to get started with AI skills
Showing 25-36 of 98
Compare Travel Deals with AI: Expedia and Priceline
A tutorial on using AI skills to compare travel deals across Expedia and Priceline — bundle hotels, flights, and cars, and decide package versus a la carte fast.
Building Custom UI Components With AI
AI-assisted component development workflows that produce production-quality React components. From design tokens to accessibility testing in a single session.
Kill Flaky Tests With One Agent Loop
A repeatable agent loop that runs your test suite 20 times, isolates intermittent failures, quarantines or fixes them, and won't stop until 5 consecutive green runs.
Centering Content: What AI Gets Wrong
Common layout mistakes in AI-generated code and how to fix them. From flexbox confusion to margin collapse, learn the CSS patterns AI consistently mishandles.
The 10 Best AI Workflows for Data Backup
Top 10 install-ready AI workflows for backing up your data in 2026 — files, photos, projects, dependencies, and more. Free and automated.
Keyboard Shortcuts for AI Workflows
Power-user keyboard shortcuts for Claude Code and AI-assisted development. Master terminal navigation, context management, and rapid skill invocation.
Book Trains with AI: 12306 and Trainline Skills
Tutorial for using AI skills to search China Railway 12306 and Trainline schedules — train numbers, classes, durations, and cheapest fares across China, the UK, and Europe.
Why Your Agent Loops Forever (And the Fix)
The three reasons agent loops never stop — no exit condition, non-deterministic checks, and metric-gaming — plus the guardrails that make loops terminate reliably.
Inspecting App Architecture With AI
Use AI to reverse-engineer app internals, map dependencies, trace data flows, and understand unfamiliar codebases in minutes instead of days.
9 Agent Loops You Can Steal Today
Nine ready-to-run agent loops from the Loops channel — Ship PR Until Green, Test Until Green, PR Babysitter and more, each with its one-line goal and exit condition.
Hidden Debug Modes in Developer Tools
Unlock secret debugging features your developer tools already have. Learn hidden flags, verbose modes, and diagnostic commands that AI can activate for you.
Test Until Green: Self-Healing Test Loops
A step-by-step guide to building a self-healing test loop in Claude Code — run the suite, read failures, fix, repeat until green, with a paste-ready kickoff prompt.