knbn

knbn is a skill for Claude Code from Xakki/ai-agents-skills. It costs 25 tokens per session (159 once invoked), scanned A, original, MIT.

An alternate command name for a Kanban workflow. Kanban is a way to track work as cards moving through stages such as planned, active, and done.

In plain words
What is it for?
Use it whenever the Kanban workflow is requested under the name knbn.
Why use it?
It provides a shorter invocation while keeping the same behavior as the main Kanban workflow.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ai-agents-skills plugin — 23 skills, 3 agents, 6 hooks shipped together

Good fit Use it whenever the Kanban workflow is requested under the name knbn.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xakki/ai-agents-skills/knbn
Install

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.

Any agent
npx skills add Xakki/ai-agents-skills --skill knbn
Clone the repo
git clone --depth 1 https://github.com/Xakki/ai-agents-skills

Made for: Claude Code.

Or install ai-agents-skills, the plugin that ships this one along with the rest of its 23 skills, 3 agents, 6 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for knbn

README.md
[![agentmods](https://agentmods.dev/badge/skills/xakki/ai-agents-skills/knbn/github.svg)](https://agentmods.dev/skills/xakki/ai-agents-skills/knbn)
Your own site
<a href="https://agentmods.dev/skills/xakki/ai-agents-skills/knbn"><img src="https://agentmods.dev/badge/skills/xakki/ai-agents-skills/knbn/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for knbn

Your own site · 80×15
<a href="https://agentmods.dev/skills/xakki/ai-agents-skills/knbn"><img src="https://agentmods.dev/badge/skills/xakki/ai-agents-skills/knbn.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 159 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.00159
Opus 5 $0.00013 $0.00079
Sonnet 5 $0.00005 $0.00032
Haiku 4.5 $0.00003 $0.00016

Measured 11d ago against content hash 7e368f48089e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

knbn 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 11d ago.

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.

skills/knbn/SKILL.md · 16 lines

What it actually says

knbn — Kanban alias

knbn is the portable invocation alias for the shared kanban workflow. It deliberately has its own real skill directory rather than being a symbolic link: all supported plugin runtimes discover skills/*/SKILL.md, while symlink traversal is not a cross-runtime compatibility guarantee.

Load and follow the canonical kanban skill for the complete board lifecycle, scripts, and safety rules. knbn adds no behavior and must stay semantically identical to kanban.

Changes

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.

  1. 11d ago First seen · 16 lines · 25 tokens per session scan A 7e368f48089e

Subscribe to this mod's changes

knbn is a skill published in the GitHub repository Xakki/ai-agents-skills (6 stars, last pushed 20d ago), licensed MIT. It adds 25 tokens to every session and 159 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

timeline-creator

Create HTML timelines and project roadmaps with Gantt charts, milestones, phase groupings, and progress indicators. Use when users request timelines, roadmaps, Gantt charts, project schedules, or milestone visualizations.

mhattingpete/claude-skills-marketplace · 47 tokens

specs

Use when a rough user story, bug report, feature idea, piece of feedback, or an implementation plan should be recorded as a GitHub issue — "file a ticket for this", "open an issue", "write this up for the backlog", "we should track this", "log this bug", "spec this out as a ticket so we can pick it up later" — i.e.…

The01Geek/prflow · 125 tokens

process-doc

Turn an operational process into a clear SOP, role model, control map, and improvement backlog.

KunAgent/Kun · 22 tokens

ag-pipeline-issue

Pipeline Issue→SPEC→Build→Verify→Test. Toda GitHub Issue gera SPEC antes de implementar, e toda implementacao e verificada contra a SPEC e testada. Use when starting work on a GitHub Issue.

andregusman-raiz/a-gusman-claude · 51 tokens

ag-team-terminais

Protocolo para 2+ sessoes Claude interativas em terminais separados trabalharem no MESMO repo com objetivos distintos. Coordenador + workers, manifesto duravel em docs/ai-state/team/, mensagens nativas via ListAgents/SendMessage, worktree por worker. Modos: init | join | status | fechar. Para teammates dentro de UMA…

andregusman-raiz/a-gusman-claude · 86 tokens

ag-registrar-issue

Registra GitHub Issues para problemas nao resolvidos imediatamente. Recebe contexto via SendMessage de outros agents. Dedup, labels, severidade. Use when an agent finds a problem it cannot fix now.

andregusman-raiz/a-gusman-claude · 49 tokens