peky
Installation
SKILL.md
peky
Overview
Use this skill to operate peky safely and predictably from the CLI, especially when automating or controlling panes via an AI agent.
Quick Rules (read first)
- Do not guess flags. Use
peky <command> --helpbefore running. - Use
--yesfor side effects to avoid hanging prompts in non-interactive runs. - Scopes are only
session|project|all. Never pass project names to--scope. - Project scope requires focus. If you see "focused project unavailable," run
peky session focus --name <session>first. - Prefer pane IDs for precision. Use
pane list --jsonand pick the paneid. - Shortcut: use
--pane-id @focusedto target the currently focused pane. pane adddefaults to active pane. For deterministic automation, pass--pane-idor--session+--index.
Targeting: Session vs Project vs Pane ID
- Find session names
peky session list