Claude Skills · DevOps & Infrastructure
System Diagnostics
sandeshnaroju/ai-skill-engineSkill for checking server disk space, memory, uptime, and system status using shell tools.
At a glance
This skill is for DevOps & Infrastructure and helps you check server disk space, monitor system memory usage, and verify server uptime.
git clone --depth 1 https://github.com/sandeshnaroju/ai-skill-engine
cp -r ai-skill-engine/skills/system_diagnostics ~/.claude/skills/system_diagnostics
shellServer HealthmonitoringlinuxinfrastructureSysadmin
Also in sandeshnaroju/ai-skill-engine
View the repoSkill for generating, searching, reading, surgically editing, and rolling back digital artifacts (code scripts, 1000-page documents, spreads...
Skill for uploading and downloading files from cloud storage (AWS S3 or Azure Blob Storage).
Skill for running custom Python code scripts safely inside an isolated sandbox environment.
Use this skill to send emails containing reports, updates, notices, or summaries.
Skill for downloading public web files (CSVs, datasets, documents) from HTTP/HTTPS URLs.
Lookup network info, country, city, and ISP for an IP address via external REST API.
Skill for calling external enterprise REST webhooks and APIs.
Use this skill when you need to manage files inside the active remote or local sandbox, including listing sandbox files, downloading files f...
Example skill demonstrating secure user_data context injection for REST API calls (no credentials shared with LLM).
Other DevOps & Infrastructure skills
Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...
Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...
Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.