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/gracefullight/docusaurus-plugins/gemini-mdgit clone --depth 1 https://github.com/gracefullight/docusaurus-pluginsWrote 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/gracefullight/docusaurus-plugins/gemini-md)<a href="https://agentmods.dev/instructions/gracefullight/docusaurus-plugins/gemini-md"><img src="https://agentmods.dev/badge/instructions/gracefullight/docusaurus-plugins/gemini-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.1 | $0.01126 | $0.01126 |
| Opus 5 | $0.00563 | $0.00563 |
| Sonnet 5 | $0.00225 | $0.00225 |
| Haiku 4.5 | $0.00113 | $0.00113 |
Grade A, and why
docusaurus-plugins GEMINI.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 2d 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.
This is a copy
94% identical to docusaurus-plugins CLAUDE.md — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
oh-my-agent
Architecture
- SSOT:
.agents/directory (do not modify directly) - Response language: Follows
languagein.agents/oma-config.yaml - Skills:
.agents/skills/(domain specialists) - Workflows:
.agents/workflows/(multi-step orchestration) - Subagents: Same-vendor native dispatch via
.gemini/agents/{name}.md; cross-vendor or unsupported cases fall back tooma agent:spawn {agent} {prompt} {sessionId}
Per-Agent Dispatch
- Resolve
target_vendor_for_agentfrom.agents/oma-config.yaml. - If
target_vendor_for_agent === current_runtime_vendor, use the runtime's native subagent path. - If vendors differ, or native subagents are unavailable, use
oma agent:spawnfor that agent only.
Code Search
Prefer serena MCP tools over native find/grep when locating code — they are symbol-aware and faster on large repos. Fall back to native Read / Glob / Grep only when serena is unavailable or for plain file content reads.
| Task | Preferred tool |
|---|---|
| Locate a symbol definition (class / function / variable) | find_symbol |
| Find references / callers of a symbol | find_referencing_symbols |
| Outline a file's top-level symbols | get_symbols_overview |
| Pattern or regex search across the codebase | search_for_pattern |
| Find a file by name | find_file |
| List directory contents | list_dir |
Workflows
Execute by naming the workflow in your prompt. Keywords are auto-detected via hooks.
| Workflow | File | Description |
|---|---|---|
| orchestrate | orchestrate.md |
Parallel subagents + Review Loop |
| work | work.md |
Step-by-step with remediation loop |
| ultrawork | ultrawork.md |
5-Phase Gate Loop (11 reviews) |
| ralph | ralph.md |
Persistent loop wrapping ultrawork with an independent judge |
| plan | plan.md |
PM task breakdown |
| brainstorm | brainstorm.md |
Design-first ideation |
| architecture | architecture.md |
Architecture diagnosis, comparison, ADR |
| design | design.md |
Design system + DESIGN.md with anti-pattern enforcement |
| review | review.md |
QA audit |
| debug | debug.md |
Root cause + minimal fix |
| deepsec | deepsec.md |
Drive oma-deepsec end-to-end (setup / scan / pr-review / matchers / triage) |
| scm | scm.md |
SCM + Git operations + Conventional Commits |
| docs | docs.md |
Documentation drift verify + sync |
| recap | recap.md |
Daily / period AI conversation recap |
| deepinit | deepinit.md |
Project harness init (AGENTS.md / ARCHITECTURE.md / docs/) |
pdf.md |
PDF → Markdown via opendataloader-pdf | |
| video | video.md |
Brief → script → assets → render-spec → Remotion (oma-video) |
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.
- 2d ago First seen · 93 lines · 1,126 tokens per session scan A 14be5e3285ea
docusaurus-plugins GEMINI.md is an instructions file published in the GitHub repository gracefullight/docusaurus-plugins (22 stars, last pushed 2mo ago), licensed MIT. It adds 1,126 tokens to every session, about $0.0056 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to docusaurus-plugins CLAUDE.md, differing in 4 lines, and is treated as a copy.
Other instructions, from other repositories
WuKongIM AGENTS.md
AGENTS.md instructions for WuKongIM/WuKongIM, covering agents.md, project and rule levels, core runtime semantics, before you work and design and implementation.
converse.js AGENTS.md
AGENTS.md instructions for conversejs/converse.js, covering converse.js agent guidelines, project overview, monorepo, key entry points and directory structure.
obot CLAUDE.md
Claude Code instructions for obot-platform/obot, covering claude.md, project overview, tech stack, common commands and development.
octo-server AGENTS.md
AGENTS.md instructions for Mininglamp-OSS/octo-server, covering agents.md, project overview, common commands, build and run tests for a module.
docs-to-pdf CLAUDE.md
Claude Code instructions for jean-humann/docs-to-pdf, covering claude development guide for docs-to-pdf, project overview, development environment setup, using mise (recommended) and install mise (if not already installed).
vscode-unify-chat-provider AGENTS.md
Instructions for smallmain/vscode-unify-chat-provider, a project described as: Integrate multiple LLM API providers into VS Code's GitHub Copilot Chat using the Language Model API. One-click use of your Claude Code, Gemini CLI, Antigravity, Github Copilot, OpenAI Codex (ChatGPT Plus/Pro), xAI Grok (SuperGrok / X…