labex-cheatsheets copilot-instructions.md

labex-cheatsheets copilot-instructions.md is an instructions file for GitHub Copilot from labex-labs/labex-cheatsheets. It costs 1,004 tokens per session, scanned A, original, MIT.

Project instructions for LabEx Cheatsheets, a Vue and Vite website containing technical reference guides.

In plain words
What is it for?
Editing cheatsheet content or changing the site's Vue pages, navigation, layouts, and content rendering.
Why use it?
They explain where content lives and how routing, layouts, Markdown, and reader features work in that project.

Instructions file for GitHub Copilot

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/labex-cheatsheets/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/labex-labs/labex-cheatsheets

Made for: GitHub Copilot.

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 labex-cheatsheets copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/labex-labs/labex-cheatsheets/copilot-instructions.svg)](https://agentmods.dev/instructions/labex-labs/labex-cheatsheets/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/labex-labs/labex-cheatsheets/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/labex-labs/labex-cheatsheets/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,004 This file is loaded in full into every session.
When invoked 1,004 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.01004 $0.01004
Opus 5 $0.00502 $0.00502
Sonnet 5 $0.00201 $0.00201
Haiku 4.5 $0.00100 $0.00100

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

Security

Grade A, and why

labex-cheatsheets copilot-instructions.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 3d 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.

.github/copilot-instructions.md · 128 lines

How it starts

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

Python Cheatsheet - AI Coding Assistant Instructions

Project Overview

This is a Vue 3 + Vite-based documentation website for technical reference guides, featuring comprehensive cheatsheets. The site uses Vue-SSG for static generation and is deployed on Netlify.

Architecture & Key Patterns

Content Structure

  • Cheatsheet pages: Markdown files in docs/cheatsheet/ (e.g., linux.md, docker.md, python.md)

Routing & Layout System

  • Uses vite-plugin-pages for file-based routing with multiple layouts:
    • default.vue: Main layout with sidebar + TOC
    • fullPage.vue: Full-width pages
  • 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)
  • Contributors: Auto-fetched from GitHub API (scripts/fetch-contributors.ts)

Development Workflows

Essential Commands

pnpm dev                    # Development server
pnpm build                  # Production build (Vue-SSG)
pnpm fetch-contributors     # Update contributors list
pnpm lint                   # ESLint check
pnpm typecheck              # TypeScript validation

Content Creation Patterns

New Cheatsheet Page:

---
title: Topic Name - Python Cheatsheet
description: Brief description of the topic
---

<base-title :title="frontmatter.title" :description="frontmatter.description">
Topic Name
</base-title>

<!-- Content with proper heading structure -->

Read the full file on GitHub · 128 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. 3d ago First seen · 128 lines · 1,004 tokens per session scan A 98c00bd55ce5

Subscribe to this mod's changes

labex-cheatsheets copilot-instructions.md is an instructions file published in the GitHub repository labex-labs/labex-cheatsheets (27 stars, last pushed 2mo ago), licensed MIT. It adds 1,004 tokens to every session, about $0.0050 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-02.