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:Install CLI Managed Helpers
The Entire CLI can add two helpers to a repository for Claude Code, Codex, and Gemini CLI:--search-skillinstalls a focused helper forentire search --json.--agent-help-skillinstalls a helper that directs the agent to the command map from the installed Entire CLI.
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: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.