Set up the cxpak MCP server for the current project. Use when the user wants to enable cxpak tools or when cxpak MCP is not connected.
Install
npx skillscat add barnett-studios/cxpak/setup Install via the SkillsCat registry.
SKILL.md
cxpak Setup
Set up cxpak as an MCP server for this project. Run this command:
claude mcp add cxpak -- cxpak serve --mcp .This adds cxpak to the project's MCP configuration. After running, use /mcp to verify the connection.
If cxpak is not installed, install it first:
brew tap Barnett-Studios/tap && brew install cxpakOr via cargo:
cargo install cxpak