ACE - Handbook Integration Claude
Claude Code provider integration for ACE handbook skills and workflows.
Works with: Claude Code, Codex CLI, OpenCode, Gemini CLI, pi-agent, and more.
ace-handbook
ace-handbook-integration-claude projects canonical ACE handbook skills into Claude-native runtime assets so that /as-* skills invoked from Claude Code resolve to the correct provider-specific entrypoints while preserving shared semantics defined in ace-handbook.
Use Cases
Run ACE workflows from Claude Code - load canonical skill semantics with Claude-specific packaging so that skills like /as-task-work and /as-git-commit work natively in Claude Code sessions.
Keep provider integration changes isolated - update Claude-specific manifests and projections inside this package without altering canonical handbook definitions managed by ace-handbook.
Standardize cross-provider behavior - preserve shared conventions while adapting to Claude Code's command surface, ensuring the same skill intent works across all supported providers.
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-claudeace-test ace-handbook-integration-claude all
Part of ACE