greet
01Command Claude Code
A command that creates a personalized greeting from a name and, optionally, a job title.
Command Claude Code
A command that creates a personalized greeting from a name and, optionally, a job title.
Command Claude Code
A simple greeting command that prints a welcome message, the current time, and the current working folder.
Command Claude Code
A command that examines staged Git changes and creates a conventional commit, then pushes it to the remote repository.
Hook Claude Code
Runs when a session starts, executing session_context.sh. From lookfree/cc-harness.
Hook Claude Code
Runs before the agent uses a tool for Write and Edit tool calls, executing safety_check.sh with --write (2 commands). From lookfree/cc-harness.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing format.sh. From lookfree/cc-harness.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PreToolUse, PostToolUse).
Instructions file
Development instructions for cc-harness, a desktop and web application for configuring, debugging, observing, coordinating, and teaching Claude Code workflows. It uses Electron, React, and TypeScript.