Claude-skill-registry digital-fte-orchestrator
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/digital-fte-orchestrator" ~/.claude/skills/majiayu000-claude-skill-registry-digital-fte-orchestrator && rm -rf "$T"
manifest:
skills/data/digital-fte-orchestrator/SKILL.mdsource content
Digital FTE Orchestrator Skill
Task processing with Ralph Wiggum loop pattern.
Quick Start
# Normal mode python scripts/run.py # Process once and exit python scripts/run.py --once # Dry run python scripts/run.py --dry-run
Task Flow
Needs_Action → [Claude analyzes] → Pending_Approval or Done Pending_Approval → [Human approves] → Approved Approved → [Claude executes] → Done
Configuration
- Max retries per task (default: 10)--max-iterations
- Seconds between polls (default: 30)--poll-interval
- Test without execution--dry-run
- Process once and exit--once
Verification
Run:
python scripts/verify.py