Tags

Workflow

Apr 24, 2026 Claude Code Hands-On 42 min read

Claude Code Hands-On (7): Ten Hooks I Actually Use, with the Code

Picking ten hooks out of the 100 in the reference repo and walking through each: what it does, the actual JS, the settings.json wire-up, and where it bites. PreToolUse for safety, PostToolUse for hygiene, the boring ones …

Apr 20, 2026 Claude Code Hands-On 38 min read

Claude Code Hands-On (3): Custom Slash Commands and Conversation Control

Slash commands turn repeated workflows into one-line invocations. $ARGUMENTS makes them parameterized. The right ones become your team's shared vocabulary.

Jul 31, 2025 Standalone 30 min read

LLM Workflows and Application Architecture: Enterprise Implementation Guide

From a single API call to a production LLM platform — workflow patterns, RAG, model routing, deployment, cost levers, observability, and enterprise integration, with the trade-offs that actually matter.