adr
Write an Architecture Decision Record documenting a significant technical decision.
Compare environment variables between two environments.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/diff-envContext preview
What this command does when you run it.
Compare environment variables between two environments.
Compare environment variables between two environments.
1. Ask the user for the two environments to compare (e.g., dev vs staging) 2. Load environment variables from both sources (.env files, vault, cloud config) 3. Create a unified list of all variables across both environments 4. Categorize each variable: present in both, only in source, only in target 5. For variables present in both, compare values (without showing secret values) 6. Identify value mismatches: different URLs, ports, feature flags 7. Flag variables that are empty or have placeholder values 8. Check for variables that should differ (DATABASE_URL) vs should match (API_VERSION) 9. Generate a diff table: variable name, source value, target value, status 10. Highlight security concerns: secrets in plaintext, default credentials 11. Suggest which missing variables need to be added to which environment 12. Save the diff report for reference
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.