install
source · Clone the upstream repo
git clone https://github.com/aryankumarrai/CredSight
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aryankumarrai/CredSight "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.local/secondary_skills/test-secondary-skill" ~/.claude/skills/aryankumarrai-credsight-test-secondary-skill && rm -rf "$T"
manifest:
.local/secondary_skills/test-secondary-skill/SKILL.mdsource content
This is a test secondary skill used to verify that secondary skills are correctly deployed to the secondary skills directory and are not visible in the skills view.