Bashrc Credential Guard banner
jleechanorg jleechanorg

Bashrc Credential Guard

Development community

Description

--- description: Always check ~/.bashrc for credentials, API keys, passwords, and configuration values before asking user type: usage scope: project --- # Bashrc Credential Guard ## Purpose Guide Claude to always check `~/.bashrc` for any credentials, API keys, passwords, GCP projects, and configuration values BEFORE asking the user or looking elsewhere. ## Trigger phrases - Questions about API credentials, passwords, or secrets - Requests for deployment environment setup or configuration - M

Installation

Installs to ~/.claude/skills/jleechanorg-claude-commands-bashrc-credential-guard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jleechanorg-claude-commands-bashrc-credential-guard && curl -fsSL https://raw.githubusercontent.com/jleechanorg/claude-commands/HEAD/.claude/skills/bashrc-credential-guard.md -o ~/.claude/skills/jleechanorg-claude-commands-bashrc-credential-guard/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository