What is a Harbor skill?
A Harbor skill is a markdown file with a small YAML frontmatter (name, description) and a body that tells an AI agent when to reach for Harbor and which commands to run. The canonical Harbor skill is harbor.md— it explains how to install the CLI, check auth state, search for tools, and decide between hrbr inspect (control-plane reads) and hrbr exec (traced execution).
Beyond the root skill, Harbor ships narrower topic skills the agent loads on demand: harbor-plugins, harbor-exec, harbor-jobs, harbor-apps, and harbor-orbit. Skills are intentionally short and prescriptive. They are not documentation; they are operating instructions the agent reads at session start and consults again when a task matches a particular surface.