smithery/masharratt

cfn-intervention-system

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

Installation

$ npx skills add smithery/masharratt --skill cfn-intervention-system

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 smithery/masharratt · top by installs.

npx skills add smithery/masharratt

Browse all from smithery/masharratt

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

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,339 B
  • docs SUMMARY.md 231 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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 Path New 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