aigon-board

aigon-board is a skill for Claude Code, Codex from jayvee/aigon. It costs 11 tokens per session (1,120 once invoked), scanned A, original, Apache-2.0.

A visual board or detailed list for tracking features and research topics through workflow stages.

In plain words
What is it for?
Use it to view all work, or filter the board to features, research topics, or active items. It also shows command hints for taking actions.
Why use it?
It gives a quick view of what is active, what is finished, and what may need attention next.

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/jayvee/aigon/aigon-board
Any agent
npx skills add jayvee/aigon --skill aigon-board
Clone the repo
git clone --depth 1 https://github.com/jayvee/aigon

Made for: Claude Code, Codex.

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 aigon-board

README.md
[![agentmods](https://agentmods.dev/badge/skills/jayvee/aigon/aigon-board.svg)](https://agentmods.dev/skills/jayvee/aigon/aigon-board)
Your own site
<a href="https://agentmods.dev/skills/jayvee/aigon/aigon-board"><img src="https://agentmods.dev/badge/skills/jayvee/aigon/aigon-board.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,120 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.00011 $0.01120
Opus 5 $0.00005 $0.00560
Sonnet 5 $0.00002 $0.00224
Haiku 4.5 $0.00001 $0.00112

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

Security

Grade A, and why

aigon-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 4d 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.

.agents/skills/aigon-board/SKILL.md · 134 lines

How it starts

The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.

aigon-board

Visualize features and research topics in Kanban board or detailed list view.

IMPORTANT:

  • After running the command, display the board output directly in your response text (not just as a tool result) so the user can see it without expanding collapsed output. Copy the full output verbatim into a code block in your response.
  • The board output includes → /command action hints — make sure these are visible in your response, as they are the primary value of the board.
  • When suggesting what to work on next, reference items by their letter labels (e.g., "You could prioritize item c) create-plugin") and use the agent's native Aigon command format for suggestions (e.g., aigon-feature-prioritise c) rather than raw aigon ... CLI syntax.
aigon board $ARGUMENTS

Views

Default (Kanban): Visual board showing items across workflow stages

aigon board

List view: Detailed list with work mode indicators

aigon board --list

Filters

  • No filters: Shows both features and research (excludes done by default)
  • --features: Show only features
  • --research: Show only research topics
  • --active: Only in-progress items
  • --all: Include completed items
  • --inbox: Only inbox (unprioritized)
  • --backlog: Only backlog (prioritized, waiting)
  • --done: Only completed items
  • --no-actions: Suppress → /command action hints (clean view for scripting)

Indicators (Kanban View)

  • * = current active branch
  • [F] = Fleet mode
  • [AP] = Autopilot mode
  • a), b), c)... = letter shortcuts for quick prioritization

Quick Prioritize

Unprioritized inbox items show letter labels. Use them for quick prioritization:

# After running 'aigon board' and seeing:
# a) base-port-config
# b) create-plugin

aigon feature-prioritise b    # Quickly prioritizes "create-plugin"
aigon research-prioritise i   # Works for research too

Letters are saved in .aigon/.board-map.json (expires after 24 hours).

Read the full file on GitHub · 134 lines

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. 4d ago First seen · 134 lines · 11 tokens per session scan A 1bd263ba63d9

Subscribe to this mod's changes

aigon-board is a skill published in the GitHub repository jayvee/aigon (24 stars, last pushed 3d ago), licensed Apache-2.0. It adds 11 tokens to every session and 1,120 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.