skills/skills.volces.com/agent-resilience

agent-resilience

Installation
SKILL.md

Agent Resilience

Patterns for surviving context loss, capturing corrections, and continuously improving.

WAL Protocol (Write-Ahead Logging)

The Law: Chat history is a buffer, not storage. Files survive; context doesn't.

Trigger β€” scan every message for:

  • ✏️ Corrections β€” "It's X, not Y" / "Actually..." / "No, I meant..."
  • πŸ“ Proper nouns β€” names, places, companies, products
  • 🎨 Preferences β€” styles, approaches, "I like/don't like"
  • πŸ“‹ Decisions β€” "Let's do X" / "Go with Y"
  • πŸ”’ Specific values β€” numbers, dates, IDs, URLs

If any appear:

  1. WRITE FIRST β†’ update memory/SESSION-STATE.md
  2. THEN respond
Installs
1
First Seen
Apr 22, 2026
agent-resilience from skills.volces.com