recover-from-failure

recover-from-failure is a skill for Claude Code, Codex from cacheplane/dawnai. It costs 15 tokens per session (233 once invoked), scanned A, original, MIT.

Instructions for using AGENTS.md files in the cacheplane/dawnai project. They explain the repository's standards and distinguish its contributor guide from Dawn's separate runtime memory file.

In plain words
What is it for?
Use it when contributing to the Dawn repository, finding project rules, understanding the workspace structure, or deciding which AGENTS.md feature you need.
Why use it?
It prevents confusion between two files with the same name and gives agents the project's definition of done, workspace map, and conventions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it when contributing to the Dawn repository, finding project rules, understanding the workspace structure, or deciding which AGENTS.md feature you need.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cacheplane/dawnai/recover-from-failure
Install

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.

Any agent
npx skills add cacheplane/dawnai --skill recover-from-failure
Clone the repo
git clone --depth 1 https://github.com/cacheplane/dawnai

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 recover-from-failure

README.md
[![agentmods](https://agentmods.dev/badge/skills/cacheplane/dawnai/recover-from-failure.svg)](https://agentmods.dev/skills/cacheplane/dawnai/recover-from-failure)
Your own site
<a href="https://agentmods.dev/skills/cacheplane/dawnai/recover-from-failure"><img src="https://agentmods.dev/badge/skills/cacheplane/dawnai/recover-from-failure.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 233 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 original 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.00015 $0.00233
Opus 5 $0.00008 $0.00117
Sonnet 5 $0.00003 $0.00047
Haiku 4.5 $0.00002 $0.00023

Measured 8d ago against content hash 29811c4eb84f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

recover-from-failure 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 8d 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.

examples/chat/server/src/app/chat/skills/recover-from-failure/SKILL.md · 20 lines

What it actually says

Recover from a failed tool call

When a tool call returns an error:

  1. Read the error message first. Most Dawn tool errors are self-explanatory: path-jail violations, file-too-large, command exit codes.
  2. Don't retry the exact same call. If readFile({ path: "missing.txt" }) returned "ENOENT", calling it again won't help. Either list the directory to find the right name, or use writeFile to create the file.
  3. Check AGENTS.md for known conventions before improvising. The memory file often documents the right approach the previous session figured out.
  4. If three different approaches fail in a row, stop and ask the user. Don't keep flailing — explain what you tried and what went wrong.
  5. Record what worked in AGENTS.md (via writeFile) when you find a fix that wasn't already documented. Future-you will thank you.
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. 8d ago First seen · 20 lines · 15 tokens per session scan A 29811c4eb84f

Subscribe to this mod's changes

recover-from-failure is a skill published in the GitHub repository cacheplane/dawnai (327 stars, last pushed today), licensed MIT. It adds 15 tokens to every session and 233 once invoked, about $0.0001 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

systematic-debugging

A structured process for investigating and fixing software problems through four stages. It covers systematic debugging principles and rules.

xbsheng/atguigu-note · 24 tokens

data-visualization

Use for creating publication-quality charts and multi-panel analysis summaries. Triggers when tasks involve visualizing data, plotting results, creating charts, or producing visual reports from analysis output.

langchain-ai/deepagents · 40 tokens

cuml-machine-learning

Use for GPU-accelerated machine learning on tabular data using NVIDIA cuML. Triggers when tasks involve classification, regression, clustering, dimensionality reduction, or model training on datasets.

langchain-ai/deepagents · 43 tokens

blog-post

Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image generation. Use when the user asks to write a blog post, article, how-to guide, tutorial, technical writeup, thought leadership piece, or long-form content.

langchain-ai/deepagents · 58 tokens

social-media

Drafts engaging social media posts, writes hooks, suggests hashtags, creates thread structures, and generates companion images. Use when the user asks to write a LinkedIn post, tweet, Twitter/X thread, social media caption, social post, or repurpose content for social platforms.

langchain-ai/deepagents · 58 tokens

remember

Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture…

langchain-ai/deepagents · 71 tokens