From agent-stalker
This skill should be used when the user runs "/stalker" or asks to query agent-stalker's tracked data — "list tracked sessions", "show tool usage", "what events happened in session X", "list agents", "show tasks", "agent-stalker stats", or "query the stalker database". Runs the agent-stalker query engine over the captured SQLite database and presents the results.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-stalker:stalker <sessions|session|events|event|tools|agents|tasks|task|stats|tokens> [options]<sessions|session|events|event|tools|agents|tasks|task|stats|tokens> [options]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the agent-stalker query engine with the arguments the user provided, then present the output verbatim (it is preformatted as text tables). If no arguments are given, show the help text and the list of subcommands below.
Run the agent-stalker query engine with the arguments the user provided, then present the output verbatim (it is preformatted as text tables). If no arguments are given, show the help text and the list of subcommands below.
Run:
bun "${CLAUDE_PLUGIN_ROOT}/lib/query.ts" $ARGUMENTS
sessions [--team <name>] — list recent sessionssession <id> — one session's detail + per-tool countsevents [--session <id>] [--tool <name>] [--agent-id <id>] [--since <Nm|Nh|Nd>] — eventsevent <id> — full event detail (includes the captured data JSON)tools [--session <id>] [--agent <type>] [--name <tool>] — tool-use frequencyagents [--session <id>] — spawned subagentstasks [--team <name>] [--status <s>] [--owner <o>] — taskstask <id> [--session <id>] — one task's detail + status historystats [--session <id>] — summary countstokens [--session <id>] [--since <dur>] [--by session|agent|model] — captured token usage/stalker events --since 2h).tokens subcommand is the primary view; the dedicated stalker-tokens skill adds ad-hoc tokenization of arbitrary text.npx claudepluginhub ehartye/agent-stalker --plugin agent-stalkerCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.