Nomi: Skill for Claude Code

.agents/skills/root-cause-remediation/SKILL.md

root-cause-remediation is a skill for Claude Code, Codex from aqm857886159/Nomi. It costs 85 tokens per session (1,595 once invoked), scanned A, original, AGPL-3.0.

A required repair process for Nomi production problems, including bugs, regressions, test failures, performance or security defects, and compatibility issues.

In plain words
What is it for?
It is for investigating reported defects, review findings, flaky tests, and other failures before implementing a repair.
Why use it?
It makes corrective work start with identifying the underlying cause and whether the problem is isolated or recurring.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is aqm857886159/Nomi's own configuration. It tells Claude Code and Codex how to work on Nomi itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Nomi configures →

Reuse

Borrowing it

Nothing to install: this file belongs to aqm857886159/Nomi. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/aqm857886159/Nomi/main/.agents/skills/root-cause-remediation/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aqm857886159/Nomi

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for root-cause-remediation

README.md
[![agentmods](https://agentmods.dev/badge/skills/aqm857886159/nomi/root-cause-remediation/github.svg)](https://agentmods.dev/skills/aqm857886159/nomi/root-cause-remediation)
Your own site
<a href="https://agentmods.dev/skills/aqm857886159/nomi/root-cause-remediation"><img src="https://agentmods.dev/badge/skills/aqm857886159/nomi/root-cause-remediation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for root-cause-remediation

Your own site · 80×15
<a href="https://agentmods.dev/skills/aqm857886159/nomi/root-cause-remediation"><img src="https://agentmods.dev/badge/skills/aqm857886159/nomi/root-cause-remediation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 85 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,595 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00085 $0.01595
Opus 5 $0.00043 $0.00797
Sonnet 5 $0.00017 $0.00319
Haiku 4.5 $0.00009 $0.00160

Measured 12d ago against content hash aa261ac83067, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

root-cause-remediation 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 12d 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.

.agents/skills/root-cause-remediation/SKILL.md · 93 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

2 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.

Changes

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.

  1. 12d ago First seen · 93 lines · 85 tokens per session scan A aa261ac83067

Subscribe to this mod's changes

root-cause-remediation is a skill published in the GitHub repository aqm857886159/Nomi (505 stars, last pushed yesterday), licensed AGPL-3.0. It adds 85 tokens to every session and 1,595 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

poppify-troubleshoot

Diagnose a Poppify reel that came out wrong. Use when the user says: "the reel came out wrong", "render failed", "no audio in the video", "no music", "captions are missing", "wrong color text", "text is green/blue/etc instead of white", "video URL doesn't open", "video URL expired", "seeds were charged but no video"…

Poppify/poppify-claude-plugin · 150 tokens

poppify-schema-introspect

Inspect the deployed Poppify MCP tool schemas to verify what parameters are actually accepted. Use when: a parameter you passed seems to have been silently dropped, an applysessionpatch field didn't take effect, the render came out using defaults instead of your overrides, OR before recommending a parameter you're not…

Poppify/poppify-claude-plugin · 94 tokens

ha-logs

A read-only troubleshooting skill for querying Hope Agent’s local SQLite databases, which store logs, conversations, and background-job status.

shiwenwen/hope-agent · 183 tokens

ha-self-diagnosis

Self-understanding and issue reporting for Hope Agent itself. Use when the user asks how Hope Agent works internally, asks about its own source code/docs/runtime behavior, reports a bug/failure/slowness/crash, asks to diagnose logs, or asks to create/submit a GitHub issue for a bug, feature request, or improvement…

shiwenwen/hope-agent · 114 tokens

ha-debug

Hope-native debugging for code failures, regressions, crashes, flaky behavior, and bad output: reproduce or characterize, rank falsifiable hypotheses, fix the smallest root cause, and prove the failing path.

shiwenwen/hope-agent · 43 tokens

seedance-course-promo

Generate online course and coaching program promotional video prompts for Seedance 2.0 on Higgsfield. Use for course trailers, coaching ads, educational content promos, masterclass teasers, webinar promotions, or any educational product video. Triggers on course, coaching, masterclass, webinar, tutorial, education…

rediumvex/ai-video-generator-claude · 79 tokens