Use for packages/cli changes that affect command UX, prompts, help, output layout, progress, success, warnings, errors, JSON/stdout/stderr contracts, non-interactive/agent behavior, copy, or tests for those surfaces. Do not load for implementation-only refactors with unchanged CLI surface.
A strategy method for coordinating complex work by collecting information, setting priorities, assigning resources, and directing several lines of effort.
Security-focused command execution techniques for penetration testing. Use this skill when executing system commands during authorized security assessments. Covers Windows and Linux command execution, common security testing commands, and best practices for avoiding detection.
Guidance for managing Elasticsearch, a search and data-storage system that organizes information into searchable indexes. It covers cluster health, nodes, shards, indexes, and related status APIs.
Raise each dependency of this project to a newer version and keep the tests green. Use when the user asks to upgrade the dependencies, to raise one package to a new version, to bump each version in a manifest, or to remove an old version from a lock file.
Write the intention of this project in .hod/PROJECT.md. Use when the user asks to set up this project for a coding agent, when .hod/PROJECT.md holds the text that hod init wrote, or when a task needs the command that installs the dependencies, the command that runs the tests or the command that starts the program and…