opilot copilot-instructions.md

Coding instructions for Opilot, a Visual Studio Code extension that connects Ollama models to GitHub Copilot Chat. Ollama can run language models locally or through supported cloud use.

In plain words
What is it for?
Use them when developing Opilot features such as model management, chat participation, code completion, Modelfiles, streaming responses, vision models, or settings.
Why use it?
They give coding agents the project context, required setup, branch rules, and quality expectations before changes are made.

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

Made for: GitHub Copilot.

Per session 2,166 This file is loaded in full into every session.
When invoked 2,166 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 $0.02166 $0.02166
Opus 5 $0.01083 $0.01083
Sonnet 5 $0.00433 $0.00433
Haiku 4.5 $0.00217 $0.00217

Measured 2d ago against content hash b4b95f4521a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

opilot 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 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

Copies of this mod

1 near-identical copy found in the catalogue:

.github/copilot-instructions.md · 252 lines

How it starts

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

GitHub Copilot Instructions for Agent: Visual Studio Code Extension Integrating Ollama into GitHub Copilot Chat

Welcome! This document guides you through the recommended workflows, conventions, and tooling when working on the Opilot VS Code extension project. Follow these instructions strictly to ensure consistency, quality, and smooth collaboration.


Before Starting Work

  • Create or switch to the correct branch before editing code.
  • Branch name format: [type]/[short-title] (e.g., feat/add-ollama-integration).

Project Overview

You are working on the Opilot extension, which integrates Ollama models into GitHub Copilot Chat inside VS Code.

Key Features to Keep in Mind

  • Local and cloud Ollama model usage inside Copilot Chat.
  • Custom Ollama sidebar for model management.
  • @ollama chat participant for dedicated conversations.
  • Inline code completions using local models.
  • Modelfile creation, editing, and building with syntax support.
  • Streaming responses and vision model support.
  • Local execution for privacy.
  • Configuration via VS Code settings.

Development Environment Setup

  • Prerequisites:

    • Node.js 20+
    • pnpm (version pinned in package.json)
    • VS Code 1.109.0 or higher
    • GitHub Copilot Chat extension installed
    • Ollama installed locally or remote access configured
  • Installing Ollama:

    • Download from https://ollama.ai/download
    • Start Ollama app or run ollama serve
    • Login to Ollama Cloud if using cloud models (ollama login)
  • Extension Installation:

    • Install from VS Code Marketplace or .vsix file

Code Quality Standards

This project uses Ultracite, a zero-config preset built on Biome that enforces strict code quality standards through automated formatting and linting. The project has migrated from oxlint/oxfmt to Biome via Ultracite, so check-formatting and format tasks are no longer needed — ultracite check and ultracite fix cover both linting and formatting in a single command.

Read the full file on GitHub · 252 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 · 252 lines · 2,166 tokens per session scan A b4b95f4521a4

Subscribe to this mod's changes

opilot copilot-instructions.md is an instructions file published in the GitHub repository selfagency/opilot (90 stars, last pushed 1mo ago), licensed MIT. It adds 2,166 tokens to every session, about $0.0108 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-08-30.