Skip to main content
Skills give coding agents reusable workflows for the Entire CLI. Each Skill tells an agent when to use Entire, which commands to run, and how to interpret the result.

What Skills Do

Skills turn requests in natural language into repeatable CLI workflows. They can search checkpoints and transcripts, trace code to its original session, review changes with recorded intent, and package context for another agent. Skills use the history Entire has already recorded. Start with a repository that contains at least one agent session and checkpoint.

Choose a Skill

The Entire Skills repository ships these Skills:

Install Skills

Use the Skills CLI to install the complete collection:
To install the Skill you found in the table, pass its name:
The installer detects supported agents and their Skill directories. See the Skills tutorial for Codex, Claude Code, and Gemini CLI installation commands.

Install CLI Managed Helpers

The Entire CLI can add two helpers to a repository for Claude Code, Codex, and Gemini CLI:
  • --search-skill installs a focused helper for entire search --json.
  • --agent-help-skill installs a helper that directs the agent to the command map from the installed Entire CLI.
Install them while enabling Entire:
You can also add them with an agent integration:
These flags install the two helpers for the selected repository and agent. Install the twelve Skills that work across agents through the Skills CLI or your agent’s package flow.

Install a CLI Plugin

Some agent workflows depend on commands that an Entire CLI plugin supplies. Search the plugin index, inspect a result, and install it by name:
A CLI plugin is an entire-<name> executable that adds an entire NAME command. It differs from an entire-agent-<name> agent integration, which teaches Entire to capture sessions from another coding agent. Install a plugin’s agent Skill separately when the workflow also ships a Skill.

Continue with

Use Skills in a Real Repository

Install Skills and practice the core workflows against a small project.

Search from Your Agent

Let an installed Skill search prior checkpoints and sessions.

Checkpoints

Understand the history that Skills read.

Skills Repository

Read the source and installation metadata for each Skill.