docusaurus-plugins GEMINI.md

docusaurus-plugins GEMINI.md is an instructions file for Gemini CLI from gracefullight/docusaurus-plugins. It costs 1,126 tokens per session, scanned A, a copy of docusaurus-plugins CLAUDE.md, MIT.

Repository instructions for the docusaurus-plugins project when using Gemini CLI. They describe the project’s agent configuration, code-search approach, and task workflows.

In plain words
What is it for?
They help maintain Docusaurus plugins, search large codebases, and dispatch tasks to project-specific agents.
Why use it?
They give the coding agent consistent rules for finding code and choosing how to delegate work.

Instructions file for Gemini CLI

Written for Gemini CLI: the file is GEMINI.md. Also seen: mentions subagents; mentions AGENTS.md.

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/gracefullight/docusaurus-plugins/gemini-md
Clone the repo
git clone --depth 1 https://github.com/gracefullight/docusaurus-plugins

Made for: Gemini CLI.

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 docusaurus-plugins GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gracefullight/docusaurus-plugins/gemini-md.svg)](https://agentmods.dev/instructions/gracefullight/docusaurus-plugins/gemini-md)
Your own site
<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>
Per session 1,126 This file is loaded in full into every session.
When invoked 1,126 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 94% copy Near-identical to another mod 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.1 $0.01126 $0.01126
Opus 5 $0.00563 $0.00563
Sonnet 5 $0.00225 $0.00225
Haiku 4.5 $0.00113 $0.00113

Measured 2d ago against content hash 14be5e3285ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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.

Origin

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.

GEMINI.md · 93 lines

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 language in .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 to oma agent:spawn {agent} {prompt} {sessionId}

Per-Agent Dispatch

  1. Resolve target_vendor_for_agent from .agents/oma-config.yaml.
  2. If target_vendor_for_agent === current_runtime_vendor, use the runtime's native subagent path.
  3. If vendors differ, or native subagents are unavailable, use oma agent:spawn for that agent only.

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 pdf.md PDF → Markdown via opendataloader-pdf
video video.md Brief → script → assets → render-spec → Remotion (oma-video)

Read the full file on GitHub · 93 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. 2d ago First seen · 93 lines · 1,126 tokens per session scan A 14be5e3285ea

Subscribe to this mod's changes

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.

Related

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.

WuKongIM/WuKongIM · 2,691 tokens

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.

conversejs/converse.js · 4,656 tokens

obot CLAUDE.md

Claude Code instructions for obot-platform/obot, covering claude.md, project overview, tech stack, common commands and development.

obot-platform/obot · 1,535 tokens

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.

Mininglamp-OSS/octo-server · 2,429 tokens

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).

jean-humann/docs-to-pdf · 4,714 tokens

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…

smallmain/vscode-unify-chat-provider · 271 tokens