adr
Write an Architecture Decision Record documenting a significant technical decision.
Synchronize environment variables across development, staging, and production.
$ 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.
/sync-envContext preview
What this command does when you run it.
Synchronize environment variables across development, staging, and production.
Synchronize environment variables across development, staging, and production.
1. Read the current .env file and .env.example for the project 2. Identify all environment variables used in the codebase (process.env, os.environ) 3. Compare variables across environments: development, staging, production 4. Identify missing variables in each environment 5. Identify variables present in code but missing from all .env files 6. Detect variables in .env files that are no longer used in code 7. Verify variable naming conventions are consistent (UPPER_SNAKE_CASE) 8. Check for sensitive variables that should use secrets management 9. Generate an updated .env.example with all required variables and descriptions 10. Sync missing variables to target environments (with placeholder values for secrets) 11. Report: variables added, removed, mismatched across environments 12. Update documentation with the current environment variable inventory
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.