Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/josephfung/trimkit/sysopsnpx skills add josephfung/trimkit --skill sysopsgit clone --depth 1 https://github.com/josephfung/trimkitWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00039 | $0.00604 |
| Opus 5 | $0.00019 | $0.00302 |
| Sonnet 5 | $0.00008 | $0.00121 |
| Haiku 4.5 | $0.00004 | $0.00060 |
Grade A, and why
sysops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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):
trimkit-sysops-log-search --human [--deployment "<deployment>"] [--last <N>]
If trimkit-sysops-log-search is not on PATH, tell the user:
trimkit-sysops-log-searchis not installed. Runinstall.shfrom 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)/sysops learnings <Deployment>→ show learnings for that deployment only (case-insensitive match)
Run this command, substituting <deployment> (omit --deployment entirely if no deployment was given):
trimkit-learnings-search --human [--deployment "<deployment>"]
If trimkit-learnings-search is not on PATH, tell the user:
trimkit-learnings-searchis not installed. Runinstall.shfrom your trimkit directory to set it up.
If trimkit-learnings-search is found but exits non-zero, show the user the error output and suggest checking file permissions on ~/.claude/sysops/learnings.jsonl.
Otherwise, delegate to the sysops subagent using the Agent tool.
Pass the user's argument directly as the prompt. If no argument was given, default to a status check across all deployments.
Examples:
/sysops→ prompt: "Check the status of all my servers"/sysops status→ prompt: "Check the status of all my servers"/sysops update Pulse→ prompt: "Update Pulse"/sysops update my servers→ prompt: "Update all my servers"
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 60 lines · 39 tokens per session scan A af9608ee385b
sysops is a skill published in the GitHub repository josephfung/trimkit (3 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 604 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
dynamic-workflow-patterns
Pattern taxonomy, agent role combinations, model routing, unit-of-work sizing, review-findings settling, and resilience discipline for Claude Code dynamic workflows. ALWAYS load this skill before authoring or running any Workflow tool script, and ALWAYS load it when the user mentions "workflow" or "ultracode" in any…
serena-tool-selection
MANDATORY tool selection protocol for Serena LSP tools vs Claude Code built-in tools. ALWAYS use when your tools list includes any mcpserena tools. This skill OVERRIDES default tool selection behavior for code navigation tasks.
building-skills
Build production-ready Claude Code skills through a structured Research-Draft-Refine process. Use when creating new skills, converting slash commands to skills, or generating AgentSkills.io-compatible skills from specifications.
agile-product-owner
../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.
apple-hig-expert
../../../product-team/apple-hig-expert/skills/apple-hig-expert/SKILL.md.
a11y-audit
../../../engineering-team/a11y-audit/skills/a11y-audit/SKILL.md.