ACE - Handbook Integration PI

pi-agent provider integration for ACE handbook skills and workflows. ACE Logo

Gem Version Ruby License: MIT

Works with: Claude Code, Codex CLI, OpenCode, Gemini CLI, pi-agent, and more.

ace-handbook ace-handbook-integration-pi translates canonical ACE handbook skills into PI provider assets so that skill invocations from pi-agent resolve to the correct provider entrypoints while preserving shared semantics from ace-handbook.

Use Cases

Consume canonical skills from PI tooling - keep provider-specific behavior while preserving shared semantics, so agents running under pi-agent get the same skill intent as any other provider.

Keep provider updates constrained - update projection assets inside this package instead of canonical definitions, keeping changes isolated from ace-handbook.

Enable incremental provider onboarding - add or update PI support independently of core ACE changes, maintaining a focused provider shim layer.

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/ or test/e2e/ for this package.

Verification commands:

  • ace-test ace-handbook-integration-pi
  • ace-test ace-handbook-integration-pi all

Part of ACE