sidecar-task-runner
Installation
SKILL.md
Sidecar Task Runner
Use this skill to run bounded helper tasks from a main agent without sharing the main conversation as the task state. The sidecar produces artifacts; the main agent verifies, integrates, rejects, or escalates them.
Skill Directory Layout
<installed-skill-dir>/
├── SKILL.md
├── templates/
│ ├── precommit-classifier.md
│ └── personalization-scanner.md
└── scripts/
└── prepare_sidecar_task.py