show

show is a command for Claude Code from paulpreibisch/AgentVibes. It costs 12 tokens per session (558 once invoked), scanned A, original, Apache-2.0.

A command that restores AgentVibes slash commands hidden from the command list. Slash commands are commands typed with a `/` prefix in the coding agent.

In plain words
What is it for?
Use it to restore all hidden commands and make them visible again after reloading the coding agent.
Why use it?
It brings back commands that were moved into a backup folder and marked as hidden.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/paulpreibisch/agentvibes/show
Clone the repo
git clone --depth 1 https://github.com/paulpreibisch/AgentVibes

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for show

README.md
[![agentmods](https://agentmods.dev/badge/commands/paulpreibisch/agentvibes/show.svg)](https://agentmods.dev/commands/paulpreibisch/agentvibes/show)
Your own site
<a href="https://agentmods.dev/commands/paulpreibisch/agentvibes/show"><img src="https://agentmods.dev/badge/commands/paulpreibisch/agentvibes/show.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 558 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00012 $0.00558
Opus 5 $0.00006 $0.00279
Sonnet 5 $0.00002 $0.00112
Haiku 4.5 $0.00001 $0.00056

Measured 2d ago against content hash 5dcc027996e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

show scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/agent-vibes/show.md · 85 lines

What it actually says

You are about to restore all hidden AgentVibes slash commands.

What this does:

  • Moves all AgentVibes commands from .claude/.agentvibes-backup/ back to .claude/commands/agent-vibes/
  • Restores full command visibility
  • Removes the hidden state flag
  • All AgentVibes slash commands become visible again

IMPORTANT IMPLEMENTATION STEPS:

  1. Check if commands are hidden:

    • Check if .claude/.agentvibes-hidden.flag exists
    • If it does NOT exist, respond: "⚠️ AgentVibes commands are already visible. Nothing to restore."
    • Stop execution
  2. Check if backup directory exists:

    if [ ! -d ".claude/.agentvibes-backup" ]; then
      echo "⚠️ Backup directory not found. Commands may not have been properly hidden."
      exit 1
    fi
    
  3. Restore all command files:

    mv .claude/.agentvibes-backup/* .claude/commands/agent-vibes/
    rmdir .claude/.agentvibes-backup
    
  4. Remove the hidden state flag:

    rm -f .claude/.agentvibes-hidden.flag
    
  5. Display success message:

    ✅ AgentVibes commands restored successfully!
    
    📂 All commands are now visible in `.claude/commands/agent-vibes/`
    
    🔄 Please reload Claude Code to see changes:
       Press Ctrl+Shift+P → "Developer: Reload Window"
    
    💡 To hide commands again, use: /agent-vibes:hide
    
    ✨ All AgentVibes slash commands are now available!
    

Commands that will be restored:

  • add.md
  • agent-vibes.md
  • agent.md
  • agent-health-coach.md
  • agent-motivator.md
  • agent-negotiator.md
  • bmad.md
  • get.md
  • language.md
  • learn.md
  • list.md
  • personality.md
  • preview.md
  • provider.md
  • replay-target.md
  • replay.md
  • sample.md
  • sentiment.md
  • set-favorite-voice.md
  • set-language.md
  • set-pretext.md
  • set-speed.md
  • switch.md
  • target-voice.md
  • target.md
  • update.md
  • version.md
  • whoami.md
  • commands.json

Now execute the restoration process following the steps above.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 85 lines · 12 tokens per session scan A 5dcc027996e3

Subscribe to this mod's changes

show is a command published in the GitHub repository paulpreibisch/AgentVibes (153 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 12 tokens to every session and 558 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.