lesson
01Skill Claude CodeCodex
A project memory tool that records mistakes, cautions, and useful patterns in `.claude/lessons.md` for later work sessions.
A command center for AI coding agents — run Claude, Gemini & Codex in parallel, each in its own git worktree
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.