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/bouob/sysadmin-skills/incidentnpx skills add bouob/sysadmin-skills --skill incidentgit clone --depth 1 https://github.com/bouob/sysadmin-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/bouob/sysadmin-skills/incident)<a href="https://agentmods.dev/skills/bouob/sysadmin-skills/incident"><img src="https://agentmods.dev/badge/skills/bouob/sysadmin-skills/incident.svg" alt="Measured on agentmods" height="20"></a>What 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.00110 | $0.01759 |
| Opus 5 | $0.00055 | $0.00879 |
| Sonnet 5 | $0.00022 | $0.00352 |
| Haiku 4.5 | $0.00011 | $0.00176 |
Grade A, and why
incident 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 4d 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 — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Incident Response Workflow
Structured incident response following ITIL 4 Incident Management. Produces a complete incident report as a local markdown file.
Related Skills (auto-loaded)
- itil — priority classification (P1-P4), incident management process, escalation matrix
- comms — stakeholder notification templates, severity-based tone guidance
- done-ops — verification gate before closing the incident
Output
File: {OUTPUT_DIR}/incident-{YYYY-MM-DD}-{slug}.md
- slug: lowercase kebab-case summary, e.g.
email-outbound-failure,vpn-india-outage - Incident ID (
INC-{YYYYMMDD}-{NNN}):{NNN}is a daily sequence number starting at 001. If the organization uses a ticketing system (ServiceNow, Jira SM), use that system's ID instead.
Default output directory: ./incidents/. If a docs/incidents/ directory exists in the project, use that instead. Ask the user if neither exists. A user-specified path takes precedence over all defaults.
All incident documents are written in English. Before writing to file, preview the content for the user in their preferred language.
Workflow
Step 1: Gather Information
Collect the following from the user (use AskUserQuestion for missing items):
| Field | Required | Example |
|---|---|---|
| What is happening? | Yes | "Email service is not sending outbound messages" |
| When did it start? | Yes | "Noticed at 09:15 today" / "Alerts fired at 14:30" |
| Who/what is affected? | Yes | "All users in HQ" / "Customer-facing API" |
| Severity indicators | Yes | Is there a workaround? How many users? Revenue impact? |
| What has been tried? | No | "Restarted the mail service, no change" |
Step 2: Classify (SEV then P)
First — assign Severity (objective impact scope):
| Level | Scope | Definition |
|---|---|---|
| SEV-1 | All users / all regions | Core service completely down, no workaround |
| SEV-2 | Many users or major function | Significant degradation, partial workaround |
| SEV-3 | Subset of users, non-critical | Limited impact, workaround available |
| SEV-4 | Single user or negligible | Cosmetic, proactive, informational |
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.
- 4d ago First seen · 181 lines · 110 tokens per session scan A f05bfb35846b
incident is a skill published in the GitHub repository bouob/sysadmin-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 110 tokens to every session and 1,759 once invoked, about $0.0006 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
pulumi-migrate-from-discovered-stack
Migrate a CloudFormation or ARM stack into a Pulumi stack, sourced from a stack that Pulumi Cloud's Discovery feature has already found and exposed via the discovered-stacks API. Load this skill when the user has a discovered stack in Pulumi Cloud and wants to bring its resources under Pulumi management. Do NOT load…
pulumi-component
Guide for authoring Pulumi ComponentResource classes. Use when creating reusable infrastructure components, designing component interfaces, setting up multi-language support, or distributing component packages.
provider-upgrade
Upgrade any Pulumi provider to a newer version and reconcile the resulting diff. Use when users want to upgrade or update a provider (including editing package.json, requirements.txt, pyproject.toml, go.mod, or Pulumi.yaml to bump a provider SDK), check for breaking changes before or during an upgrade, fix resources…
pulumi-best-practices
Load when the user is writing, reviewing, or debugging Pulumi TypeScript/Python programs; asks about Output or apply() usage; wants to create ComponentResource classes; needs to refactor resources without destroying them (aliases); is setting up secrets or config; or is configuring a pulumi preview/up CI workflow.…
pulumi-arm-to-pulumi
Convert or migrate Azure ARM (Azure Resource Manager) templates, Bicep templates, or code to Pulumi, including importing existing Azure resources. This skill MUST be loaded whenever a user requests migration, conversion, or import of ARM templates, Bicep templates, ARM code, Bicep code, or Azure resources to Pulumi.
pulumi-cdk-to-pulumi
Load this skill when a user wants to migrate, convert, port, translate, or move an AWS CDK application (including CDK stacks, constructs, or CloudFormation-synthesized templates) to Pulumi. Phrases such as "convert CDK to Pulumi", "migrate CDK app", "port CDK stacks", "replace CDK with Pulumi", "stop using CDK". Do…