skills

Star223
View all files

Activity

Tl;dr

This repository packages agent-invokable skills that teach coding agents how to leverage Entire CLI context—including Checkpoints, session transcripts, and git history—to search past work, explain code decisions, review branches, and hand off sessions. Rather than agents (or developers) manually invoking Entire commands, these skills enable plain-language requests like "search past work for rate limiting" or "explain src/auth.ts" to route to the right Entire workflow.

The repo is a collection of shell-based skills installable across multiple coding agents (Claude, Codex, Cursor, Copilot, Gemini, OpenCode) with no external dependencies beyond the Entire CLI itself. It's designed for teams using Entire to capture development context and want agents to leverage that captured history automatically during coding tasks.

Contributors