vibe-stack AGENTS.md

vibe-stack AGENTS.md is an instructions file for Codex, OpenCode from f-amine/vibe-stack. It costs 1,173 tokens per session, scanned C, original, MIT.

A set of project instructions for AI agents working on the Vibestack codebase. It explains setup, the development workflow, project limits, and where to find the relevant guides.

In plain words
What is it for?
It helps agents initialize the project, choose the right workflow for a task, read architecture decisions, and follow restrictions around code, dependencies, migrations, and documentation.
Why use it?
It gives an agent the project context and rules it needs before making significant changes. It also explains how the app behaves when optional configuration is missing.

Instructions file for CodexOpenCode

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/f-amine/vibe-stack/agents-md
Clone the repo
git clone --depth 1 https://github.com/f-amine/vibe-stack

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-stack AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/f-amine/vibe-stack/agents-md.svg)](https://agentmods.dev/instructions/f-amine/vibe-stack/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/f-amine/vibe-stack/agents-md"><img src="https://agentmods.dev/badge/instructions/f-amine/vibe-stack/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,173 This file is loaded in full into every session.
When invoked 1,173 The same file — it is already loaded in full.
Security scan C 1 finding. 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.01173 $0.01173
Opus 5 $0.00587 $0.00587
Sonnet 5 $0.00235 $0.00235
Haiku 4.5 $0.00117 $0.00117

Measured today against content hash 6bb1a18155c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

vibe-stack AGENTS.md scanned grade C with 1 finding 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 today.

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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- No `rm -rf` outside scratch directories.
AGENTS.md · 48 lines

How it starts

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

Agents guide

vibestack is designed to be operated by AI agents in addition to humans. The skill workflow under .claude/skills/ is the canonical way to do non-trivial work.

First-time setup

If .env does not exist, run pnpm init:app (interactive wizard: product name rename, feature toggles, optional API keys, .env with a generated BETTER_AUTH_SECRET) or /setup in Claude Code for the conversational version — never read or print existing .env values. pnpm rename <name> does just the rename (lockfile-safe; run pnpm install after).

Zero-key boot: the app boots without any third-party keys — only DATABASE_URL + BETTER_AUTH_SECRET (+ URL vars) are required. Missing keys degrade or hide their feature: auth emails print to the dev console, billing doesn't mount without Polar, storage errors only when used without R2, /api/health reports them as disabled. See ADR-0009.

Already running? Skip to the workflow.

Workflow

Before doing anything non-trivial:

  1. Read CLAUDE.md, CONTEXT.md, and the relevant docs/adr/*.md.
  2. Pick the entry skill based on the kind of work:
    • New feature or capability/grill-with-docs/to-prd/to-issues/tdd/review
    • Any frontend / UI change/impeccable is mandatory before writing or editing component / page / styling code. Covers redesigns, new screens, "make this look better", spacing, colour, motion, copy, empty states. Holds even when the user did not name the skill. See ADR-0005.
    • Instagram Reels / short-form video / TikTok / YouTube Shorts/video-writer. Swarm: researcher → script writer → [voice + SFX + music] parallel → motion designer → renderer → publisher. Reels are pure typographic / UI-mockup composition — no AI-generated stills on this surface. Output: 30-90s 9:16 MP4 + all assets under apps/marketing/public/reels/<slug>/. Remotion composition lives at packages/video/src/compositions/Reel.tsx. See ADR-0008.
    • Long-form blog posts / journal / content marketing/blog-writer. Swarm: researcher → writer → (SEO editor + image producer in parallel) → publisher. 15-20 min read, multiple Gemini inline images, draft MDX in apps/marketing/content/blog/. See ADR-0007.
    • SEO / GEO / Search Console / organic traffic / keyword research / meta tags / schema / broken links / Core Web Vitals — route to toprank. Skills: /toprank:seo-analysis, /toprank:keyword-research, /toprank:content-writer, /toprank:geo-optimizer, /toprank:meta-tags-optimizer, /toprank:schema-markup-generator, /toprank:broken-link-checker, /toprank:seo-page. Uses live Google Search Console + PageSpeed Insights via OAuth. See ADR-0006.
    • Google Ads / Meta Ads / paid acquisition — also toprank. Skills: /toprank:google-ads-audit, /toprank:google-ads-manage, /toprank:google-ads-copy, /toprank:google-ads-landing, /toprank:meta-ads-audit, /toprank:meta-ads-manage. Connects via the NotFair-GoogleAds and NotFair-MetaAds HTTP MCPs in .mcp.json.
    • Bug report/diagnose/tdd
    • Refactor itch/improve-codebase-architecture (requires maintainer approval; propose an ADR before changing structure)
    • Spike / design exploration/prototype (throwaway, then formalise)
    • Triage/triage for incoming issues
  3. Do not push code without an issue.

Read the full file on GitHub · 48 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. today First seen · 48 lines · 1,173 tokens per session scan C 6bb1a18155c2

Subscribe to this mod's changes

vibe-stack AGENTS.md is an instructions file published in the GitHub repository f-amine/vibe-stack (21 stars, last pushed 2mo ago), licensed MIT. It adds 1,173 tokens to every session, about $0.0059 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other instructions, from other repositories