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/labex-labs/labex-cheatsheets/copilot-instructionsgit clone --depth 1 https://github.com/labex-labs/labex-cheatsheetsWrote 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/labex-labs/labex-cheatsheets/copilot-instructions)<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>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.01004 | $0.01004 |
| Opus 5 | $0.00502 | $0.00502 |
| Sonnet 5 | $0.00201 | $0.00201 |
| Haiku 4.5 | $0.00100 | $0.00100 |
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.
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-pagesfor file-based routing with multiple layouts:default.vue: Main layout with sidebar + TOCfullPage.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 -->
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.
- 3d ago First seen · 128 lines · 1,004 tokens per session scan A 98c00bd55ce5
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.
Other instructions, from other repositories
tentaflake AGENTS.md
AGENTS.md instructions for timfewi/tentaflake, covering agent instructions — tentaflake, build & test, conventions, template rule and keep docs in sync.
cudaq-docs-mcp CLAUDE.md
Claude Code instructions for rogerawong/cudaq-docs-mcp, covering cudaq-docs-mcp, commands, architecture and constraints.
VuetifySkills AGENTS.md
Instructions for dmitrypost/VuetifySkills, covering vuetify 4 agent guide, section order, primary files and working rules.
VuetifySkills CLAUDE.md
Instructions for dmitrypost/VuetifySkills, covering vuetify 4 agent guide, section order, primary files and response rules.
noid-privacy-workstation AGENTS.md
AGENTS.md instructions for NexusOne23/noid-privacy-workstation, covering noid privacy workstation — cross-agent engineering policy, 1. policy role, ownership, and distribution, 2. decision model: boundaries, user intent, and autonomy, 3. authority, evidence, and uncertainty and 4. product scope, licensing, and…
cyberskills-hub CLAUDE.md
Instructions for haporfirio/cyberskills-hub, covering cyberskills documentation hub, instrucao de routing, role context, top-50 keywords and domain lookup.