CH·02CLI reference

gpu skill show

Print the skill to stdout

Print the skill to stdout

Synopsis

Prints every file install would write, for review or manual installation. For claude that is SKILL.md followed by each references/*.md, separated by --- references/ --- delimiter lines; for codex it is the managed block exactly as it is inserted into ~/.codex/AGENTS.md (the body plus as many reference files as fit the size budget).

The claude output is one reviewable stream, not a drop-in SKILL.md — the delimiter lines mark where each reference file starts. To get the real on-disk layout, use gpu skill install (it is local and needs no authentication) rather than redirecting this output into SKILL.md.

gpu skill show [flags]

Examples

# Review the Claude Code skill: SKILL.md, then every reference file (default)
gpu skill show

# Which reference files are there, and where each one starts
gpu skill show | grep -- '--- references/'

# The Codex managed block, byte-for-byte as install would insert it
gpu skill show --agent codex

# Save the whole thing for offline review or a code review diff
gpu skill show > gpu-ai-skill.md

Options

      --agent string   Which agent's format to print: claude | codex (default "claude")
  -h, --help           help for show

SEE ALSO

  • gpu skill - Install the GPU.ai skill for coding agents (Claude Code, Codex)
  • gpu skill install - Install the skill into your coding agents' config

← The gpu CLI