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/ortest/e2e/for this package.
Verification commands:
ace-test ace-handbook-integration-piace-test ace-handbook-integration-pi all
Part of ACE