Stop
01Hook Claude Code
Runs when the agent finishes a response, executing commit-session.sh. From HyperAITeam/CLITrigger.
Hook Claude Code
Runs when the agent finishes a response, executing commit-session.sh. From HyperAITeam/CLITrigger.
Hook Claude Code
Runs when a session starts on startup, executing load-recent-changes.sh. From HyperAITeam/CLITrigger.
Settings file Claude Code
Agent settings declaring 2 hook events (Stop, SessionStart) and 9 allowed tools.
Skill Claude CodeCodex
A project memory tool that records mistakes, cautions, and useful patterns in `.claude/lessons.md` for later work sessions.
Skill Claude CodeCodex
A skill for checking whether code changes are covered by the project's verification skills. It can find missing or outdated checks and maintain the skills and their `CLAUDE.md` registry.
Skill Claude CodeCodex
Squash-merge the current worktree branch into the main branch (or a specified target). Analyzes git history and source code to craft a comprehensive commit message.
Skill Claude CodeCodex
Bump package.json version and create a git tag for npm release. Accepts semver bump type (patch/minor/major) or explicit version.
Skill Claude CodeCodex
Instructions for safely removing a Git worktree, which is a separate working directory linked to another branch, and then deleting that branch.
Skill Claude CodeCodex
A documentation-updating workflow that reviews Git commits and updates a project's changelog and setup guide. A changelog is a record of software changes over time.
Skill Claude CodeCodex
A skill that updates the HyperAITeam/CLITrigger GitHub Wiki from Git commits. A GitHub Wiki is a set of documentation pages attached to a repository.
Skill Claude CodeCodex
A skill that runs all registered verification skills in sequence and creates one combined report. Verification skills are project-specific checks used to find implementation problems.
Instructions file
Instructions for HyperAITeam/CLITrigger, covering claude.md, project overview, commands, development (runs server + client concurrently) and build.