skill-resiliency

Installation
SKILL.md

Skill Resiliency

Overview

This skill applies Michael Levin's biological resiliency principles to Agent Skills design. It provides a framework for building robust, self-correcting skills that maintain goal-directed behavior despite perturbations, with resiliency mechanisms scaled proportionally to the skill's determinism requirements.

Core Principle: The degree of resiliency in a skill should be positively correlated with its determinism. More deterministic skills (those requiring precise, repeatable outcomes) need stronger resiliency mechanisms to maintain their target behavior.

Inspired by: Michael Levin's research on anatomical homeostasis, error correction in biological systems, and collective intelligence in cellular networks.

When to Use This Skill

Apply resiliency patterns when:

  • Creating skills that require deterministic outcomes
  • Building skills with complex multi-step workflows
  • Designing skills that interact with external systems or tools
  • Improving existing skills that fail under edge cases
  • Developing skills for critical operations (deployment, data processing, security)
Related skills

More from m31uk3/ai-skills

Installs
4
GitHub Stars
5
First Seen
Mar 1, 2026