← スキル一覧に戻る

terminal-context
by aelaguiz
codex/claude skills for automating interactions with the kitten terminal
⭐ 1🍴 0📅 2025年12月25日
SKILL.md
name: terminal-context description: >- Complete Kitty terminal awareness + control for coding agents: list panes/tabs, read scrollback, map ports→processes, parse per-pane git/last-command metadata (from shell hooks), and send commands/focus panes. Use when user mentions "another terminal", "is the server running", "what failed", or you need to run/inspect commands across panes.
terminal-context
Default rule
Prefer tc-context, tc-output, tc-send, and tc-watch over manual copy/paste when you need terminal state from other Kitty panes.
Quickstart
tc-context --summarytc-context --insightstc-output --cwd "$PWD" --lines 120 --match "error|failed|traceback"tc-send --cwd "$PWD" "npm test"tc-watch --cwd "$PWD" "ready|listening|compiled" --timeout 90
Safety contract
- Prefer read operations (
tc-context,tc-output) before sending commands to other panes. - Before destructive actions, confirm you have the correct pane and
cwd.
Setup
- For deterministic/non-interactive use, enable a Kitty socket (
listen_on) and install shell hooks. Seereferences/SETUP.md.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です