nm-leyline-damage-controlRecover from broken agent state including crash recovery, context overflow, merge conflicts, and corrupted worktrees
Install via ClawdBot CLI:
clawdbot install athola/nm-leyline-damage-controlGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/leylineAudited Apr 16, 2026 · audit v1.0
Generated May 6, 2026
During a high-traffic sale event, an AI agent managing checkout crashes, leaving partial orders and inconsistent inventory records. Engineers use damage control to recover agent state, reconcile inventory discrepancies, and ensure all pending orders are processed correctly.
A CI/CD pipeline fails due to unresolved git merge conflicts from a concurrent feature branch integration. Developers apply merge-conflict-resolution to classify conflicts, auto-resolve simple ones, and escalate complex ones for human review to unblock deployments.
A customer support AI bot hits its context limit after a lengthy multi-issue conversation, losing track of previous resolutions and customer details. The context-overflow module reconstructs the decision context from logs to provide seamless continued support.
An AI agent processing medical records experiences state corruption due to a system crash, causing discrepancies between processed files and audit logs. State-reconciliation is used to verify data integrity and restore a consistent baseline before reprocessing.
A distributed AI orchestrator managing multiple agents for financial report generation runs state-reconciliation at session boundaries to verify that all agents have completed their tasks and outputs are consistent, preventing downstream inconsistencies.
Offer the damage control skill as part of a monthly subscription for AI agent frameworks, providing access to recovery modules, risk assessment checklists, and priority support for failure resolution.
Provide on-demand expert consulting to help organizations set up and execute damage control protocols when their AI agents experience failures, including customized triage and recovery plans.
Integrate damage control capabilities directly into AI agent platforms or CI/CD pipelines, charging a premium for automated recovery, monitoring, and audit reports.
💬 Integration Tip
Add 'leyline:damage-control' as a dependency in your skill's frontmatter and invoke the appropriate module (e.g., modules/crash-recovery.md) upon failure detection for structured recovery.
Scored May 6, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...