skills/dotenv-ls/SKILL.md
List env var names from .env files without exposing values. Use when the user wants to see which env vars are defined across their dotenv files.
npx skillsauth add hayeah/dotfiles dotenv-lsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
List env var names from .env files without exposing values. Later files override earlier ones.
# List vars from a single file
dotenv-ls .env
# List vars from multiple files (later overrides earlier)
dotenv-ls ~/.env.secret .env
# Output format: filepath: VAR_NAME
~/.env.secret: ANTHROPIC_API_KEY
~/.env.secret: GITHUB_TOKEN
.env: DATABASE_URL
.env: GITHUB_TOKEN
export prefix, quoted values, commentstools
Web UI development — Vite+ toolchain setup and browser-based E2E testing workflow.
tools
Tooling and style guide for TypeScript projects.
development
Capture tmux pane content and export as text, HTML, SVG, PNG, or JPG. Use when you need a screenshot or text dump of a tmux pane for sharing, feeding to AI, or archiving terminal state.
testing
Copy-edit text. Fix grammar and/or tidy text into a concise listicle.