DevVerse-SWE-Blog copilot-instructions.md

DevVerse-SWE-Blog copilot-instructions.md is an instructions file for GitHub Copilot from hoangsonww/DevVerse-SWE-Blog. It costs 1,949 tokens per session, scanned A, original, MIT.

Copilot instructions for hoangsonww/DevVerse-SWE-Blog, covering devverse swe blog - github copilot instructions, working effectively, bootstrap and setup, install dependencies and development server.

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/hoangsonww/devverse-swe-blog/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/DevVerse-SWE-Blog

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 DevVerse-SWE-Blog copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hoangsonww/devverse-swe-blog/copilot-instructions.svg)](https://agentmods.dev/instructions/hoangsonww/devverse-swe-blog/copilot-instructions)
Your own site
<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>
Per session 1,949 This file is loaded in full into every session.
When invoked 1,949 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.01949 $0.01949
Opus 5 $0.00975 $0.00975
Sonnet 5 $0.00390 $0.00390
Haiku 4.5 $0.00195 $0.00195

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

Security

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.

.github/copilot-instructions.md · 227 lines

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.

Read the full file on GitHub · 227 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. today First seen · 227 lines · 1,949 tokens per session scan A c236925c8c79

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories

appwrite AGENTS.md

AGENTS.md instructions for appwrite/appwrite, covering appwrite, commands, stack, layout and libraries.

appwrite/appwrite · 6,610 tokens

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.

appwrite/appwrite · 5 tokens

nodejs-starter CLAUDE.md

Claude Code instructions for threeal/nodejs-starter, covering claude.md, about this repository, architecture, source files and build outputs.

threeal/nodejs-starter · 773 tokens

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.

ryanlewis/exeslim · 288 tokens

linux AGENTS.md

AGENTS.md instructions for sxxpqp/linux, covering linux ops notes — ai 协作上下文, 仓库性质(重要), 详细参考(按需加载,不默认占 context), 共享基础设施 — 核心入口(每次都要用) and 子目录优先级 / 当前活跃区域.

sxxpqp/linux · 4,107 tokens

linux CLAUDE.md

Claude Code instructions for sxxpqp/linux, covering linux ops notes — ai 协作上下文, 仓库性质(重要), 详细参考(按需加载,不默认占 context), 共享基础设施 — 核心入口(每次都要用) and 子目录优先级 / 当前活跃区域.

sxxpqp/linux · 4,110 tokens