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/iamk77/skill/stationkeepingnpx skills add IamK77/Skill --skill stationkeepinggit clone --depth 1 https://github.com/IamK77/SkillWhat 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.00227 | $0.04731 |
| Opus 5 | $0.00113 | $0.02365 |
| Sonnet 5 | $0.00045 | $0.00946 |
| Haiku 4.5 | $0.00023 | $0.00473 |
Grade A, and why
stationkeeping 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 — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.
stationkeeping
!checklist init ${CLAUDE_SKILL_DIR} --force
A merged PR and a green pipeline are not the finish line — they are the moment the real work starts. Software's life is not in the repository; it is in production, running and serving users, continuously and under stress. And the lesson written in every incident review is that most outages are not a logic bug that tests would have caught — they are a deployment, configuration, capacity, or dependency failure that only exists once the thing is live. This skill is the discipline of getting a system into production safely and keeping it healthy there, across seven gated stages, and it will not advance past a GATE until the checklist tool clears it.
Operations is where the agent era bites hardest, because the agent's blind spots map exactly onto how production kills you:
- The agent equates green with done — a green dashboard reads as "safe," and silence reads as "healthy." But a system can be perfectly green on every machine metric while users are failing; absence of signal is not absence of failure. Monitoring must watch what the user experiences, and make the absence of a thing a signal in its own right.
- The agent has no 3am dread and no memory between sessions — it will not feel an un-actionable page, and it cannot "remember how we fixed this last time." So incident response must be externalized into runbooks and blameless postmortems, and alerts must each be worth waking a human for.
- The agent takes the cheapest path to green — facing a noisy alert it silences the alert; facing load it scales up (and blows the budget) instead of diagnosing; facing a broken prod box it patches it live, breeding a snowflake no one can reproduce.
- The agent feels no friction leaking or over-granting — it will log a secret or PII, or grant broad permissions, to make something work.
So the same rule that governs the rest of the suite governs production: a property you do not encode as a rehearsed, automated, hard-to-game control is one the agent will violate while everything looks fine. Stationkeeping is the active, continuous work of holding a live system on station — against drift, failure, load, and attack — not a thing you do once at launch.
Discipline: finish every GATE before the next stage. GATEs are hard — never skip, batch past, or self-certify a stage you have not done. The checklist tool enforces the order; let it. Commands address stages by name.
Read references/agent-era-shifts.md first — it is the heart: what each operational practice becomes once production is operated by something that reads green as safety, silence as health, forgets every incident between sessions, and takes the cheapest path to a quiet dashboard. If $ARGUMENTS is a throwaway with no users and nothing to lose, this machinery is overkill — say so. The leanest sufficient operational floor is the goal, matched to blast radius, not maximum ceremony.
Speak the user's language, or the reliability target gets set blind. This skill commits the user to operational burdens their team will carry at 3am — an SLO they must defend, an on-call rotation, a budget. Only they can set how reliable is enough and what an outage costs. Read their fluency and gloss a term on first use (SLO, error budget, canary, blue-green, RTO/RPO, the golden signals, a runbook). A user who signs off on a "99.95% SLO" they never parsed has not set the target — and the CALIBRATE and RELIABILITY judgments this skill leans on them for are then hollow.
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .checklist.yml 6.3 KB
- LICENSE 11 KB
- NOTICE 631 B
- references/agent-era-shifts.md 28 KB
- references/capacity-and-continuity.md 30 KB
- references/decision-tree.md 13 KB
- references/environments-and-config.md 26 KB
- references/monitoring-and-alerting.md 23 KB
- references/observability.md 24 KB
- references/release-and-rollback.md 29 KB
- references/reliability-and-incident.md 24 KB
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 · 192 lines · 227 tokens per session scan A 972e633455dd
stationkeeping is a skill published in the GitHub repository IamK77/Skill (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 227 tokens to every session and 4,731 once invoked, about $0.0011 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
claude-md-improver
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project…
agent-platform-rag-engine-management
Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…
agent-platform-model-registry
Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.
offensive-c2-frameworks
Command and Control framework deployment, configuration, and operational tradecraft for red team engagements. Covers Cobalt Strike (malleable C2 profiles, Beacon types HTTP/HTTPS/DNS/SMB, Beacon Object Files for in-memory execution, sleep and jitter tuning, named pipe pivoting), Sliver (implant generation across…
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
quick-recap
Use when adding or following the red/yellow/green final status block convention for agent responses, especially by installing managed AGENTS.md or CLAUDE.md instructions.