Antigravity-skills template-skill
Replace with description of the skill and when Claude should use it.
install
source · Clone the upstream repo
git clone https://github.com/guanyang/antigravity-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/guanyang/antigravity-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/template" ~/.claude/skills/guanyang-antigravity-skills-template-skill && rm -rf "$T"
manifest:
template/SKILL.mdsource content