📄 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

Stars

4.5k

Skill Type

🔄 Business Process & Team Automation

Quality Score

132/200

License

MIT

Forks

344

Last Updated

Jun 11, 2026

Discovered

Apr 17, 2026

Validation

Passed

github.com/entireio/cli

Quality Breakdown

132/ 200

Content Signals

✓Gotchas/Edge Cases+40
✓Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
✓Code Examples+15
✓Composability+15

Repo Health

✓Recent Activity+15
✓Scripts/Automation+10
✓Real Usage (Issues)+10
â—‹Single Responsibility+10
✓Config/Persistence+10
✓Install Instructions+5

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.

Unverified skill. Always review source code before installing any skill from an unknown author.

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