install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/agent-sh/agnix/invalid-agent" ~/.claude/skills/comeonoliver-skillshub-invalid-agent-skill && rm -rf "$T"
manifest:
skills/agent-sh/agnix/invalid-agent/SKILL.mdsource content
This skill has an invalid agent type. Agent must be a built-in (Explore, Plan, general-purpose) or a custom kebab-case name. Invalid_Agent is rejected because underscores are not allowed; use hyphens for kebab-case format.