Back to list
jbhicks

clai-debug

by jbhicks

An AI interface, built for local AI, by AI. AlrAIght?

0🍴 0📅 Jan 24, 2026

SKILL.md


name: clai-debug description: Debug and inspect CLAI TUI state, viewport content, and conversation history

CLAI Debug

This skill provides tools for inspecting and debugging the CLAI terminal user interface.

Use this when you need to:

  • Inspect current UI state and viewport content
  • Check terminal and pane dimensions
  • Retrieve conversation history
  • Test keyboard interactions
  • Verify UI changes after code modifications
  • Debug TUI rendering issues

All tools communicate with the CLAI debug server via Unix socket at /tmp/clai.sock.

Available Tools

Once loaded, the following MCP tools become available:

  • ping - Test connectivity to the debug server
  • inspect - Get full UI inspection including viewport content, dimensions, and state
  • inspect_styles - Get structured viewport dimensions and state info (JSON format)
  • get_history - Get the conversation history/messages
  • send_key - Send a keystroke to the TUI (e.g., "enter", "ctrl+h", "up", "down")
  • type_text - Type text into the input field
  • send_message - Inject a message into the conversation
  • switch_pane - Switch between chat and log panes

Workflow

  1. Load this skill when you need to inspect CLAI's UI state
  2. Use the inspect tool to see current viewport content and dimensions
  3. Use inspect_styles for structured JSON data about layout
  4. Use send_key or type_text to test interactions
  5. Use get_history to verify conversation flow

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon