codekanban-cli

Solid

Operate CodeKanban workflows, terminal sessions, and web sessions through the installable `codekanban-cli` command. Use when the user wants to create, inspect, control, watch, or continue CodeKanban AI work from a project path, project ID, or project name without relying on repository-local helper scripts. Prefer `web-session` for structured interactive work, and use `workflow start` or `terminal continue` only when the user explicitly wants PTY-style terminal behavior.

AI & Automation 216 stars 22 forks Updated 4 days ago Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
78
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CodeKanban CLI Use this skill after installing the `codekanban-cli` package and copying this packaged skill into the user's Codex skills directory. ## When to use this skill - Use it for CodeKanban `project`, `web-session`, `workflow`, `session`, and `terminal` operations. - Prefer `web-session` for structured interactive AI work. - Use `workflow start` only when the user explicitly wants a PTY-style startup flow. - Use `terminal continue` only when the user explicitly wants to continue an existing terminal session. ## Prerequisites - `codekanban-cli` is installed and available on `PATH` - The CodeKanban service is reachable - Default service URL is `http://127.0.0.1:3007` - If auth is enabled, save a token once with `codekanban-cli auth save-token` ## First-time initialization If the service is open and does not require auth, you can start immediately: ```bash codekanban-cli project list ``` If the service requires auth, save a token once: ```bash printf '%s' '<PASSWORD>' | codekanban-cli auth save-token --password-stdin ``` You can also save a token directly: ```bash codekanban-cli auth save-token --token-file <TOKEN_FILE> ``` Saved session data lives in a user-level config directory, not in a repository: - Windows: `%APPDATA%\codekanban-cli\session.json` - macOS/Linux: `$XDG_CONFIG_HOME/codekanban-cli/session.json` or `~/.config/codekanban-cli/session.json` ## Project targeting rules Target selection priority: 1. `--project-id` 2. `--project-name` 3. loc...

Details

Author
fy0
Repository
fy0/CodeKanban
Created
8 months ago
Last Updated
4 days ago
Language
Go
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category