entireio

66 mods across 7 repositories, 5.4k stars between them.

session-to-skill

49

entireio/skills

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.

217 18d ago A 32 tokens original MIT

teach

50

entireio/skills

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".

217 18d ago A 74 tokens original MIT

using-entire

51

entireio/skills

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.

217 18d ago A 40 tokens original MIT

what-happened

52

entireio/skills

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…

217 18d ago A 99 tokens original MIT

PostToolUse

53

entireio/external-agents

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.

31 2d ago A tokens not measured

PreToolUse

54

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.

31 2d ago A tokens not measured

SessionEnd

55

entireio/external-agents

Hook Claude Code

Runs when a session ends, running entire hooks claude-code session-end. From entireio/external-agents.

31 2d ago A tokens not measured

SessionStart

56

entireio/external-agents

Hook Claude Code

Runs when a session starts, running entire hooks claude-code session-start. From entireio/external-agents.

31 2d ago A tokens not measured

Stop

57

entireio/external-agents

Hook Claude Code

Runs when the agent finishes a response, running entire hooks claude-code stop. From entireio/external-agents.

31 2d ago A tokens not measured

UserPromptSubmit

58

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.

31 2d ago A tokens not measured

external-agents

59

entireio/external-agents

Settings file Claude Code

Agent settings declaring 6 hook events (PostToolUse, PreToolUse, SessionEnd, SessionStart) and 6 allowed tools.

31 2d ago A tokens not measured

e2e-debug

60

entireio/external-agents

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.

31 2d ago A 0 tokens

entireio/external-agents

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.

31 2d ago A 59 tokens

entireio/external-agents

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.

31 2d ago A 478 tokens

entire

65

entireio/claude-plugins

Plugin Claude Code

Tools for understanding code intent by tracing changes back to original session transcripts.

7 4mo ago A tokens not measured original MIT

explain

66

entireio/claude-plugins

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.

7 4mo ago A 33 tokens original MIT