Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › dag-mutation-strategist vs truenas-aiops

dag-mutation-strategist vs truenas-aiops

Two General Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Namedag-mutation-strategisttruenas-aiops
DescriptionDecides HOW to mutate a DAG when a node fails, quality is below threshold, or new information changes the plan. Selects from mutation strategies (add node, replace agent, fork paths, loop back, downgrade model) based…Use this skill whenever the user needs to operate TrueNAS SCALE storage — a one-shot health overview, system info, read-only diagnostics / RCA (pool health, alerts & dataset capacity), inspect ZFS pools…
CategoryGeneralGeneral
Sub-categorygeneral-miscgeneral-misc
Tagstype:debug
AuthorcuriositechAIops-tools
LicenseMIT
Install/add-skill dag-mutation-strategist/add-skill truenas-aiops

Tag overlap

Shared

Only in dag-mutation-strategist

Only in truenas-aiops type:debug

Sample code from each SKILL.md

dag-mutation-strategist

flowchart TD
  F[Failure detected] --> T{Failure type?}
  
  T -->|Transient: API timeout, rate limit| R[Retry with backoff]
  T -->|Model: wrong format, refusal| M{Budget allows upgrade?}
  M -->|Yes| U[Replace with stronger model]
  M -->|No| P[Rephrase prompt, same model]
  
  T -->|Contract: output schema mismatch| C[Retry with explicit schema in prompt]
  T -->|Quality: below threshold| Q{Iteration count?}
  Q -->|< max| L[Loop back with feedback from dag-quality]
  Q -->|≥ max| E{Challenge…

truenas-aiops

uv tool install truenas-aiops
truenas-aiops init       # interactive wizard: connection + encrypted API key
truenas-aiops doctor

When to choose each

dag-mutation-strategist — Decides HOW to mutate a DAG when a node fails, quality is below threshold, or new information changes the plan. Selects from mutation strategies (add node, replace agent, fork paths, loop back, downgrade model) based…

truenas-aiops — Use this skill whenever the user needs to operate TrueNAS SCALE storage — a one-shot health overview, system info, read-only diagnostics / RCA (pool health, alerts & dataset capacity), inspect ZFS pools…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open dag-mutation-strategist → Open truenas-aiops →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all General skills · Top 100