From parallax
Reads and summarizes the parallax analysis log for the current session, detailing rounds of unconsidered regions identified by the advisory agent parallax.
How this skill is triggered — by the user, by Claude, or both
Slash command
/parallax:parallax-logThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`/parallax-log`
/parallax-log
parallax is an advisory agent that surfaces regions the main agent has not considered. It analyzes the main agent's work after each stop and, if unconsidered regions remain, injects a new region to prompt further work. Each injection is a "round." This repeats until no more unconsidered regions are found.
Read the log file at ${CLAUDE_PLUGIN_DATA}/${CLAUDE_SESSION_ID}_parallax.log.
If the file does not exist, respond:
parallax has not run in this session yet.
If the file exists, read its contents and respond with:
Log file: ${CLAUDE_PLUGIN_DATA}/${CLAUDE_SESSION_ID}_parallax.log
npx claudepluginhub clomia/claude-automata --plugin parallaxGenerates an in-chat session report from the active or named transcript — every tool call, sub-agent delegation, and file edit, with diagnostics for missed parallelism, redundant work, and over-serialization.
Audits Claude Code session logs for PBR workflow compliance (STATE.md updates, hooks, commits, skills) and UX quality (flows, friction, expectations). Supports date ranges and modes.
Generates Growth Map from Claude Code session patterns and insights data, integrating epistemic profile for protocol recommendations with execution and epistemic resolution.