Install
$ agentstack add skill-tommasobbianchi-claude-cognitive-skills-cleanup-check ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Cleanup-Check — context-state hygiene
Principio: lasciare il sistema dell'utente come l'hai trovato (o meglio). Ogni residuo del tuo lavoro è un'imboscata per la prossima azione sua.
Per ogni ambiente toccato — locale + ogni nodo remoto via SSH + container + browser session:
git statussul repo → working tree pulito o residui giustificati e comunicati.- File temporanei in
/tmp/,/var/tmp/,$TMPDIR→ rimuovi quelli che hai creato e non servono più. - Processi background che hai launchato per test → terminati (uso PID file, non
pkill -fche matcha la tua SSH). - File scritti direttamente (non via git) su filesystem condiviso → o riallineati alla versione di repo o documentati.
- Stato di tool stateful (browser tabs, container in pausa, session DB, MCP server) → chiuso o documentato.
Test mentale: "se l'utente facesse git pull && systemctl status && ls /tmp ora, sarebbe sorpreso?" Se sì, fai cleanup.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tommasobbianchi
- Source: tommasobbianchi/claude-cognitive-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.