panoptes-utils GEMINI.md

panoptes-utils GEMINI.md is an instructions file for Gemini CLI from panoptes/panoptes-utils. It costs 399 tokens per session, scanned A, original, MIT.

A project instruction file for using the Gemini command-line coding tool in the panoptes-utils project. It sets rules for Python environments, documentation, searching the code, and running tests.

In plain words
What is it for?
Use it when working on panoptes-utils with Gemini CLI, especially for installing dependencies with uv, editing Markdown documentation, researching existing patterns, and running pytest.
Why use it?
It gives the coding tool project-specific rules so its changes follow the repository's existing practices and checks.

Instructions file for Gemini CLI

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

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

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 panoptes-utils GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/panoptes/panoptes-utils/gemini-md.svg)](https://agentmods.dev/instructions/panoptes/panoptes-utils/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/panoptes/panoptes-utils/gemini-md"><img src="https://agentmods.dev/badge/instructions/panoptes/panoptes-utils/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 399 This file is loaded in full into every session.
When invoked 399 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.1 $0.00399 $0.00399
Opus 5 $0.00199 $0.00199
Sonnet 5 $0.00080 $0.00080
Haiku 4.5 $0.00040 $0.00040

Measured yesterday against content hash 572caf197757, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

panoptes-utils 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 yesterday.

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.

GEMINI.md · 28 lines

What it actually says

Gemini CLI Guidelines for PANOPTES Utilities

This document provides specific instructions for the Gemini CLI agent. For all general project guidelines, development workflows, and technical standards, refer to the primary agent documentation.

Primary Guidelines

Default to AGENTS.md: All architectural patterns, coding standards, testing requirements, and module-specific instructions defined in AGENTS.md are foundational mandates and take absolute precedence.

Gemini-Specific Instructions

Environment & Tooling

  • UV Executable: Always use the uv executable for environment management, dependency installation, and running commands (e.g., uv run pytest, uv lock).
  • Shell Commands: When using run_shell_command, ensure that commands are compatible with the uv environment.

Workflow Integration

  • Documentation: All documentation must be written in Markdown for MkDocs. Do not use reStructuredText (.rst) or Sphinx.
  • Research Phase: Use grep_search and glob to align with the patterns described in AGENTS.md before proposing changes.
  • Validation: Always run tests using uv run pytest after any modification. Note the specific testing markers and plot-blocking doctests mentioned in AGENTS.md.
  • Changelog: Rigorously follow the CHANGELOG.md update requirements specified in the "Making Changes" section of AGENTS.md.

Utility Awareness

  • Search Before Implementation: Always check panoptes.utils for existing functionality. Specifically, use panoptes.utils.serializers for any data transmission or persistence tasks to ensure astronomical types (Quantities, Times) are handled correctly and consistently.
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. yesterday First seen · 28 lines · 399 tokens per session scan A 572caf197757

Subscribe to this mod's changes

panoptes-utils GEMINI.md is an instructions file published in the GitHub repository panoptes/panoptes-utils (4 stars, last pushed 2d ago), licensed MIT. It adds 399 tokens to every session, about $0.0020 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-09-04.