jsonlee12138/agent-team

worker-recovery

Worker-first recovery entry for resuming the current assignment from file artifacts. Use when a worker needs to recover task context, continue work, or re-anchor after a pause.

First seen Mar 22, 2026

Installation

$ npx skills add jsonlee12138/agent-team --skill worker-recovery

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 jsonlee12138/agent-team · top by installs.

npx skills add jsonlee12138/agent-team

Browse all from jsonlee12138/agent-team

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

Repository health

Stars 30
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 899 B
  • docs SUMMARY.md 199 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 50 installs

SKILL.md

worker-recovery

Audience

  • worker

Triggers

  • resume work
  • recover task
  • continue current assignment

CLI Binding

  • Read worker artifacts directly.
  • Use agent-team task show only when task details must be refreshed from the CLI.

Required Entry

  • MUST read worker.yaml first.

Expansion

  • Recovery order is fixed: worker.yaml -> task.yaml -> context.md -> referenced materials only if needed.

Boundary

  • This is the standard worker recovery path.
  • Do not use controller assumptions or .agent-team/rules/index.md as the first entry here.
  • Do not use this skill for worker -> main reporting; that belongs to worker-reply-main.