📄 skillActiveCuratedhigh
entireio/cli
by entireio
📜 Entire CLI hooks into your Git workflow to capture AI agent sessions as you work. Sessions are indexed alongside commits, creating a searchable record of how code was written in your repo.
Supported Platforms
🤖 Claude Code🧠Codex
Quality Breakdown
132/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Repository contains extensive multi-agent configuration and orchestration (.claude/agents/, .gemini/agents/, .codex/agents/) with multiple spawned agent definitions (dev.md, reviewer.md, test-doc.md, entire-search.md)
- Persistent configuration modification framework with .claude/, .gemini/, .entire/, .ferrata/, and .opencode/ directories containing settings.json and plugin definitions
- Shell script execution capability (.claude/scripts/remote-setup.sh, .devcontainer/post-create.sh, .devcontainer/run-with-keyring.sh, .gemini/test-hooks.sh, .claude/skills/test-repo/test-harness.sh)
- Git hook integration system (.codex/hooks.json) that automatically triggers agent sessions during Git workflows without explicit human approval gates per session
- Plugin and skill system with marketplace integration (.claude/plugins/.claude-plugin/marketplace.json) enabling dynamic code loading and agent extensibility
- DevContainer configuration with post-create automation scripts that execute during environment setup