PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From sergeyzwezdin/huba.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From sergeyzwezdin/huba.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse) and 4 allowed tools.
Skill Claude CodeCodex
Comprehensive OpenTUI skill for building terminal user interfaces. Covers the core imperative API and React reconciler. Use for any TUI development task including components, layout, keyboard handling, animations, and testing.
Skill Claude CodeCodex
React and OpenTUI best practices for building clean, maintainable, performant TUI applications using Feature-Sliced Design architecture. ALWAYS use when working with React/OpenTUI/TUI: (1) Creating or modifying ANY React/OpenTUI components (.tsx files), (2) Organizing code into FSD layers…
Skill Claude CodeCodex
TypeScript best practices for writing clean, maintainable, type-safe code. ALWAYS use when working with TypeScript: (1) Creating or modifying ANY .ts/.tsx files, (2) Defining types, interfaces, schemas, models, or domain entities, (3) Writing functions, classes, or utilities, (4) Setting up validation with Zod…