Rocky status
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".From its SKILL.md
npx -y skills add vikxlp/rocky --skill rocky-statusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, 250 tokens by cl100k_base, as published. Nobody here has run it
Rocky Status — Display Current State
Show which Rocky modes are currently active.
Instructions
1. Read state
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.
2. Display status
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.
3. Show available commands
Below the status table:
/rocky [on|off]— Toggle full mode (talk + mind)/rocky-talk [on|off]— Toggle chat style only
4. Voice rule
If 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:"
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.