Antigravity-awesome-skills varlock-claude-skill
Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits
install
source · Clone the upstream repo
git clone https://github.com/sickn33/antigravity-awesome-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sickn33/antigravity-awesome-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/antigravity-awesome-skills/skills/varlock-claude-skill" ~/.claude/skills/sickn33-antigravity-awesome-skills-varlock-claude-skill-6cc243 && rm -rf "$T"
manifest:
plugins/antigravity-awesome-skills/skills/varlock-claude-skill/SKILL.mdsource content
Varlock Claude Skill
Overview
Secure environment variable management ensuring secrets are never exposed in Claude sessions, terminals, logs, or git commits
When to Use This Skill
Use this skill when you need to work with secure environment variable management ensuring secrets are never exposed in claude sessions, terminals, logs, or git commits.
Instructions
This skill provides guidance and patterns for secure environment variable management ensuring secrets are never exposed in claude sessions, terminals, logs, or git commits.
For more information, see the source repository.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.