env-setup
Env Setup
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Scan the codebase for environment variable usage, generate or update .env.example, validate .env completeness, and detect leaked secrets.
Anti-Hallucination Guidelines
CRITICAL: Only report variables that are actually found in the code:
- Grep before reporting — Never invent variable names; only list what grep actually returns
- Read .env.example before writing — Preserve existing entries; only add/update what changed
- No actual secrets —
.env.examplemust only contain placeholder values (e.g.,your_api_key_here) - Verify .gitignore — Actually read the file before claiming
.envis ignored
Workflow
Phase 1: Scan Codebase
More from mgiovani/cc-arsenal
find-skills
Discover and install third-party agent skills from the skills.sh ecosystem.
36agent-browser
Headless browser automation CLI optimized for AI agents. Uses snapshot + refs system for 93% less context overhead vs Playwright. Purpose-built for web testing, form automation, screenshots, and data extraction.
12jira-cli
Interactive CLI for Atlassian Jira issue, epic, and sprint management.
9git-commit
Generate conventional commits following conventionalcommits.org specification.
8inject-docs
Inject framework-specific best practices into CLAUDE.md. Supports Next.js
7refactor
Safe codebase refactoring with characterization tests, incremental changes, and continuous verification. Automatically activates when users want to refactor code, extract methods/classes, simplify logic, reduce duplication, improve naming, restructure modules, or clean up technical debt.
7