delorenj/skills

context-self-heal

Agent-local context guard and deterministic compaction workflow (GOD-13). Use when context usage is high, when wiring auto-compaction/restart timers, or when deploying standardized context-monitor hooks across agents.

First seen May 18, 2026

Installation

$ npx skills add delorenj/skills --skill context-self-heal

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from delorenj/skills · top by installs.

npx skills add delorenj/skills

Browse all from delorenj/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 15
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,274 B
  • docs SUMMARY.md 242 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

Context Self-Heal (GOD-13)

Purpose

Provide a reusable, non-agent-specific package for context monitoring and deterministic compaction artifacts.

Files

  • files/god-13-context-monitor.sh
  • files/god-13-lenoon-monitor.service
  • files/god-13-lenoon-monitor.timer

Standard Behavior

  • Warning zone: >=80% context
  • Hard threshold: >=90% context
  • Before restart, write deterministic artifact:

- memory/context-compaction-latest.md - Sections required: 1) Active tasks 2) Decisions made 3) Open blockers 4) Next 3 actions on resume 5) Handoff context

Deployment Pattern

  1. Copy script + units from files/ to target workspace.
  2. Parameterize AGENT_NAME and workspace path.
  3. Enable systemd timer (--user).
  4. Verify artifact write + restart path on threshold breach.

Notes

  • Prefer Hindsight plugin as canonical memory; artifact is deterministic restart checkpoint.
  • Avoid custom per-agent variants unless operationally required.