Claude-skill-registry cfn-intervention-system

Human intervention detection and orchestration for CFN Loop. Use when automated processes need human oversight, when escalation is required, or when managing intervention workflows and approval gates.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cfn-intervention-system" ~/.claude/skills/majiayu000-claude-skill-registry-cfn-intervention-system && rm -rf "$T"
manifest: skills/data/cfn-intervention-system/SKILL.md
source content

Intervention System Skill (Mega-Skill)

Version: 1.0.0 Purpose: Human intervention detection and orchestration for CFN Loop Status: Production Consolidates: cfn-intervention-detector, cfn-intervention-orchestrator


Overview

This mega-skill provides complete intervention management:

  • Detector - Detect when human intervention is needed
  • Orchestrator - Manage intervention workflows and escalation

Directory Structure

intervention-system/
├── SKILL.md
├── lib/
│   ├── detector/         # From cfn-intervention-detector
│   └── orchestrator/     # From cfn-intervention-orchestrator
└── cli/

Migration Paths

Old PathNew Path
cfn-intervention-detector/intervention-system/lib/detector/
cfn-intervention-orchestrator/intervention-system/lib/orchestrator/

Version History

1.0.0 (2025-12-02)

  • Consolidated 2 intervention skills into mega-skill