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/kamiazya/scopes/copilot-instructionsgit clone --depth 1 https://github.com/kamiazya/scopesWrote 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/kamiazya/scopes/copilot-instructions)<a href="https://agentmods.dev/instructions/kamiazya/scopes/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/kamiazya/scopes/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 | $0.02288 | $0.02288 |
| Opus 5 | $0.01144 | $0.01144 |
| Sonnet 5 | $0.00458 | $0.00458 |
| Haiku 4.5 | $0.00229 | $0.00229 |
Grade B, and why
scopes copilot-instructions.md scanned grade B with 1 finding 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- Install Java 17 or 21 (required): `sudo apt-get update && sudo apt-get install -y openjdk-21-jdk` How it starts
The opening of the file, as written. The whole thing — 281 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Scopes - AI-Native Task Management System
ALWAYS follow these instructions first and only fallback to additional search and context gathering if the information here is incomplete or found to be in error.
Scopes is a next-generation local-first task and project management tool built with Kotlin, designed for symbiotic collaboration between developers and AI assistants. This repository uses a multi-module Clean Architecture approach with Gradle build system.
Quick Start & Essential Setup
Prerequisites & Environment Setup
- Install Java 17 or 21 (required):
sudo apt-get update && sudo apt-get install -y openjdk-21-jdk - Install GraalVM for native compilation (optional but recommended for CLI builds)
- Verify setup:
java -versionshould show Java 17+ (project is configured for Java 21 but works with 17+)
Bootstrap the Repository
ALWAYS run these commands in sequence when starting with a fresh clone:
# 1. Set executable permissions (required on Unix systems)
chmod +x gradlew scripts/*.sh
# 2. Verify Gradle setup
./gradlew checkGraalVM
# 3. Check current project status
./gradlew tasks --all
⚠️ Current Known Issues
JitPack Dependency Resolution
As of this writing, there is a known network connectivity issue:
- The
kulidlibrary dependency (com.github.guepardoapps:kulid:2.0.0.0) cannot be resolved from JitPack.io - This prevents full compilation and testing until resolved
- Working commands:
ktlintFormat,ktlintCheck,detekt,tasks - Failing commands:
build,test,run,nativeCompile(all require dependency resolution)
Workaround: Focus on code quality and formatting tasks until network connectivity is restored.
Build & Development Commands
Core Build Commands
# Build the project (NEVER CANCEL - takes 3-8 minutes depending on dependencies)
./gradlew build --no-daemon
# Timeout: Set 10+ minutes. Build includes compilation, testing, and quality checks.
# Build without native compilation (faster alternative - takes 2-4 minutes)
./gradlew build --exclude-task nativeCompile --no-daemon
# Timeout: Set 6+ minutes.
# Clean build (NEVER CANCEL - takes 4-10 minutes)
./gradlew clean build --no-daemon
# Timeout: Set 15+ minutes.
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 · 281 lines · 2,288 tokens per session scan B 01ab7ac26b3d
scopes copilot-instructions.md is an instructions file published in the GitHub repository kamiazya/scopes (2 stars, last pushed 9mo ago), licensed Apache-2.0. It adds 2,288 tokens to every session, about $0.0114 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
zscaler-mcp-server CLAUDE.md
Instructions for zscaler/zscaler-mcp-server, covering zscaler mcp server, architecture overview, core components, request flow and service architecture.
zscaler-mcp-server GEMINI.md
Instructions for zscaler/zscaler-mcp-server, covering zscaler mcp server, tool naming & discovery, critical gotchas, write operations — safety rules and zdx filtering.
intervals-icu-mcp CLAUDE.md
Instructions for hhopke/intervals-icu-mcp, covering claude.md, project overview, development commands, architecture (quick reference) and tool categories.
flyto-core CLAUDE.md
Instructions for flytohub/flyto-core, covering claude notes, cross-agent handoff and shared code intelligence.
rosetta AGENTS.md
Instructions for tikoci/rosetta, covering codex instructions for rosetta, first reads, development defaults and mcp and client config.
awesome-go copilot-instructions.md
Copilot instructions for avelino/awesome-go, a project described as: A curated list of awesome Go frameworks, libraries and software.