auto-install
Install kit files into IDE's native layout so agents become subagent types, skills auto-trigger, and commands appear as slash-commands. Idempotent.
Instructions
IMPORTANT for first contact: project kit/ into the host's native layout (.claude/agents/, skills/, commands/) so 67 agents become real subagent_types in the Agent tool, 81 skills get native auto-trigger via descriptions, and 89 commands appear as /slash-commands in the IDE. Idempotent — re-running is a no-op if already in sync. Run once per project on first kit-mcp contact; restart the IDE session after to load the new agents/skills/commands. After restart, call ack-restart to clear the marker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | install: write files. check: read-only drift report. Default: install. | |
| target | No | IDE id (claude-code, cursor, …). Defaults to claude-code. | |
| projectRoot | No | Override the auto-detected project root. Usually omitted — server reads it from MCP roots capability. | |
| force | No | Re-write even if .kit-mcp-version already matches. Default: false. |