Skill Claude CodeCodex
Use when the user wants to turn one or more Entire-tracked sessions, checkpoints, or repeated agent workflows into a reusable agent skill.
Skill Claude CodeCodex
Use when the user wants to turn one or more Entire-tracked sessions, checkpoints, or repeated agent workflows into a reusable agent skill.
Skill Claude CodeCodex
Use when a developer wants a topic-focused guided lesson built from canonical checkpoints, not a whole-repo overview. Triggers on phrases like "teach me ", "teach me how this repo handles", "how does work in this repo", "give me a lesson on", "school me on", and "I need to learn about".
Skill Claude CodeCodex
Use for any codebase exploration or understanding task — reads historical intent from Entire checkpoints instead of guessing. Orchestrates other Entire skills to give the agent provenance-backed answers about code.
Skill Claude CodeCodex
Explain why code looks the way it does by tracing the latest change for a file range or pasted snippet through git blame and deduplicated entire explain lookups. Use when the user asks what happened, says "tell me why" about a code block, is confused about a section of code, asks "wtf is going on", "why is this like…
Hook Claude Code
Runs after a tool call finishes for Task and TodoWrite tool calls, running entire hooks claude-code post-task (2 commands). From entireio/external-agents.
Hook Claude Code
Runs before the agent uses a tool for Task tool calls, running entire hooks claude-code pre-task. From entireio/external-agents.
Hook Claude Code
Runs when a session ends, running entire hooks claude-code session-end. From entireio/external-agents.
Hook Claude Code
Runs when a session starts, running entire hooks claude-code session-start. From entireio/external-agents.
Hook Claude Code
Runs when the agent finishes a response, running entire hooks claude-code stop. From entireio/external-agents.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running entire hooks claude-code user-prompt-submit. From entireio/external-agents.
Settings file Claude Code
Agent settings declaring 6 hook events (PostToolUse, PreToolUse, SessionEnd, SessionStart) and 6 allowed tools.
Skill Claude CodeCodex
Diagnose external agent bugs using captured artifacts from the E2E test suite. Artifacts are written to e2e/artifacts/ locally or downloaded from CI via GitHub Actions.
Skill Claude CodeCodex
Run all three external agent binary phases sequentially: research, write-tests, and implement using black-box-first TDD across protocol compliance, lifecycle integration, and unit tests. Accepts an optional argument to run a single phase: research, write-tests, or implement.
Cursor rule Cursor
Build standalone external agent binaries for the Entire CLI using E2E-first TDD.
Instructions file CodexOpenCode
AGENTS.md instructions for entireio/external-agents, covering external agent builder, available commands, how to use, tool mapping (codex) and protocol spec.
Plugin Claude Code
Claude Code plugins by Entire.
Plugin Claude Code
Tools for understanding code intent by tracing changes back to original session transcripts.
Command
Explains the intent behind source code by finding original session transcripts. Use /explain with a function, file, or line of code to understand why it exists.