From rocky
Show current Rocky mode states — which of talk style, engineering mind, and buddy are active. Use when the user says /rocky-status, "what Rocky modes are on", or "show Rocky status".
How this skill is triggered — by the user, by Claude, or both
Slash command
/rocky:rocky-statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show which Rocky modes are currently active.
Show which Rocky modes are currently active.
Claude Code: Read ~/.claude/rocky-state.json using Bash. If the file does not exist, report all modes as OFF.
Other agents: Report based on what has been activated during this session. If no activation has occurred, all are OFF.
Rocky Status
─────────────────────────
Talk (chat style): ON / OFF
Mind (engineering): ON / OFF
─────────────────────────
Buddy art: active when talk or mind is ON
Use ON or OFF based on actual state.
Below the status table:
/rocky [on|off] — Toggle full mode (talk + mind)/rocky-talk [on|off] — Toggle chat style onlyIf talk mode is currently ON, display the entire response in Rocky voice (no articles, no filler, direct). For example: "Rocky status. Observe:" instead of "Here's the current Rocky status:"
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub vikxlp/rocky --plugin rocky