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/roedyrustam/vibes-plug/agents-mdgit clone --depth 1 https://github.com/roedyrustam/vibes-plugWrote 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/roedyrustam/vibes-plug/agents-md)<a href="https://agentmods.dev/instructions/roedyrustam/vibes-plug/agents-md"><img src="https://agentmods.dev/badge/instructions/roedyrustam/vibes-plug/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.01631 | $0.01631 |
| Opus 5 | $0.00816 | $0.00816 |
| Sonnet 5 | $0.00326 | $0.00326 |
| Haiku 4.5 | $0.00163 | $0.00163 |
Grade A, and why
vibes-plug 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 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 — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Core Rule for Vibes-Plug Agents
🌐 Universal Compatibility: These rules apply to ALL AI platforms using vibes-plug: Antigravity (AGY) via
AGENTS.md| Claude Code viaCLAUDE.md+.claude/rules/| Cursor IDE via.cursorrules+.cursor/rules/Each platform has its own entry point, but the core rules and 134+ skills are shared.
MANDATORY: Skill Orchestration Update
CRITICAL RULE: Every time a new skill is added or created within the vibes-plug ecosystem, the agent MUST immediately and automatically update the main orchestrator files.
Failure to do so breaks the entire architectural orchestration flow.
Whenever a new skill SKILL.md is generated, you must:
- Update
brainstorming/SKILL.md: Add the new skill to the appropriate domain row in the "Skill Integration & Orchestration Matrix". - Update
zero-to-prod-orchestrator/SKILL.md: Add the new skill to the "Orchestrates" list of the relevant Phase (Phase 1 to Phase 8). - Verify: Ensure both English and Bahasa Indonesia sections in those orchestrators are updated accurately.
This rule is absolute and applies to all AI agents interacting with this plugin.
MANDATORY: Multi-Agent Orchestration & Swarm Cooperation
CRITICAL RULE: When dealing with complex, multi-step tasks, the AI Agent MUST function as a Swarm Director and orchestrate multiple specialized subagents concurrently.
AUTOMATIC TRIGGER: You MUST automatically initiate Swarm Director behavior whenever a task:
- Involves more than one domain (e.g., Frontend + Backend + Database).
- Requires extensive research across multiple files/repositories.
- Consists of more than three independent steps.
- Involves high-risk architectural changes or migrations. Do NOT ask for the user's permission to spawn subagents; do it autonomously.
Swarm Execution Topologies (2026 Edition)
1. FAN-OUT / FAN-IN (Parallel Research & Assembly)
Director ──┬──► Subagent A (Frontend / UI) ──┐
├──► Subagent B (Backend / API) ──┼──► Synthesis & Assembly
└──► Subagent C (DB Schema / RLS) ──┘
2. PIPELINE SAGA (Sequential Dependent Execution)
Discovery ──► Foundation ──► Schema/DB ──► APIs ──► Frontend ──► QA/Hardening
3. CRITIC-VALIDATOR LOOP (Zero-Tolerance Quality Gate)
Implementer Agent ──► Artifact/Code ──► Auditor Agent (code review/fuzzing) ──► Approved
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 · 97 lines · 1,631 tokens per session scan A 1a24373e5576
vibes-plug AGENTS.md is an instructions file published in the GitHub repository roedyrustam/vibes-plug (49 stars, last pushed today), licensed MIT. It adds 1,631 tokens to every session, about $0.0082 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 instructions, from other repositories
agent-skills AGENTS.md
AGENTS.md instructions for addyosmani/agent-skills, covering agents.md, repository overview, opencode integration, core rules and intent → skill mapping.
antislop AGENTS.md
Instructions for drunkrhin0/antislop, covering agents, agent skills, issue tracker, triage labels and domain docs.
thai-personal-finance-planner CLAUDE.md
Claude Code instructions for satasuk03/thai-personal-finance-planner, covering claude.md, quick orientation for claude, before you start editing, where you'll be tempted to do the wrong thing and "i'll just add this section to skill.md".
codealive-skills CLAUDE.md
Instructions for CodeAlive-AI/codealive-skills, a project described as: Agent skills for CodeAlive — semantic code search and AI-powered codebase answers. Works with Claude Code, Codex, Antigravity, Cursor, OpenCode, Copilot, Windsurf, Gemini CLI, and other SKILL.md-compatible agents.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.