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 instructions/f-amine/vibe-stack/agents-mdgit clone --depth 1 https://github.com/f-amine/vibe-stackWrote 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/instructions/f-amine/vibe-stack/agents-md)<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>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.01173 | $0.01173 |
| Opus 5 | $0.00587 | $0.00587 |
| Sonnet 5 | $0.00235 | $0.00235 |
| Haiku 4.5 | $0.00117 | $0.00117 |
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. 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:
- Read
CLAUDE.md,CONTEXT.md, and the relevantdocs/adr/*.md. - 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 —
/impeccableis 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 underapps/marketing/public/reels/<slug>/. Remotion composition lives atpackages/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 inapps/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 —
/triagefor incoming issues
- New feature or capability —
- Do not push code without an issue.
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.
- today First seen · 48 lines · 1,173 tokens per session scan C 6bb1a18155c2
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.
Other instructions, from other repositories
openmonetis AGENTS.md
AGENTS.md instructions for felipegcoutinho/openmonetis, covering agents.md - openmonetis, related projects, critical rules, architecture and feature-first.
codeguide-starter-fullstack CLAUDE.md
Claude Code instructions for CodeGuide-dev/codeguide-starter-fullstack, covering claude code task management guide, documentation available, mandatory task management workflow, step 1: discover tasks (mandatory) and step 2: start each task (mandatory).
create-better-t-stack AGENTS.md
AGENTS.md instructions for AmanVarshney01/create-better-t-stack, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and error handling conventions.
flarestarter AGENTS.md
Instructions for FlareStarter/flarestarter, covering agents.md, what this is, structure, conventions and commands.
kan AGENTS.md
AGENTS.md instructions for kanbn/kan, covering agents.md, project overview, setup commands, project structure and code style.
flarestarter CLAUDE.md
Instructions for FlareStarter/flarestarter: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.