install-skill-pack

Installation
SKILL.md

Install Skill Pack

Install reviewed skills from the user's Git repository. The default path passes the bare source to the CLI and follows the remote's default branch. Branch and commit pins are optional.

Use the five-agent standard set unless the user explicitly excludes a member. Add named extras without the broad --all option. Let the CLI manage the canonical global package and agent-facing links.

Review the source directly. Third-party scans are optional; a missing scanner result is neither a pass nor a blocker.

Quick Path

  1. Resolve the repository source and selected skill names. Accept GitHub shorthand, a full repository URL, or another cloneable Git URL. Read references/skills-cli-usage.md for the standard target IDs, current CLI contract, symlink mode, and per-agent verification. Resolve names from the current request and already-established session scope, including a skill just published for installation. If that leaves the selection unclear, list the repository's skills first; install every package only when the user explicitly requested the complete pack.

  2. Select one revision mode:

    • Default: no revision input. Use the remote default branch at its latest commit and keep the CLI source bare, for example owner/repo.
    • Branch: append #<branch> to the CLI source.
    • Commit: require an exact full commit ID and use the detached-checkout path below. Do not append a raw commit ID to the CLI source.

    Branch and commit inputs are mutually exclusive. Preserve the user's source form for the CLI. Normalize it separately for Git review; for example, clone owner/repo through https://github.com/owner/repo.git. Read and apply references/revision-selection.md to prepare install_source, reviewed_sha, and the review checkout.

Installs
21
GitHub Stars
1
First Seen
Jul 10, 2026
install-skill-pack — gigio1023/agent-skills