adr
Write an Architecture Decision Record documenting a significant technical decision.
Validate environment configuration against the template and runtime requirements.
$ 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.
/env-validateContext preview
What this command does when you run it.
Validate environment configuration against the template and runtime requirements.
Validate environment configuration against the template and runtime requirements.
1. Read `.env.example` to get the expected variable list. 2. Read `.env` (or the active environment) to get actual values. 3. Check for missing variables:
4. Check for extra variables:
5. Validate variable formats:
6. Check for common issues:
7. Verify connectivity for database URLs and API endpoints if `--live` flag is set.
Environment Validation: <environment> Missing (required): - DATABASE_URL: No value set Missing (optional): - LOG_LEVEL: Using default "info" Format issues: - PORT: "abc" is not a valid port number Extra (undocumented): - LEGACY_MODE: Not in .env.example Status: <valid/invalid>
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.