A command that prepares a detailed, approved work contract before a complex task starts. It records the goal, allowed files, rules, acceptance criteria, required checks, and their sources, then marks the contract as READY.
A command that commits all changes in the Hames project, except changes ignored by Git, and pushes them to the main branch. It first checks that every Git submodule has no local changes or unpushed commits.
A command for real-time web searches through the Perplexity API, a service that searches and summarizes current online information. It prints the returned results and adds a short summary suited to the active agent role.
A Git command that commits and pushes a submodule, then commits the parent project's updated submodule reference. It does not push the parent project itself.
A command that synchronizes Codex skills and hook settings between their main repository locations and an Antigravity mirror. It can first show the planned changes without copying anything.
Runs after a tool call finishes for Edit, Write, Edit, Write, Write, Edit, MultiEdit, NotebookEdit, Bash, Write and Edit tool calls, executing verify_edit_surgery.js, verify_tasks.js, update_arsenal_permissions.js, task_contract_evidence.js and session_logger.js via node (5 commands). From baek-labs/hames.
A skill for moving an accepted work contract from the active area to a separate archive. The archive is recoverable and records that the contract was archived rather than deleted.
A diagnostic command for checking whether a HamesSystem workspace is complete and internally consistent. It reports problems as JSON and does not fix them automatically.
A workflow for running a task only after the user explicitly invokes the `/go` command with a task ID. It checks the task contract and moves it from ready to active, then to review after validation.
A diagnostic tool for checking the quality and index consistency of workspace content. It reviews metadata, footers, duplicate files, links, and, in some workspaces, missing or archived files.
A workflow for turning an approved task into a recorded READY contract before implementation begins. The contract records the goal, allowed files, conditions, acceptance checks, required verification, sources, and plan.
A command workflow that commits all changes in the main Hames repository and pushes them to its `main` branch. Before doing so, it checks registered submodules, which are separate repositories stored inside the main repository.
A skill that runs a `/search` command through the Perplexity web-search service. It takes a search phrase, returns the search results, and adds a short summary suited to the active agent role.
A command workflow for committing changes in a Git submodule, a repository nested inside another repository, and updating the parent repository's reference to it.