Some new Claude Code Slash Commands you may have missed

Reddit r/artificial / 4/17/2026

💬 OpinionSignals & Early TrendsTools & Practical Usage

Key Points

  • The post highlights several newly surfaced Claude Code slash commands that can streamline agent workflows, especially around permissions, context, and orchestration.
  • The /less-permission-prompts command is designed to scan prior history for safe, well-known commands that previously required repetitive yes/no approvals, reducing friction while maintaining a permission bridge.
  • The /recap command provides a session recap tool meant for context management, with suggestions to write the recap to Markdown or store it via stop hooks into project memory.
  • The /Advisor command enables a two-stage flow where Sonnet can run and, if it goes off track, an “advisor” agent can take over, optimizing token use and reliability.
  • The /Dashboard command spawns a remote session to design a dashboard for data sources, though the author notes they haven’t tried it and invites user feedback.

/less-permission-prompts <-- this skill scans your history for things that are well-known/safe commands that previously called for you to act y/n on. Big time saver, and a good bridge between --dangerously-skip-permissions and "OMG YES hwo many times do i have to approve this"

/recap <-- The anthropic docs say this is to invoke a session recap, without any context as to why you would do so. I can see this as a good tool for context management outside of Claude Code. Write this out to MD for your next agent, or pass it as a stop hook to a in project memory file. This gives you a brief of what we did/what's next in a few sentences.

/Advisor <-- allows you to run Sonnet, then invoke your "advisor" agent when Sonnet gets off track. Interesting play if you primarily drive Sonnet and then want to appropriate some of your tokens to a more powerful model.

/Dashboard <-- Spawns a remote session that designs a dashboard for your data sources. Wild - I haven't tried this yet - has anyone used this one yet?

submitted by /u/rivarja82
[link] [comments]