Kitkat Agent Custom Skill
Integrate Intutic governance within developer environments using a workspace-level custom agent skill.
Claude Code, Cursor, Google Antigravity, OpenAI Codex, and other compatible agentic coding assistants natively load specialized instructions, guidelines, and system personalities from a structured customization directory in the workspace.
How it works
Instead of merging rules globally into host machine config files, you can place a pre-configured SKILL.md directly into your workspace. When the AI agent connects, it automatically reads the Kitkat skill rules to structure its prompts, FinOps attributes, and safety overrides locally.
Setup
1. Create the skill directory
Create the target skill directory at the root of your workspace:
mkdir -p .agents/skills/intutic-governance-kitkat2. Download the SKILL.md file
Download the pre-configured skill instruction template and save it directly in that directory:
3. Connect to Intutic
Boot the sync daemon and proxy to begin intercepting requests:
intutic connectYour agentic assistant will now detect the Kitkat governance persona, apply token predictions, and prompt-intercept through the local proxy port (4000).