kanban-board

A GitHub issue-board assistant for the CodelyTV agentic programming course repository. GitHub issues are tracked work items such as bugs, tasks, or feature requests.

In plain words
What is it for?
Use it to list open issues, read a specific issue and its acceptance requirements, prepare an implementation plan, and close finished issues with a summary.
Why use it?
It saves time when checking the work queue and makes issue handling more structured by reviewing the request before work begins and recording what was completed.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/codelytv/agentic_programming-course/kanban-board
Any agent
npx skills add CodelyTV/agentic_programming-course --skill kanban-board
Clone the repo
git clone --depth 1 https://github.com/CodelyTV/agentic_programming-course

Made for: Claude Code, Codex.

Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 298 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00020 $0.00298
Opus 5 $0.00010 $0.00149
Sonnet 5 $0.00004 $0.00060
Haiku 4.5 $0.00002 $0.00030

Measured 2d ago against content hash fc8e4db75108, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

kanban-board 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 2d 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.

10-conclusions/1-all_together/.agents/skills/kanban-board/SKILL.md · 49 lines

What it actually says

Kanban Board

Repository: CodelyTV/agentic_programming-course

All commands require --repo CodelyTV/agentic_programming-course.

Commands

List open issues:

gh issue list --repo CodelyTV/agentic_programming-course

View a specific issue:

gh issue view <number> --repo CodelyTV/agentic_programming-course

Close an issue:

gh issue close <number> --repo CodelyTV/agentic_programming-course

Behavior

Without arguments

List all open issues and show a summary to the user.

With an issue ID as argument (e.g. /kanban-board 42)

  1. Read the issue using gh issue view <id>.
  2. Analyze the description, acceptance criteria, and labels.
  3. Present an implementation plan to the user with:
    • Summary of what the issue asks for.
    • Potential risks or open questions.

After completing work on an issue

Close the issue with a comment summarizing what was done:

gh issue close <number> --repo CodelyTV/agentic_programming-course --comment "Done: <brief summary>"
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. 2d ago First seen · 49 lines · 20 tokens per session scan A fc8e4db75108

Subscribe to this mod's changes

kanban-board is a skill published in the GitHub repository CodelyTV/agentic_programming-course (38 stars, last pushed 4mo ago), licensed MIT. It adds 20 tokens to every session and 298 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-30.

Related

Other skills, from other repositories

manim-composer

Trigger when: (1) User wants to create an educational/explainer video, (2) User has a vague concept they want visualized, (3) User mentions "3b1b style" or "explain like 3Blue1Brown", (4) User wants to plan a Manim video or animation sequence, (5) User asks to "compose" or "plan" a math/science visualization.…

calesthio/OpenMontage · 174 tokens

manager

Sync session work into GitHub issues, or query track status across repos. Write: find/update issue + W-label. Read: "что по ". Triggers: "создай issue", "синкни сессию", "manager". Not day/week plans (daily-tasks).

serejaris/personal-corp-os · 63 tokens

corp-doctor

Use when a Personal Corp operating loop needs setup, repair, a new department, or task routing: HQ files and agent rules, GitHub issue workflow, corp- owner map, department repositories, or deciding which repo an issue belongs to. Triggers: "corp doctor", "почини контур", "заведи отдел", "куда положить задачу"…

serejaris/personal-corp-os · 102 tokens

pm-prioritize

Use when ranking a list of requirements, features, or backlog items using RICE / ICE / MoSCoW / Kano. Built-in decision tree picks the right framework based on data availability and decision context. Output is a transparent matrix, 2×2 Impact/Effort quadrant, and a Sprint allocation proposal. User-invoked only — do…

serejaris/personal-corp-os · 140 tokens

pm-roadmap

Сводит статус итерации, оценивает прогресс milestones, фиксирует изменения приоритетов, отслеживает зависимости и выдаёт roadmap в формате Now/Next/Later с атрибуцией задержек по 5 причинам, health score и фреймворком обрезки scope при нехватке ресурсов. User-invoked only — do NOT auto-trigger. Triggers on…

serejaris/personal-corp-os · 128 tokens

retro

Use when the user asks for "ретро", "обзор недели", or "что было за неделю" and the department needs a fact-based closeout plus its next Area goal.

serejaris/personal-corp-os · 39 tokens