ACE - Handbook Integration Gemini
Gemini CLI provider integration for ACE handbook skills and workflows.
<a href="https://rubygems.org/gems/ace-handbook-integration-gemini"><img alt="Gem Version" src="https://img.shields.io/gem/v/ace-handbook-integration-gemini.svg" /></a>
<a href="https://www.ruby-lang.org"><img alt="Ruby" src="https://img.shields.io/badge/Ruby-3.2+-CC342D?logo=ruby" /></a>
<a href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-blue.svg" /></a>
Works with: Claude Code, Codex CLI, OpenCode, Gemini CLI, pi-agent, and more.
ace-handbook
ace-handbook-integration-gemini projects canonical ACE handbook skills into Gemini-native manifest assets so that skill invocations from Gemini CLI resolve to the correct provider entrypoints while preserving shared semantics from ace-handbook.
Use Cases
Run ACE skill workflows in Gemini-native stacks - preserve canonical behavior while using Gemini-native projection format, so agents running under Gemini CLI get the same skill intent as any other provider.
Centralize skill updates - keep shared definitions in ace-handbook and avoid provider-specific drift by generating Gemini projections from one canonical source.
Ship lean provider packs - support only the provider shims and manifests needed for Gemini compatibility, keeping integration scope minimal.
Testing
This package is fast-only in the ACE testing model.
- Deterministic test coverage lives under
test/fast/. - This migration does not introduce
test/feat/ortest/e2e/for this package.
Verification commands:
ace-test ace-handbook-integration-geminiace-test ace-handbook-integration-gemini all
Part of ACE