skills
Search, explain, and review code using recorded session history
All Skills in This Repository (12)
Pure Emerald Level Indicatorsexplain
Trace source code functions and files to original creation sessions.
session-to-skill
Convert Entire session history into reusable SKILL.md agent definitions.
address-findings
Fetch open Entire trail findings, apply fixes, and mark them resolved.
session-crosslink
Resolve missing session provenance for code changes across Entire-enabled repositories.
recall
Search Entire history for prior sessions and generate structured playbooks.
search
Search Entire history for checkpoints and agent conversations by topic, repository, branch, author, or time window.
review
Cross-references Git branch diffs with developer checkpoint transcripts to identify mismatches between intended and actual code changes.
session-handoff
Generate structured handoff summaries from Entire session transcripts for coding agents.
teach
Curate repository checkpoints into structured guided lessons on specific topics.
replay
Replay feature development history chronologically with interactive Q&A at each step.
using-entire
Explore codebases using Entire checkpoint history to infer recorded intent.
what-happened
Trace git blame provenance for code blocks with checkpoint-backed explanations.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core