entireioentireioOfficialยท12 Agent Skills Included

skills

Search, explain, and review code using recorded session history

Searches past coding sessions, checkpoints, and transcripts to explain why code exists and how it evolved. Eliminates guesswork when exploring unfamiliar code, reviewing branches, or picking up another agent's unfinished work. Turns repeated workflows into reusable skills and hands off session context between coding agents automatically.
npx skills add entireio/skills --all -g -y

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
entireioentireio

explain

Trace source code functions and files to original creation sessions.

Official
Intermediate
๐Ÿ“ฆ In Repo
entireioentireio

session-to-skill

Convert Entire session history into reusable SKILL.md agent definitions.

Official
Intermediate
๐Ÿ“ฆ In Repo
entireioentireio

address-findings

Fetch open Entire trail findings, apply fixes, and mark them resolved.

Official
Intermediate
๐Ÿ“ฆ In Repo
entireioentireio

session-crosslink

Resolve missing session provenance for code changes across Entire-enabled repositories.

Official
Advanced
๐Ÿ“ฆ In Repo
entireioentireio

recall

Search Entire history for prior sessions and generate structured playbooks.

Official
Advanced
๐Ÿ“ฆ In Repo
entireioentireio

search

Search Entire history for checkpoints and agent conversations by topic, repository, branch, author, or time window.

Official
Intermediate
๐Ÿ“ฆ In Repo
entireioentireio

review

Cross-references Git branch diffs with developer checkpoint transcripts to identify mismatches between intended and actual code changes.

Official
Advanced
๐Ÿ“ฆ In Repo
entireioentireio

session-handoff

Generate structured handoff summaries from Entire session transcripts for coding agents.

Official
Advanced
๐Ÿ“ฆ In Repo
entireioentireio

teach

Curate repository checkpoints into structured guided lessons on specific topics.

Official
Intermediate
๐Ÿ“ฆ In Repo
entireioentireio

replay

Replay feature development history chronologically with interactive Q&A at each step.

Official
Advanced
๐Ÿ“ฆ In Repo
entireioentireio

using-entire

Explore codebases using Entire checkpoint history to infer recorded intent.

Official
Advanced
๐Ÿ“ฆ In Repo
entireioentireio

what-happened

Trace git blame provenance for code blocks with checkpoint-backed explanations.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install Entire skills?โ–ผ

Run `npx skills add entireio/skills --all -g -y` in your terminal to install all skills globally. You can also install a single skill with `npx skills add entireio/skills --skill search`.

How to find out why a line of code exists?โ–ผ

Ask your agent to explain a function, file, or line, and it traces the change through git blame to the original session transcript that created it.

Can I hand off work between coding agents?โ–ผ

Yes. The session-handoff skill reads the saved session transcript and summarizes the task, discoveries, and next steps so another agent can continue immediately.

Does it work with Claude Code, Codex, and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, Copilot, Gemini CLI, and OpenCode.

What do I need before using these skills?โ–ผ

You need the Entire CLI installed, a git repository with captured checkpoints, and `entire login` for workflows that search indexed history.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’