Skip to content

GitHub Skill Install

Jeremy Longworth edited this page Sep 4, 2026 · 1 revision

GitHub Skill Install

AgentLogistics is available as a GitHub CLI agent-skills source.

GitHub CLI support for gh skill is preview functionality. Confirm your installed gh version supports gh skill before using this in a team process.

Preview

Preview the reference reorder-point skill:

gh skill preview jeremylongworth-source/AgentLogistics inventory-control/calculate-reorder-point

Install

Install the reference skill for GitHub Copilot at project scope:

gh skill install jeremylongworth-source/AgentLogistics inventory-control/calculate-reorder-point --agent github-copilot --scope project --pin v0.1.0-public-preview

Use user scope only for durable logistics workflows you want available across many repositories:

gh skill install jeremylongworth-source/AgentLogistics inventory-control/calculate-reorder-point --agent github-copilot --scope user --pin v0.1.0-public-preview

Namespaced Skills

AgentLogistics groups skills by domain:

skills/<domain>/<skill-name>/SKILL.md

Use namespaced skill names with gh skill:

inventory-control/calculate-reorder-point
transportation-freight/audit-freight-charge
dangerous-goods/triage-dangerous-goods-incident-logistics

Release Boundary

Current public-preview tag: v0.1.0-public-preview

This is not a v1 release. AgentLogistics remains V1_PARTIALLY_READY until the AL-25 v1 conditions are satisfied.

Do not treat AgentLogistics output as legal, regulatory, engineering, equipment, customs, food-safety, dangerous-goods, operator-certification, or professional approval.

Clone this wiki locally