flâneur — a map of the web's best reading

Adding slash commands to Claude Code - Claude

claude.ai · saved by 1 readers

Hey is it doable to add slash-commands to claude code? in particular I want to send a copy of a tab to my desktop with claude remote control Yes, totally doable. Custom slash commands in Claude Code are just markdown files — drop one in .claude/commands/ (project-level) or ~/.claude/commands/ (personal, works everywhere), though the newer recommended format is .claude/skills/ /SKILL.md, which supports the same /name invocation. Claude Code Docs And this pairs nicely with Remote Control, because the session keeps running on your machine the entire time — your phone or browser is just a window into it. So a slash command you trigger remotely still executes locally, meaning files it saves land on your actual desktop. Claude Fast For "send a copy of a tab," a simple version takes a URL as an argument. Create ~/.claude/commands/save-tab.md: Then from your phone or claude.ai/code, connected via Remote Control, you type /save-tab https://example.com and it lands on your desktop. Also w

Hey is it doable to add slash-commands to claude code? in particular I want to send a copy of a tab to my desktop with claude remote control Yes, totally doable. Custom slash commands in Claude Code are just markdown files — drop one in .claude/commands/ (project-level) or ~/.claude/commands/ (personal, works everywhere), though the newer recommended format is .claude/skills/ /SKILL.md, which supports the same /name invocation. Claude Code Docs And this pairs nicely with Remote Control, because the session keeps running on your machine the entire time — your phone or browser is just a window i

Explore this link on the map →