python-cheatsheet GEMINI.md

Gemini CLI instructions for a Vue 3 and Vite Python cheatsheet website. They define the project's tools, such as TypeScript, Tailwind CSS, ESLint, Prettier, Vitest, and pnpm, plus its content and page structure.

In plain words
What is it for?
Use them when editing Vue components, pages, Markdown documentation, routes, layouts, navigation, styles, tests, or package configuration.
Why use it?
They help an agent use the repository's expected tools and conventions instead of introducing incompatible code or commands.

Instructions file for 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/labex-labs/python-cheatsheet/gemini-md
Clone the repo
git clone --depth 1 https://github.com/labex-labs/python-cheatsheet

Made for: Gemini CLI.

Per session 912 This file is loaded in full into every session.
When invoked 912 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00912 $0.00912
Opus 5 $0.00456 $0.00456
Sonnet 5 $0.00182 $0.00182
Haiku 4.5 $0.00091 $0.00091

Measured today against content hash 239c4334bfba, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

python-cheatsheet 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 today.

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 · 129 lines

How it starts

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

Gemini Customization File

This file provides instructions for Gemini to effectively assist with development in this project.

Project Overview

This project is a Python cheatsheet website built with Vue.js and Vite. The content is written in Markdown and located in the docs/ directory.

Technologies

  • Framework: Vue.js 3
  • Build Tool: Vite
  • Package Manager: pnpm
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Linting: ESLint
  • Formatting: Prettier
  • Testing: Vitest

Coding Style and Conventions

  • Follow the existing coding style.
  • Use TypeScript for all new code.
  • Use pnpm for all package management.
  • Components are located in src/components.
  • Pages are located in src/pages.
  • Content is in Markdown files in the docs/ directory.

Routing & Layout System

  • Uses vite-plugin-pages for file-based routing with multiple layouts:
    • default.vue: Main layout with sidebar + TOC
    • article.vue: Blog post layout
    • fullPage.vue: Full-width pages
    • blog.vue: Blog index layout
  • Route metadata defined in <route lang="yaml"> blocks
  • Navigation structure centralized in src/store/navigation.ts

Content Rendering

  • Markdown files auto-converted to Vue components via unplugin-vue-markdown
  • Prism.js for syntax highlighting with custom theme
  • Custom Vue components available in markdown (e.g., <base-title>, <base-disclaimer>)
  • Automatic TOC generation from headings using markdown-it-anchor

Key Features Implementation

  • Reader Mode: Full-screen reading with font size controls (src/store/reader.ts)
  • Dark Mode: Theme toggle with system preference detection
  • Search: Algolia DocSearch integration (src/components/AlgoliaDocSearch.vue)

Available Scripts

The following scripts are available in package.json:

  • pnpm dev: Starts the development server.
  • pnpm build: Builds the project for production.
  • pnpm preview: Previews the production build.
  • pnpm test: Runs the tests.
  • pnpm lint: Lints the code with ESLint.
  • pnpm typecheck: Runs a type check with vue-tsc.

Read the full file on GitHub · 129 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. today First seen · 129 lines · 912 tokens per session scan A 239c4334bfba

Subscribe to this mod's changes

python-cheatsheet GEMINI.md is an instructions file published in the GitHub repository labex-labs/python-cheatsheet (4,953 stars, last pushed 2mo ago), licensed MIT. It adds 912 tokens to every session, about $0.0046 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-01.

Related

Other instructions, from other repositories

ai-engineering-from-scratch AGENTS.md

Instructions for rohitg00/ai-engineering-from-scratch, covering agents.md, philosophy, repo layout, hard rules and dependencies.

rohitg00/ai-engineering-from-scratch · 3,101 tokens

building-a-coding-agent-from-scratch-course AGENTS.md

Instructions for decodingai-magazine/building-a-coding-agent-from-scratch-course, covering decode, project structure, tech stack, docs & external services and running commands.

decodingai-magazine/building-a-coding-agent-from-scratch-course · 4,257 tokens

easy-vibe CLAUDE.md

Claude Code instructions for datawhalechina/easy-vibe, covering claude.md, project overview, development commands, start local documentation server and build/run commands.

datawhalechina/easy-vibe · 2,912 tokens

easy-vibe AGENTS.md

AGENTS.md instructions for datawhalechina/easy-vibe, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.

datawhalechina/easy-vibe · 526 tokens

agentic-ai-system-course AGENTS.md

Instructions for bryanyzhu/agentic-ai-system-course, covering claude.md — ai mentor's guideline, the design you are working inside, your role, the curriculum and reference systems: optional, triggered, not required.

bryanyzhu/agentic-ai-system-course · 3,880 tokens

LLM-dev-demo AGENTS.md

Instructions for A3RDLab/LLM-dev-demo, covering agents.md, 仓库性质, 环境与密钥约定, 依赖管理 and 常用命令.

A3RDLab/LLM-dev-demo · 1,682 tokens