From traceary
Use when the user asks about prior Traceary sessions, event history, command audits, or what happened earlier in the workspace. Trigger on phrases like "Traceary", "session history", "audit trail", "recent events", or "what happened earlier".
How this skill is triggered — by the user, by Claude, or both
Slash command
/traceary:traceary-session-historyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the packaged `traceary` MCP server as the default read path when the user asks about local agent history.
Use the packaged traceary MCP server as the default read path when the user asks about local agent history.
latest_session: most recent session metadata for the current workspaceactive_session: only when the user is asking about the still-open sessionlist_events: recent history without a keyword filtersearch: keyword-driven lookupsget_context: summarize the lead-up around an eventadd_log or add_audit unless the user explicitly wants to record a new event.npx claudepluginhub duck8823/traceary --plugin tracearyGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.