Nembie
- 3 skills
- 0 followers
- 7 hours ago last updated
- ▌ Preflight · nembieAnalyze task complexity and context-saturation risk before starting. Use when the user types `/preflight`, asks for large refactors, migrations, multi-file features, architecture changes, repo-wide reviews, bug hunts with unknown root cause, or vague "fix everything / clean this up / modernize this" requests.
- ▌ Safe Task · nembieExecute a task safely with a preflight analysis, an explicit phased plan, checkpoints, and hard stop conditions before any file edit. Use when the user types `/safe-task`, says "do this safely", "with checkpoints", "carefully refactor", or asks for a guarded execution of a non-trivial change.
- ▌ Env Config Validator · nembie bundleValidate environment configuration files, detect missing or misconfigured variables, and generate typed env schemas. Use when asked to validate env files, check environment config, generate .env.example, audit env variables, or create typed env validation.