Disable automatic environment scanning at session start.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add Snowflake-Labs/cocoplus --skill environment-inspector --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Environment Inspector?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/snowflake-labs-environment-inspector-cocoplus)More formats (shields.io, HTML) on the badges page.
---
name: "inspector-off"
description: "Disable automatic environment scanning at session start."
version: "1.0.0"
author: "CocoPlus"
tags:
- cocoplus
- environment-inspector
---
Your objective is to disable automatic environment scanning.
Before proceeding, verify that `.cocoplus/` exists.
If not: output "CocoPlus not initialized in this directory. Run `$pod init` to begin." Then stop.
Remove mode flag: delete the file `.cocoplus/modes/inspector.on` if it exists. Use the Bash tool with `node -e "try{require('fs').unlinkSync('.cocoplus/modes/inspector.on')}catch(_){}"` for cross-platform compatibility.
Update AGENTS.md (keep ≤200 lines): replace Inspector line with `- Inspector: off`
Output: "✓ Environment Inspector disabled. Existing snapshots in .cocoplus/snapshots/ are preserved. Run `$inspector on` to re-enable."
## Anti-Rationalization
| Shortcut / Temptation | Why It Fails |
|-----------------------|--------------|
| Delete existing snapshots when disabling | Snapshots are environment history records; disabling auto-scan does not invalidate past environment data |
## Exit Criteria
- [ ] `.cocoplus/modes/inspector.on` flag does NOT exist
- [ ] `.cocoplus/AGENTS.md` Inspector line reads `- Inspector: off`
- [ ] Existing snapshot files in `.cocoplus/snapshots/` are still present (not deleted)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!