
from claude-skill-registry483
Gather and report system health metrics (CPU, memory, disk, top processes, network) as structured JSON for monitoring or troubleshooting.
Provides a repeatable check of machine health: OS and host info, uptime, memory and CPU usage, top processes by memory/CPU, disk usage, and network interfaces. Outputs structured JSON suitable for ingestion by monitoring tools or for on-demand diagnostics.
Use this skill when a user asks about system performance, resource bottlenecks, running processes, or when you need a quick diagnostic snapshot for troubleshooting. Good for incident triage, capacity checks, and automated status reports.
Best used by agents with shell/Bash execution capability or those that can invoke helper scripts (Claude Code / Copilot-style agents that can run or orchestrate shell commands).
System Health Check gathers CPU, memory, disk, process, and network metrics as structured JSON. The SKILL.md is minimal — it references a Python script and venv/requirements.txt that aren't bundled, and requires an osquery MCP server which isn't documented or easily available. No scripts were present to run or audit. The skill triggers are reasonable but instructions are vague.
osquery MCP server (referenced but not bundled)No scripts bundled — only a SKILL.md with instructions to run a Python script that doesn't exist in the package. The skill instructs activating a venv and pip installing, which is a minor supply-chain risk vector but not malicious. Deducted security points for unpinned pip install instruction (-8) and shell sourcing pattern (-5). Code quality is low because the actual script is missing and instructions are thin. Architecture is bare minimum — frontmatter present but no scripts/, references/, or real separation. Usefulness is moderate because system health monitoring is a common need, but the skill as-shipped is non-functional without osquery.
Uloop: Execute Dynamic Code
Run small C# snippets in the Unity Editor via the uloop CLI for editor automation tasks like prefab wiring, AddComponent flows, and scene edits—without writing
Bookmarklet Creation
Generates browser-executable JavaScript bookmarklets with strict formatting (IIFE wrapper, block comments) and provides ready-to-install links or installer inst
Overnight — Autonomous Long-Running Coding
Orchestrates long-running coding goals: decomposes objectives into atomic tasks, dispatches isolated worktree workers, verifies acceptance criteria, and merges
Bexio API (Swiss CRM & Invoicing)
Integrate and manage Bexio contacts, quotes, invoices, orders and products via the Bexio API. Useful for CRM and Swiss business document workflows.
Content Research Writer
A writing-partner skill that helps research, outline, draft, cite, and iteratively improve articles, tutorials, and thought pieces.
Agent Hierarchy Diagram
Generate visual hierarchy diagrams (ASCII, Mermaid, GraphML) that show agent roles, levels, and delegation for documentation and onboarding.
Review Pull Request
Automated, structured PR reviewer: gathers metadata, diffs, CI results, dependency changes and provides a concise verdict with testing and documentation recomme
Agent Ops — Testing Workflow
Guidance for designing, running, and analyzing test suites for agents: test isolation, execution patterns, and coverage-based enforcement.
libagent
Agent orchestration library for conversational AI — coordinates LLM completions, memory, tool execution, and multi-turn flows; useful for building chat agents a
Raindrop.io API
Manage Raindrop.io bookmarks, collections, tags and highlights via the Raindrop REST API with helper scripts and examples.