vibe-kanban AGENTS.md

vibe-kanban AGENTS.md is an instructions file for Codex, OpenCode from BloopAI/vibe-kanban. It costs 1,005 tokens per session, scanned A, original, Apache-2.0.

Project-specific instructions for working on Vibe Kanban, an application with Rust backend code and React and TypeScript web interfaces. They explain its folders, shared generated types, and development practices.

In plain words
What is it for?
Finding backend and frontend code, working with shared types, preparing development assets, and following repository build and test rules.
Why use it?
They help coding agents place changes in the right package and avoid editing generated files or breaking the shared Rust-to-TypeScript data structures.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

About the project

Vibe Kanban is a task-planning and workspace tool where coding agents carry out work on branches with terminals and development servers. Teams and individual developers use kanban issues to assign tasks, review changes, preview applications, and create pull requests across supported agents. The catalogue contains instructions for using it with coding agents.

BloopAI/vibe-kanban · 28,012 stars · on GitHub · vibekanban.com

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 instructions/bloopai/vibe-kanban/agents-md
Clone the repo
git clone --depth 1 https://github.com/BloopAI/vibe-kanban

Made for: Codex, OpenCode.

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 vibe-kanban AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bloopai/vibe-kanban/agents-md.svg)](https://agentmods.dev/instructions/bloopai/vibe-kanban/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/bloopai/vibe-kanban/agents-md"><img src="https://agentmods.dev/badge/instructions/bloopai/vibe-kanban/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,005 This file is loaded in full into every session.
When invoked 1,005 The same file — it is already loaded in full.
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.1 $0.01005 $0.01005
Opus 5 $0.00502 $0.00502
Sonnet 5 $0.00201 $0.00201
Haiku 4.5 $0.00101 $0.00101

Measured 6d ago against content hash c82e8bb68b45, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

vibe-kanban AGENTS.md 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 59 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

  • crates/: Rust workspace crates — server (API + bins), db (SQLx models/migrations), executors, services, utils, git (Git operations), api-types (shared API types for local + remote), review (PR review tool), deployment, local-deployment, remote.
  • packages/local-web/: Local React + TypeScript app entrypoint (Vite, Tailwind). Shell source in packages/local-web/src.
  • packages/remote-web/: Remote deployment frontend entrypoint.
  • packages/web-core/: Shared React + TypeScript frontend library used by local + remote web (packages/web-core/src).
  • shared/: Generated TypeScript types (shared/types.ts, shared/remote-types.ts) and agent tool schemas (shared/schemas/). Do not edit generated files directly.
  • assets/, dev_assets_seed/, dev_assets/: Packaged and local dev assets.
  • npx-cli/: Files published to the npm CLI package.
  • scripts/: Dev helpers (ports, DB preparation).
  • docs/: Documentation files.

Crate-specific guides

Managing Shared Types Between Rust and TypeScript

ts-rs allows you to derive TypeScript types from Rust structs/enums. By annotating your Rust types with #[derive(TS)] and related macros, ts-rs will generate .ts declaration files for those types. When making changes to the types, you can regenerate them using pnpm run generate-types Do not manually edit shared/types.ts, instead edit crates/server/src/bin/generate_types.rs

For remote/cloud types, regenerate using pnpm run remote:generate-types Do not manually edit shared/remote-types.ts, instead edit crates/remote/src/bin/remote-generate-types.rs (see crates/remote/AGENTS.md for details).

Read the full file on GitHub · 59 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. 6d ago First seen · 59 lines · 1,005 tokens per session scan A c82e8bb68b45

Subscribe to this mod's changes

vibe-kanban AGENTS.md is an instructions file published in the GitHub repository BloopAI/vibe-kanban (28,012 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 1,005 tokens to every session, about $0.0050 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.