A Claude Code skill that delegates coding tasks to Google's Gemini CLI via the Agent Client Protocol (ACP) -- structured JSON-RPC communication instead of shell subprocess piping.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
13
commits
docs: refine plan review gate instructions and adversarial prompt template
a6dd045View on GitHubdocs: add plan review gate participation to SKILL.md
7e8b198View on GitHubchore: update default models to Gemini 3 series
6ad61a2View on GitHubrefactor: optimize SKILL.md from 258 to 125 lines (-52%)
078603cView on GitHubfix: address code review findings (sanitizer, regex, tests, cleanup)
3528659View on GitHubfeat: cost-aware delegation with caching, token reporting, and parallel sessions
50ad05aView on GitHubdocs: finalize documentation for production-grade robustness
47c64a5View on GitHubfeat: progress-aware heartbeat watchdog for timeouts
8c6fc54View on GitHubdocs: update README with concurrency and isolation features
b0a4ef7View on GitHubfeat: unique temp files and session isolation
9840fd5View on GitHubAdd plugin marketplace manifest for directory crawlers
ec560f8View on GitHubInitial release: ACP-based Gemini bridge for Claude Code
fe80bc9View on GitHub