title: "Claude Code Tutorial #6 - Slash Commands"
Youtube_Thumbnail: https://img.youtube.com/vi/52KBhQqqHuc/hqdefault.jpg
sources:
- https://www.youtube.com/watch?v=52KBhQqqHuc
media_link: https://www.youtube.com/watch?v=52KBhQqqHuc
Authors: "[[Net Ninja]]"
contentPublished: 2025-08-28
noteCreated: 2025-12-13
description: In this course, you'll learn how to harness the power of Claude Code within your development workflow, including how to install, setup a new project, add con...
tags:
- clippings
- video
takeaways:
subjects:
- "[[Claude Code]]"
Status: âś… ReadIn this course, you'll learn how to harness the power of Claude Code within your development workflow, including how to install, setup a new project, add con...
//add-dir - Provide Claude access to another working directory for multi-repository development/forward/agents - Manage sub-agents/clear and /compact - Clear context or compact output/model - Choose which AI model to use (e.g., Sonic 4)/permissions - Add permissions for tools in Claude Code and update local settingscommands folder inside the .claw folderui-component.md)@ symbol to load external files as context (e.g., CSS theme variables)/UI folder for the created component/ui-component card with brief description)description - Explains what the command doesargument-hint - Shows expected arguments in the chat interface$arguments variable to capture passed argumentsHe doesn't mention it in the video but the docs to tell us how to handle multiple arguments here. We use $1 $2 syntax to refer to the argument based on it's position. (It looks like these are 1-based numbers).