Home / josephfung / trimkit · skills/sysops/SKILL.md · GitHub

sysops skillA

sysops is agent-read markdown (skill) from josephfung/trimkit: Invoke the sysops subagent for VPS maintenance. Use when the user runs /sysops with an optional argument like "status", "update Pulse", or "update my servers"..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Sysops

If the first word of the argument is `log` or `learnings`, handle it directly — do NOT delegate to the sysops subagent.

## /sysops log

Parse the argument:
- `/sysops log` → show last 10 entries across all deployments
- `/sysops log <Deployment>` → show last 10 entries for that deployment (case-insensitive match)
- `/sysops log <Deployment> --last <N>` → show last N entries for that deployment

Run this command, substituting `<deployment>` (omit `--deployment` entirely if no deployment was given) and `<N>` (default `10`):

```bash
trimkit-sysops-log-search --human [--deployment "<deployment>"] [--last <N>]
```

If `trimkit-sysops-log-search` is not on PATH, tell the user:
> `trimkit-sysops-log-search` is not installed. Run `install.sh` from your trimkit directory to set it up.

If `trimkit-sysops-log-search` is found but exits non-zero, show the user the error output and suggest checking file permissions on `~/.claude/sysops/audit.jsonl`.

---

## /sysops learnings

Parse the argument:
- `/sysops learnings` → show all stored learnings across all deployments (deduplicated)
…

Read the whole file at its exact version.

How to install

Latest version
mdr add josephfung/trimkit/sysops@git:20260512.79d251a
Exact content
mdr add josephfung/trimkit/sysops@sha256:af9608ee385b1eea

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_perb2akiu5yzma3x.svg)](https://markdownregistry.com/a/art_perb2akiu5yzma3x)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260512.79d251a latest2026-05-12 79d251a 2,466 BA view · diff
git:20260512.9b85fc82026-05-12 9b85fc8 2,457 BA view · diff
git:20260512.69b64252026-05-12 69b6425 2,124 BA view · diff
git:20260512.5cb72fd2026-05-12 5cb72fd 6,824 BA view · diff
git:20260512.f855f802026-05-12 f855f80 6,790 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2466 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

josephfung/trimkit · 3 stars · license MIT · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_perb2akiu5yzma3x
GET https://markdownregistry.com/api/v1/resolve?ref=josephfung/trimkit/sysops
GET https://markdownregistry.com/api/v1/blob/af9608ee385b1eea0e337dcada9900db0a5051bcd43c8ca192ac1b781fd5bf2f

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from josephfung/trimkit

prod-debug skill
josephfung/trimkit · skills/prod-debug/SKILL.md · Production debugging skill. Pre-loads DB schema, container registry, and prod environment facts from…
git:20260919.010ef8a · audit A · 3 stars

Every file in josephfung/trimkit

Browse by kind, by grade A, or by owner.