Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/weft:ev-query [event_type] [--tool X] [--last N] [--workflow ID] [--session ID][event_type] [--tool X] [--last N] [--workflow ID] [--session ID]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
$ARGUMENTS
$ARGUMENTS
Parse filter flags from arguments.
Run:
python3 "${CLAUDE_PLUGIN_ROOT}/core/cli.py" query $ARGUMENTS
If no arguments, show a summary (event counts by type).
Present results in a readable format, not raw JSON.
/ev-query — count by event type/ev-query wf.step_changed — all step transitions/ev-query --last 20 — last 20 events/ev-query --tool Bash --last 10 — last 10 Bash tool events/ev-query --workflow adhoc-20260406 — events for specific workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub dioptx/weft --plugin weft