vibe-code-stack-for-ceos AGENTS.md

A repository guide for AI coding agents working in a Turborepo monorepo—a single codebase containing several apps, services, and shared packages. It maps the workspaces, commands, completion rules, and architecture rules.

In plain words
What is it for?
Use it to understand the repository layout, choose the right commands, follow workspace-specific rules, and check whether a change is complete.
Why use it?
It gives agents one agreed source of instructions, reducing conflicting guidance and accidental changes in the wrong part of the repository.

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/noahduongmaster/vibe-code-stack-for-ceos/agents-md
Clone the repo
git clone --depth 1 https://github.com/NoahDuongMaster/vibe-code-stack-for-ceos

Made for: Codex, OpenCode.

Per session 7,954 This file is loaded in full into every session.
When invoked 7,954 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 $0.07954 $0.07954
Opus 5 $0.03977 $0.03977
Sonnet 5 $0.01591 $0.01591
Haiku 4.5 $0.00795 $0.00795

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

Security

Grade A, and why

vibe-code-stack-for-ceos 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 3d 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.md · 622 lines

How it starts

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

AGENTS.md — Vibe Code Stack For CEOs

AI-first Turborepo monorepo (pnpm 11, Node 22, TypeScript strict): 3 frontend apps + 3 backend services + 3 shared packages, deployed to Cloudflare and private AWS EC2 infrastructure.

  • This file is the single source of truth for agent behavior. CLAUDE.md is a symlink to it — always edit AGENTS.md.
  • This is intentionally the ONLY AGENTS.md in the repo (no nested per-workspace files) — rules are scoped per workspace inside this file to avoid drift. Don't create nested agent files.
  • When a rule here conflicts with existing code, follow the rule and flag the code.

Monorepo map

Workspace Package What it is Deploys to
apps/dapp @apps/dapp Next.js 16 App Router (vinext/Vite) Cloudflare Workers
apps/admin @apps/admin React 19 SPA (Rsbuild + React Router, no RSC) Cloudflare Pages
apps/landing @apps/landing Astro static site (zero JS by default) Cloudflare Workers
services/trading-rpc @services/trading-rpc NestJS host on Fastify: Connect for edge + native Nest gRPC for Node services AWS EC2 (Docker/ECR/SSM)
services/admin-rpc @services/admin-rpc Admin-facing NestJS RPC facade; calls trading-rpc over native gRPC for coin data AWS EC2 (Docker/ECR/SSM)
services/api-gateway @services/api-gateway Edge gateway Worker (Hono: request-id, CORS, self-hosted Durable Object rate-limit, opt-in JWT auth, upstream proxy) Cloudflare Workers
packages/protocol @packages/protocol Protobuf schemas, buf codegen → src/gen/
packages/api-core @packages/api-core Shared RPC impl + CORS-aware fetch handler
packages/api-client @packages/api-client Typed Connect-RPC browser client

Rule scope: Server/Client Component rules apply to apps/dapp only. All three frontend apps use an FSD-inspired layered architecture with explicit bootstrap/screens names and framework-specific entrypoints documented below. The backend slice architecture applies to packages/api-core + services/* (see Architecture rules). Everything else (naming, testing, git, security) applies repo-wide.

Read the full file on GitHub · 622 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. 3d ago First seen · 622 lines · 7,954 tokens per session scan A 692d97e5a430

Subscribe to this mod's changes

vibe-code-stack-for-ceos AGENTS.md is an instructions file published in the GitHub repository NoahDuongMaster/vibe-code-stack-for-ceos (126 stars, last pushed 9d ago), licensed MIT. It adds 7,954 tokens to every session, about $0.0398 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.

Related

Other instructions, from other repositories

cladding CLAUDE.md

Instructions for qwerfunch/cladding, covering maintainer guide for ai-assisted work on cladding, spec authoring — always hash, never f-nnn, version bumps — use the script, detector additions — count is auto-recomputed and plugin manifest mirrors — built, not hand-authored.

qwerfunch/cladding · 2,335 tokens

cladding AGENTS.md

Instructions for qwerfunch/cladding, covering agents.md, 1. project, 2. setup, 3. verify before pushing and 4. code & comment style.

qwerfunch/cladding · 1,250 tokens

intelligence-sync CLAUDE.md

Instructions for ainova-systems/intelligence-sync, covering claude.md, archive status, final layout and contract and validation.

ainova-systems/intelligence-sync · 386 tokens

ai-first-toolkit AGENTS.md

Instructions for techwolf-ai/ai-first-toolkit, covering techwolf ai-first toolkit, repository purpose, working conventions and codex install notes.

techwolf-ai/ai-first-toolkit · 649 tokens

next-payload-ai-fluent-starter CLAUDE.md

Claude Code instructions for joshuamartyn/next-payload-ai-fluent-starter, covering read me first, 🔒 critical rule (must follow), 🧰 mcp servers & roles, 📦 task contract (keep work small & shippable) and 🧭 standard work session (do this every time).

joshuamartyn/next-payload-ai-fluent-starter · 1,622 tokens

next-payload-ai-fluent-starter AGENTS.md

AGENTS.md instructions for joshuamartyn/next-payload-ai-fluent-starter, covering task-driven development with github + archon, 🔒 critical rule, 📦 task management rules (github), 📚 research workflow (archon) and research checklist (before coding).

joshuamartyn/next-payload-ai-fluent-starter · 1,107 tokens