← ClaudeAtlas

aitask-shadowlisted

Shadow companion for a followed coding agent — reads its captured terminal output and, in one instruction-driven flow, explains it, helps answer an AskUserQuestion, or critically interrogates a plan. Advisory-only. Spawned by minimonitor; not a task-implementation command.
beyondeye/aitasks · ★ 7 · Code & Development · score 66
Install: claude install-skill beyondeye/aitasks
This is a profile-aware skill stub. Execute these steps in order, then stop: 1. **Resolve active profile.** Parse ARGUMENTS for `--profile <name>`. If found, use that as `<profile>` and remove the `--profile <name>` pair from ARGUMENTS. Otherwise run: `./.aitask-scripts/aitask_skill_resolve_profile.sh shadow` and use the single-line stdout as `<profile>`. 2. **Render per-profile variant.** Run: `./.aitask-scripts/aitask_skill_render.sh aitask-shadow --profile <profile> --agent codex` No-op if the per-profile SKILL.md is already up to date. 3. **Dispatch via Read-and-follow.** Read the file at `.agents/skills/aitask-shadow-<profile>-codex-/SKILL.md` and execute its instructions as if they were this skill, forwarding the (possibly stripped) ARGUMENTS unchanged.