ACE - Handbook Integration Claude

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

Verification commands:

  • ace-test ace-handbook-integration-claude
  • ace-test ace-handbook-integration-claude all

Part of ACE