[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2787":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":15,"lastSyncTime":29,"discoverSource":30},2787,"skills","entireio\u002Fskills","entireio","✨ Cross-agent skills that help coding agents use Entire context from Checkpoints, sessions, and git history to search past work, explain code, and hand off sessions.","",null,"JavaScript",179,7,1,2,0,4,21,12,2.71,"MIT License",false,"main",true,[5],"2026-06-12 02:00:43","![skills cover](assets\u002Fgh-repo-cover.png)\n\n# skills\n\nBring your Entire context to your agents with cross-agent skills.\n\n## Why This Exists\n\nThe [Entire CLI](https:\u002F\u002Fgithub.com\u002Fentireio\u002Fcli) captures the context behind your\ncode changes: prompts, transcripts,\n[Checkpoints](https:\u002F\u002Fdocs.entire.io\u002Fcli\u002Fcheckpoints), and the decisions that led\nto each change, alongside your git history. This repository packages\nagent-invokable workflows that teach coding agents how to use that context across\ndevelopment environments.\n\nInstead of looking up Entire commands yourself, you can ask in plain language and\nlet your agent search prior work, inspect provenance, hand off session state, or\nturn repeated workflows into new skills.\n\n## Install\n\nInstall every skill with the [skills](https:\u002F\u002Fskills.sh\u002F) CLI:\n\n```bash\nnpx skills add https:\u002F\u002Fgithub.com\u002Fentireio\u002Fskills --all\n```\n\nInstall one skill:\n\n```bash\nnpx skills add https:\u002F\u002Fgithub.com\u002Fentireio\u002Fskills --skill search\n```\n\nSee [Agent-Specific Installation](#agent-specific-installation) for setup\ninstructions by agent.\n\n## Quick Start\n\n> [!NOTE]\n> These skills are most useful in codebases with real\n> [Checkpoints](https:\u002F\u002Fdocs.entire.io\u002Fcli\u002Fcheckpoints) and session history. The\n> richer the history, the more context your agent has to work with; in a new or\n> lightly captured repository, some workflows may have less to find or explain.\n\nAfter installing, ask your agent for the workflow you want:\n\n```text\nsearch past work for rate limiting\n```\n\n```text\nexplain src\u002Fauth.ts\n```\n\n```text\nwhat happened here: src\u002Fauth.ts:42-57\n```\n\n```text\nhand off this session\n```\n\n```text\nturn my release notes workflow into a skill\n```\n\nFor a guided walkthrough, see the\n[skills tutorial](https:\u002F\u002Fdocs.entire.io\u002Fskills\u002Ftutorial).\n\n## What skills help agents do\n\n| Goal | Example prompt |\n| --- | --- |\n| Find prior work before making changes | `search past work for the migration` |\n| Understand the intent behind a function, file, or line | `explain parseConfig` |\n| Investigate the latest change to a specific block | `what happened at src\u002Fauth.ts:42` |\n| Pick up another agent's work | `hand off the codex session` |\n| Convert repeated work into a reusable workflow | `make a skill from this session` |\n\n## Included skills\n\nThe current repository includes these skills. Each skill lives in\n`skills\u002F\u003Cskill-name>\u002FSKILL.md`.\n\n### `search`\n\nFinds prior work in your Entire history by topic, repo, branch, author, or time\nwindow, so your agent can bring past context into the current task before making\nchanges.\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F52e50eae-ba53-4f31-ad2e-2a29a767a34f\n\n### `explain`\n\nLooks up the session behind a function, file, or line so your agent can explain\nthe requirement, decision, or original problem that shaped it.\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002Fab2e88f6-9bce-417b-ba71-6e93ecad370b\n\n### `what-happened`\n\nStarts from an exact file line, range, or pasted snippet and traces the latest\nchange with `git blame` and Checkpoint context. Useful when reviewing a concrete\nblock, debugging a regression, or asking why that block changed.\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F47db0daa-60bd-4000-b956-2d0e4d980b9b\n\n### `session-handoff`\n\nReads saved or active session context so another agent can pick up the task\nstate, important discoveries, blockers, and next steps without making you\nreconstruct everything manually.\n\nhttps:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F0df3b5cd-fe37-4145-af48-138642ccc8bc\n\n### `session-crosslink`\n\nLinks an agent session that ran outside the repo whose commits should record it\n— launched from a higher-level folder, a non-Entire repo, or one repo but\nediting another — to each affected Entire-enabled repo's HEAD commit. Previews\nwith `--dry-run` then amends on confirmation, no manual `cd` orchestration.\n\n## Requirements\n\nThese skills are designed for repositories where Entire has captured useful\nhistory. Some workflows need:\n\n- the [Entire CLI](https:\u002F\u002Fgithub.com\u002Fentireio\u002Fcli) installed\n- a git repository with Entire sessions, Checkpoints, or Checkpoint-backed commits\n- [`entire login`](https:\u002F\u002Fdocs.entire.io\u002Fcli\u002Fcommands#login) for workflows that\n  search indexed history\n- a GitHub `origin` and pushed, indexed Checkpoints for remote search results\n\nIndividual skills handle missing context differently and should explain what is\nmissing before falling back or stopping.\n\n## Agent-Specific Installation\n\n\u003C!-- prettier-ignore-start -->\n\n\u003Cdetails>\n\u003Csummary>Claude Code\u003C\u002Fsummary>\n\n```bash\n\u002Fplugin marketplace add entireio\u002Fskills\n\u002Fplugin install entire\n```\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>Codex (OpenAI)\u003C\u002Fsummary>\n\nClone into the cross-client discovery path:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fentireio\u002Fskills.git ~\u002F.agents\u002Fskills\u002Fentire\n```\n\nCodex auto-discovers skills from `~\u002F.agents\u002Fskills\u002F` and `.agents\u002Fskills\u002F`.\nUpdate with:\n\n```bash\ncd ~\u002F.agents\u002Fskills\u002Fentire && git pull\n```\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>Cursor\u003C\u002Fsummary>\n\nCopy skills into the cross-client discovery directory:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fentireio\u002Fskills.git ~\u002F.cursor\u002Fskills\u002Fentire\n```\n\nCursor auto-discovers skills from `.agents\u002Fskills\u002F` and `.cursor\u002Fskills\u002F`.\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>Copilot\u003C\u002Fsummary>\n\n```bash\n\u002Fplugin install https:\u002F\u002Fgithub.com\u002Fentireio\u002Fskills\n# or\ngit clone https:\u002F\u002Fgithub.com\u002Fentireio\u002Fskills.git ~\u002F.copilot\u002Fskills\u002Fentire\n```\n\nCopilot auto-discovers skills from `.copilot\u002Fskills\u002F`.\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>Gemini CLI\u003C\u002Fsummary>\n\n```bash\ngemini extensions install https:\u002F\u002Fgithub.com\u002Fentireio\u002Fskills\n```\n\nUpdate with:\n\n```bash\ngemini extensions update entire\n```\n\n\u003C\u002Fdetails>\n\n\u003Cdetails>\n\u003Csummary>OpenCode\u003C\u002Fsummary>\n\nCopy skills into the cross-client discovery directory:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fentireio\u002Fskills.git ~\u002F.agents\u002Fskills\u002Fentire\n```\n\nOpenCode auto-discovers skills from `.agents\u002Fskills\u002F`, `.opencode\u002Fskills\u002F`, and\n`.claude\u002Fskills\u002F`.\n\n\u003C\u002Fdetails>\n\n\u003C!-- prettier-ignore-end -->\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for local development, validation, and pull\nrequest guidance. Please also follow the\n[Code of Conduct](https:\u002F\u002Fgithub.com\u002Fentireio\u002F.github\u002Fblob\u002Fmain\u002FCODE_OF_CONDUCT.md).\n\n## Support\n\nFor bugs, feature requests, or questions, open a\n[GitHub issue](https:\u002F\u002Fgithub.com\u002Fentireio\u002Fskills\u002Fissues). You can also join the\n[Entire Community Discord Server](https:\u002F\u002Fdiscord.gg\u002FjZJs3Tue4S).\n\n## License\n\nThis project is licensed under the terms in [LICENSE](LICENSE).\n","entireio\u002Fskills 是一个用于增强编码代理能力的项目，通过利用来自检查点、会话和 Git 历史的完整上下文来搜索过往工作、解释代码和传递会话。核心功能包括跨开发环境使用这些上下文信息的能力，支持的功能有搜索、解释代码意图以及会话交接等。该项目基于 JavaScript 编写，并且可以通过 skills CLI 安装和管理各项技能。它特别适合于那些已经积累了丰富历史记录（如检查点和会话）的代码库中使用，能够帮助开发者更快地理解现有代码库并提高工作效率。","2026-06-11 02:51:15","CREATED_QUERY"]