Acerca de
Acts as a shared utility and abstraction layer for invoking `@fractary/cli` commands. This skill is designed to be used by other Codex skills, providing a standardized and reliable way to interact with the command-line tool. It handles the complexities of validating the CLI installation (supporting both global and npx), executing commands with the required `--json` flag, parsing structured output, and returning actionable error messages. This simplifies the development of other skills by decoupling them from the direct implementation details of the CLI.