Command reference
Open Skills CLI
Section titled “Open Skills CLI”Discover:
npx skills add thatguysam/skills --listInstall in the current project:
npx skills add thatguysam/skills --skill htma-measureInstall for Codex without prompts:
npx skills add thatguysam/skills --skill htma-measure --agent codex --yesList installed Codex skills:
npx skills list --agent codexUpdate the skill:
npx skills update htma-measure --yesRemove it from Codex:
npx skills remove htma-measure --agent codex --yesCodex plugin
Section titled “Codex plugin”Add and install:
codex plugin marketplace add thatguysam/skillscodex plugin add htma-measure@thatguysam-skillsInspect:
codex plugin marketplace list --jsoncodex plugin list --jsonRefresh the marketplace:
codex plugin marketplace upgrade thatguysam-skills --jsonRemove the plugin:
codex plugin remove htma-measure@thatguysam-skills --jsonClaude Code plugin
Section titled “Claude Code plugin”Add and install:
claude plugin marketplace add thatguysam/skillsclaude plugin install htma-measure@thatguysam-skillsInspect:
claude plugin list --jsonUpdate:
claude plugin update htma-measure@thatguysam-skillsRemove:
claude plugin uninstall htma-measure@thatguysam-skills --yesRepository
Section titled “Repository”Clone:
git clone https://github.com/ThatGuySam/skills.gitcd skillsValidate the skill frontmatter with the OpenAI skill-creator validator when available:
python3 /path/to/skill-creator/scripts/quick_validate.py skills/htma-measureThe validator requires PyYAML. If that dependency is not installed, parse the YAML with another standards-compliant YAML parser and apply the same name/description checks.