Tag
A Twitter thread clarifies the distinct roles of Skills, Subagents, MCP, and Hooks in AI agent design, arguing that confusing them leads to inefficient and costly systems.
A Python utility package that reduces boilerplate for building Claude Code hooks, offering type-safe handlers for pre/post tool use, prompt submission, and session start hooks.
An in-depth article revealing undocumented configuration options and hook capabilities in Claude Code, sourced from the npm package's source code, including the internal 'YOLO Classifier' for auto-approval permissions.
A senior dev shares a system design framework for Claude Code that moves beyond better prompting to environment building, using deterministic hooks, layered context files, and a multi-model pipeline for 10x results.
A framework for structuring Claude Code as an AI operating system using CLAUDE.md, skills, hooks, subagents, and plugins to create scalable, automated workflows.
This post explains when to use Hooks to codify repetitive rules in Claude AI programming assistance (such as auto-formatting, pre-commit checks, etc.), suggesting that stable, repetitive, and easily forgotten processes should be moved from the Prompt to be executed by default in the environment.
A comprehensive practical guide to Claude Code covering setup, skills, hooks, MCP, agent teams, and prompt engineering for developers.
A user shares a custom harness for Claude Code that uses RAG with a graph database and bash script hooks to prevent context stuffing, saving tokens.
A technical guide introducing Agent Hooks, a concept for adding deterministic control points to agent workflows via lifecycle hooks, allowing developers to enforce rules and run validations at key moments.
Codex Thursdays Fifth Edition announces new features including mobile preview, remote SSH/devboxes, hooks, access tokens, and HIPAA compliance.
The article demonstrates how to build automated workflows using custom Hooks to address issues where Claude Code omits commits or leaves formatting misaligned after writing code, running tests, and formatting files.