opencode-kanban-cli
Installation
SKILL.md
opencode-kanban-cli
Use this skill to run opencode-kanban commands correctly and avoid common argument mistakes.
When to use
- The user asks how to use
opencode-kanbanfrom terminal scripts. - The user hits CLI parsing errors (
--project,--id, selector conflicts). - The user needs ready-to-copy command examples for task/category workflows.
Instructions
- Start by applying these global CLI rules:
- For all non-TUI commands,
--project <PROJECT>is required. --projectand--jsonare global and can appear before or after subcommands.- The project must already exist, otherwise the CLI returns
PROJECT_NOT_FOUND.
- For all non-TUI commands,