Bring Your Entire Context to Your Agents with Skills
As agents become the primary interface for development, many developers are choosing to delegate command execution to their coding agents. The Entire CLI already captures the context behind your code changes: prompts, transcripts, and the decisions that led to each change, alongside your git history. Today we're making that data easier for your agent to use.
Make your agent more powerful
Our skills repository contains agent-invokable workflows that teach your agent how to use the Entire CLI. Instead of looking up syntax or running commands yourself, you can ask in plain language and let your agent drive the workflow.
This initial release gives your agent four context workflows you can see in action below:
Search past work
The search skill finds prior work in your Entire history by topic, repo, branch, author, or time window, so your agent can bring past context into the current task before making changes.
Explain why code exists
The explain skill traces a function, file, or line back to the session that created it, so your agent can answer the intent behind code, not just describe what the code currently does.
Investigate changes
The what-happened skill combines git blame with Entire checkpoint context to explain why a specific block of code looks the way it does. It is useful during code review or when you are investigating a regression.
Hand off between agents
The session-handoff skill picks up where another agent left off by reading the saved or active session and summarizing the task state, important discoveries, blockers, and next steps.
Turn sessions into reusable workflows
The session-to-skill skill turns repeated agent sessions into reusable workflows via SKILL.md drafts. It extracts the process from real work instead of asking you to write idealized instructions from scratch.
Cross-agent by design
All skills are cross-agent. Install them once and use the same workflows in Agent Skills-compatible tools, including Claude Code, Codex, Cursor, Copilot, Gemini CLI, and OpenCode.
Try it
We published a tutorial for trying the skills from scratch. It walks through installation, and using the skills in a real codebase.