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/hoangsonww/devverse-swe-blog/copilot-instructionsgit clone --depth 1 https://github.com/hoangsonww/DevVerse-SWE-BlogWrote 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/hoangsonww/devverse-swe-blog/copilot-instructions)<a href="https://agentmods.dev/instructions/hoangsonww/devverse-swe-blog/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/hoangsonww/devverse-swe-blog/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.01949 | $0.01949 |
| Opus 5 | $0.00975 | $0.00975 |
| Sonnet 5 | $0.00390 | $0.00390 |
| Haiku 4.5 | $0.00195 | $0.00195 |
Grade A, and why
DevVerse-SWE-Blog 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 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.
How it starts
The opening of the file, as written. The whole thing — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevVerse SWE Blog - GitHub Copilot Instructions
DevVerse SWE Blog is a modern tech blog built with Next.js, React, TypeScript, MDX, Supabase, and TailwindCSS. It serves as a platform for sharing software engineering insights and technical tutorials.
CRITICAL: Always reference these instructions first and fallback to search or bash commands only when you encounter unexpected information that does not match the info here.
Working Effectively
Bootstrap and Setup
# Install dependencies
npm install # Takes ~30-40 seconds, NEVER CANCEL
ENVIRONMENT VARIABLES REQUIRED:
# Create .env file or set environment variables for development
NEXT_PUBLIC_SUPABASE_URL=https://example.supabase.co # Use stub for development
NEXT_PUBLIC_SUPABASE_ANON_KEY=example_key # Use stub for development
CRITICAL: Without these environment variables, the application will crash with "supabaseUrl is required" error.
Development Server
# Start development server with environment variables
NEXT_PUBLIC_SUPABASE_URL=https://example.supabase.co NEXT_PUBLIC_SUPABASE_ANON_KEY=example_key npm run dev
# OR set environment variables first, then run:
npm run dev # Server starts on http://localhost:3000
- Takes ~1-2 seconds to start
- ALWAYS set environment variables before running dev server
- App crashes without proper Supabase environment variables
Testing and Validation
# Run tests - NEVER CANCEL
npm run test # Takes 1-2 seconds, all 11 tests should pass
# Run tests with coverage
npm run coverage # Takes 1-2 seconds, generates coverage reports
# Run tests in watch mode
npm run test:watch
Linting and Formatting
# Format code (this is also the lint command)
npm run lint # Runs prettier, takes ~1-2 seconds
npm run format # Same as lint, runs prettier --write
ALWAYS run npm run format before committing changes - the CI pipeline will fail without proper formatting.
Build Process
⚠️ CRITICAL BUILD LIMITATION:
npm run build # FAILS in sandboxed environments due to Google Fonts access
NEVER CANCEL the build command - it will timeout due to network restrictions trying to fetch fonts from fonts.googleapis.com. This is expected in sandboxed environments.
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.
- today First seen · 227 lines · 1,949 tokens per session scan A c236925c8c79
DevVerse-SWE-Blog copilot-instructions.md is an instructions file published in the GitHub repository hoangsonww/DevVerse-SWE-Blog (15 stars, last pushed 19d ago), licensed MIT. It adds 1,949 tokens to every session, about $0.0097 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-04.
Other instructions, from other repositories
appwrite AGENTS.md
AGENTS.md instructions for appwrite/appwrite, covering appwrite, commands, stack, layout and libraries.
appwrite CLAUDE.md
Claude Code instructions for appwrite/appwrite, a project described as: Appwrite® - complete cloud infrastructure for your web, mobile and AI apps. Including Auth, Databases, Storage, Functions, Messaging, Hosting, Realtime and more.
nodejs-starter CLAUDE.md
Claude Code instructions for threeal/nodejs-starter, covering claude.md, about this repository, architecture, source files and build outputs.
exeslim AGENTS.md
AGENTS.md instructions for ryanlewis/exeslim, a project described as: Minimal exe.dev base image for deployment targets — systemd and full platform wiring, without the agent workstation toolchain.
linux AGENTS.md
AGENTS.md instructions for sxxpqp/linux, covering linux ops notes — ai 协作上下文, 仓库性质(重要), 详细参考(按需加载,不默认占 context), 共享基础设施 — 核心入口(每次都要用) and 子目录优先级 / 当前活跃区域.
linux CLAUDE.md
Claude Code instructions for sxxpqp/linux, covering linux ops notes — ai 协作上下文, 仓库性质(重要), 详细参考(按需加载,不默认占 context), 共享基础设施 — 核心入口(每次都要用) and 子目录优先级 / 当前活跃区域.