Claude Code Visual: Practical Notes on Hooks, Subagents, MCP, and CLAUDE.md

Claude Code Visual User Experience Notes
A developer on r/ClaudeAI shared several months of practical experience with Claude Code Visual, highlighting specific features and implementation challenges.
Key Details from the Source
The developer documented the following observations:
- MCP Hooks: The hook syntax was difficult to remember, requiring documentation. Specifically, the distinction between PreToolUse and PostToolUse hooks wasn't obvious from the documentation, leading to setup errors that cost approximately half a day to resolve.
- CLAUDE.md: This file proved more useful than expected for maintaining project context. Once implemented, it eliminated the need to repeatedly explain folder structure and tech stack in each session. The developer noted they should have set it up earlier.
- Subagents: The developer feels they're underutilizing subagent functionality. While they use a Research → Plan → Execute → Review pattern, they haven't fully determined when to delegate tasks to subagents versus having the main agent handle them directly.
- /loop Command: This command allows scheduling recurring tasks up to 3 days in advance. The developer discovered it accidentally and noted it might not be obvious to all users.
The developer created a visual reference (linked in the source) and invited corrections or updates to keep the information current.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Implements API Cost Fix and Local Model Tool Improvements
OpenClaw has rolled out key updates addressing API usage costs and improving local model tool integrations, enhancing developer experience and operational efficiency.

After 3 months of A/B testing 160 Claude prompt codes: the boring takeaways
Samarth built a controlled test rig, ran 160 prompt codes through it, and found that most are placebo, 7 consistently shift reasoning, and stacking 3+ codes confuses the model. Skills files outperform prompt codes for Claude Code.

Token Waste in Claude Code: A User's Self-Audit Shows Behavioral Fixes Beat Model Switching
One user measured token usage in Claude Code and found that /clear between tasks, planning before editing, and banning re-reads of edited files saved more tokens than switching models. Practical discipline beats wrappers.

Automating Claude Session Restarts with tmux and at
Use tmux and the at command to schedule automatic restarts of your Claude session when usage resets at odd hours.