Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/fy0/codekanban/codekanban-clinpx skills add fy0/CodeKanban --skill codekanban-cligit clone --depth 1 https://github.com/fy0/CodeKanbanWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00102 | $0.02230 |
| Opus 5 | $0.00051 | $0.01115 |
| Sonnet 5 | $0.00020 | $0.00446 |
| Haiku 4.5 | $0.00010 | $0.00223 |
Grade A, and why
codekanban-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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, andterminaloperations. - Prefer
web-sessionfor structured interactive AI work. - Use
workflow startonly when the user explicitly wants a PTY-style startup flow. - Use
terminal continueonly when the user explicitly wants to continue an existing terminal session.
Command boundary
The CLI surface is limited to the scopes documented here: project, web-session, workflow, session, terminal, file, and auth. The former Kanban task scope is removed; do not invent task or board API calls. For repository work, send instructions through web-session or use the file commands.
Prerequisites
codekanban-cliis installed and available onPATH- 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:
codekanban-cli project list
If the service requires auth, save a token once:
printf '%s' '<PASSWORD>' | codekanban-cli auth save-token --password-stdin
You can also save a token directly:
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.jsonor~/.config/codekanban-cli/session.json
Project targeting rules
Target selection priority:
--project-id--project-name- local current directory fallback for local servers only
- explicit
--path
Use these project helpers first when the user refers to a project by name:
codekanban-cli project list
codekanban-cli project resolve --project-name codekanban
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 226 lines · 102 tokens per session scan A 27e1628fe4c7
codekanban-cli is a skill published in the GitHub repository fy0/CodeKanban (225 stars, last pushed 2d ago), licensed Apache-2.0. It adds 102 tokens to every session and 2,230 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
council-router
Route code reviews to appropriate council members. Use when reviewing PRs, architecture decisions, or significant code changes that need expert perspective.
coss
Helps implement coss UI components correctly. Use when building UIs with coss primitives (buttons, dialogs, selects, forms, menus, tabs, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger-based overlays, or troubleshooting coss component behavior. Covers imports, accessibility…
kanban-board
To do / In progress / In review / Done 四列, 卡片 + 头像 + 泳道.
moai-kanban-foreman
One unattended kanban foreman iteration: watch the backlog queue, dispatch the next operator-picked card to an isolated worker, collect completion evidence on read (not on claims), and report. This is the body the project's loop.md driver invokes each iteration of a bare /loop; it can also be invoked directly to test…
moai-workflow-project
Integrated project management system covering documentation, language initialization, template optimization, docs generation, and JIT document loading. Absorbed from moai-workflow-templates, moai-docs-generation, and moai-workflow-jit-docs.
review-checklist
Creates a local checklist for code review notes provided in the current task.