
System Check
- Updated April 25, 2026
- ArtificiallySocial/marketplace
system-check runs a quick health check of the local development environment — memory, load, disk, and active Claude processes — and bundles a cleanup helper to kill stray Claude sessions when detected. A developer uses it to keep their machine healthy during heavy agent use.
Key points
- Checks memory, load, disk
- Detects stray Claude sessions
- Bundled cleanup-claude-procs escalation
System Check by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ArtificiallySocial/marketplace/plugin install system-check@marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 25, 2026 |
|---|---|
| Repository | ArtificiallySocial/marketplace ↗ |
What it does
Quick health check of the local dev environment — memory, load, disk, and stray Claude processes.
README.md
marketplace
Skills and plugins published by the ArtificiallySocial organization for Claude Code.
Install
/plugin marketplace add ArtificiallySocial/marketplace
/plugin install system-check@marketplace
Plugins
| Plugin | Description |
|---|---|
system-check |
Quick health check of the local development environment — memory, load, disk, Claude processes. Bundles cleanup-claude-procs for escalation when stray Claude sessions are detected. |
pushover |
Send push notifications to phone/desktop via the Pushover API using a bundled bash helper. |
Layout
.claude-plugin/
marketplace.json # catalog
plugins/
<plugin-name>/
.claude-plugin/
plugin.json # manifest + semver
skills/
<skill-name>/
SKILL.md # frontmatter + instructions