Guides

One task, one guide, done fast.

Guides solve one specific thing without committing to a whole path: where skills live, why one won't trigger, how to vet a shared skill. For the end-to-end journey in order, the learning paths are the place to start.

Claude Code Slash Commands for Beginners

This guide covers the slash commands that matter on day one, grouped by job. It also covers what command lists skip: your own skills are invokable as /name.

  • ~7 min

Turn a Repeated Prompt into a Skill

If you have pasted the same instructions twice, you have found a skill. Here is the five-minute conversion, with the one split that makes it work.

  • ~6 min

Fix a Skill That Won't Trigger

A skill that never loads is almost always a description problem, but not always. Run this checklist in order and you will find the failure in minutes.

  • ~7 min

Install a Shared Skill Safely

A skill is instructions your agent will actually follow, sometimes with scripts it will actually run. Install like it is a dependency, because it is.

  • ~6 min

Add a Helper Script to a Skill

Some steps should be code, not prose: parsing, validation, math. Bundle a script, route to it from SKILL.md, and the workflow gets a deterministic core.

  • ~6 min

Build a Scroll-Scrubbed Landing Page with scroll-world

scroll-world is an agent skill that builds a landing page where scrolling flies a camera through a generated world with no cuts. Here is what it needs, what it costs, the one architecture choice that decides whether it looks right, and the one rule that decides whether it works at all.

  • ~12 min