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/jayvee/aigon/aigon-boardnpx skills add jayvee/aigon --skill aigon-boardgit clone --depth 1 https://github.com/jayvee/aigonWrote 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.
[](https://agentmods.dev/skills/jayvee/aigon/aigon-board)<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>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.
| Model | Per session | Once 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 |
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.
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
→ /commandaction 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 rawaigon ...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→ /commandaction hints (clean view for scripting)
Indicators (Kanban View)
*= current active branch[F]= Fleet mode[AP]= Autopilot modea), 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).
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.
- 4d ago First seen · 134 lines · 11 tokens per session scan A 1bd263ba63d9
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.
Other skills, from other repositories
gh-file-issue
Use when filing a new Codewhale GitHub issue: turn a bug or idea into a well-formed, actionable issue with repro, acceptance criteria, labels, and milestone.
gh-treasure-hunt
Hunt the issue/PR queue for highest value-over-risk wins: clean focused community PRs, already-implemented issues to close, safe quick-fixes.
triage
Triage open herdr GitHub issues into a concise decision-first Markdown table. Use when the user says "triage", asks to triage open issues, asks which issues need attention, or wants issue priority/recommendation lights for herdr.
sprint-planning
Plan implementation sprints with story selection, goal definition, and execution ordering.
kanban-management
Initialize and manage Kanban board state for feature workflow tracking.
seeds-issue-audit
Audit and triage open Seeds (sd) issues — find which can be closed, auto-close high-confidence completed ones, and report borderline cases. Activate for prompts like "audit open issues", "which seeds issues can be closed", "clean up the issue tracker", "triage the seeds backlog".