Skip to main content

terminal-command-planner

Plan safe terminal commands for local shells, SSH terminals, PowerShell, Command Prompt, WSL, diagnostics, log inspection, service checks, and approval-based command assistance in KKTerm.

설치로 이동

소스 정보

저장소
ryantsai/KKTerm
최근 소스 활동
2026년 5월 20일 21:28
감지된 SKILL.md 언어
영어
스타
484
포크
60

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
terminal-command-planner
description
Plan safe terminal commands for local shells, SSH terminals, PowerShell, Command Prompt, WSL, diagnostics, log inspection, service checks, and approval-based command assistance in KKTerm.
# Terminal Command Planner Use this skill when the user asks for terminal commands, shell diagnostics, log checks, service inspection, or command explanations. ## Workflow 1. Determine whether the command targets a local terminal Session, an SSH Session, WSL, PowerShell, Command Prompt, or a generic shell. 2. Prefer read-only inspection before mutation. 3. Explain the intent and expected output before suggesting risky or unfamiliar commands. 4. Keep commands scoped to the named host, path, service, process, or file. 5. Avoid broad deletes, destructive disk operations, fork bombs, credential dumping, or irreversible system-wide changes. 6. For mutating commands, offer a safer dry run, preview, backup, or targeted form when practical. 7. Do not claim a command ran unless a tool result or session context proves it. 8. If the current shell is unknown, make the shell assumption explicit. 9. When translating between PowerShell, Command Prompt, WSL, and POSIX shells, call out syntax differences that matter. ## KKTerm Boundaries - Local Windows shells run through ConPTY; browser previews do not validate local terminal focus or input behavior. - SSH uses NativeSsh and can differ from local shell behavior. - Secrets must not be pasted into normal chat text. - User-facing status belongs in the workspace status bar when changing app state.
GitHub에서 보기