jsonlee12138/agent-team

task-inspector

Read-only task inspection skill for controller, worker, and human sessions. Use when the user wants to view task status, inspect a task, or list tasks without changing lifecycle state.

First seen Mar 22, 2026

Installation

$ npx skills add jsonlee12138/agent-team --skill task-inspector

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 797 B
  • docs SUMMARY.md 206 B

History

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

SKILL.md

task-inspector

Audience

  • controller
  • worker
  • human

Triggers

  • inspect task
  • task status
  • list tasks
  • show task

CLI Binding

  • agent-team task list
  • agent-team task show

Required Entry

  • controller/human: MUST read .agent-team/rules/index.md first.
  • worker: MUST read worker.yaml first.

Expansion

  • Load only the task artifact or task lookup needed for the read-only question.

Boundary

  • This skill is read-only.
  • If the prompt includes create, assign, done, or archive intent, route to task-orchestrator instead.