Tutorials & How-Tos
Step-by-step guides to get started with AI skills
Showing 13-24 of 96
Typography Systems for AI UIs
Encode a type scale, font family, weights, line-height and letter-spacing as DESIGN.md tokens so your AI agent ships consistent, readable text every time.
Build an Accessible Color Palette
Define semantic color tokens and pass WCAG contrast for an agent-ready palette. A step-by-step guide to building an accessible DESIGN.md color system.
From Figma to DESIGN.md
Convert Figma variables and design tokens into a DESIGN.md file your AI agent can read. A step-by-step guide to tokens-as-code for on-brand output.
9 Product Design Systems to Steal
Nine standout product design systems — Stripe, Discord, Spotify, Raycast, Humane, MongoDB and more — and the one thing to steal from each for your AI agent.
Faster Linking for AI-Heavy Projects
Build optimization for AI-dependent codebases. Reduce link times, optimize dependency graphs, and speed up the edit-compile-run cycle for projects with large AI libraries.
AI-Generated Objective-C: Surprises
How AI handles Objective-C interop, memory management, and bridge patterns. Common mistakes in AI-generated Objective-C and Swift-ObjC bridge code.
Drag and Drop in AI Interfaces
Build intuitive drag-and-drop for AI tools and skill marketplaces. From sortable lists to canvas-based workflow builders with accessible fallbacks.
Reactive Patterns AI Gets Wrong
KVO and observation patterns AI must handle correctly. Learn how AI mishandles reactive state, subscriptions, event emitters, and observer teardown in generated code.
Better Debug Logging With AI
Enhanced debugging output with AI analysis. Learn structured logging, contextual log enrichment, and AI-powered log analysis for faster bug resolution.
Modern Syntax for Legacy Codebases
How AI modernizes old code automatically. Transform callbacks to async/await, var to const, CommonJS to ESM, and class components to hooks without breaking anything.
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.