Enable automatic environment scanning at every session start. When enabled, a background scan is triggered each time a Coco session begins in this directory.
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-dc56205f)More formats (shields.io, HTML) on the badges page.
---
name: "inspector-on"
description: "Enable automatic environment scanning at every session start. When enabled, a background scan is triggered each time a Coco session begins in this directory."
version: "1.0.0"
author: "CocoPlus"
tags:
- cocoplus
- environment-inspector
---
Your objective is to enable automatic environment scanning at session start.
Before proceeding, verify that `.cocoplus/` exists.
If not: output "CocoPlus not initialized in this directory. Run `$pod init` to begin." Then stop.
Create mode flag: create the file `.cocoplus/modes/inspector.on` with empty content using the Write tool (cross-platform: do not use `touch`)
Update AGENTS.md (keep ≤200 lines): replace Inspector line with `- Inspector: ON (auto-scan at session start)`
Output: "✓ Environment Inspector enabled. A background environment scan will run at the start of every Coco session in this directory. Results are saved to .cocoplus/snapshots/."
## Anti-Rationalization
| Shortcut / Temptation | Why It Fails |
|-----------------------|--------------|
| Skip updating AGENTS.md if the flag already exists | AGENTS.md is the hot context; if it shows "Inspector: off" the AI will not trigger auto-scans despite the flag being set |
## Exit Criteria
- [ ] `.cocoplus/modes/inspector.on` flag exists
- [ ] `.cocoplus/AGENTS.md` Inspector line reads `- Inspector: ON (auto-scan at session start)`
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!