codewithphp copilot-instructions.md

Project-specific instructions for GitHub Copilot, an AI coding assistant, in a PHP learning repository built with VitePress, a documentation website tool.

In plain words
What is it for?
Use them when editing Markdown lessons, PHP examples, chapter code, navigation, documentation scripts, or GitHub Actions deployment files.
Why use it?
They give the coding assistant the repository's layout, coding standards, and development workflow so its suggestions fit the project.

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

Made for: GitHub Copilot.

Per session 2,632 This file is loaded in full into every session.
When invoked 2,632 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.02632 $0.02632
Opus 5 $0.01316 $0.01316
Sonnet 5 $0.00526 $0.00526
Haiku 4.5 $0.00263 $0.00263

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

Security

Grade A, and why

codewithphp 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.

.github/copilot-instructions.md · 285 lines

How it starts

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

Copilot AI Agent Instructions for PHP-From-Scratch

Project Overview

  • Purpose: This repo is a comprehensive, example-driven PHP learning series. It uses VitePress for documentation and organizes code samples by chapter.
  • Structure:
    • docs/ — VitePress content root (site config, landing, series, chapters, code)
    • docs/series/<series>/chapters/ — Numbered markdown chapters
    • docs/series/<series>/code/ — Code samples for each chapter, colocated
    • .github/workflows/ — GitHub Actions for VitePress deploy
    • .cursor/rules/ — Project structure and navigation rules
    • package.json — VitePress scripts (dev/build/preview)

Key Conventions & Patterns

  • Each series is self-contained: All content, code, and navigation for a series lives under its own folder in docs/series/.
  • Code samples: Each chapter has matching code in code/, named by chapter and topic. Exercise solutions are in solutions/ subfolders.
  • Markdown-first: All learning content is authored in markdown, with code blocks and explanations inline.
  • PSR-12/PSR-4: Code samples follow modern PHP standards (see Chapter 16 for details).
  • No framework dependencies unless in framework-specific chapters (e.g., Laravel, Symfony).
  • Composer: Used only in relevant chapters; not required for the whole repo.

Developer Workflows

  • Preview docs locally:
    npm install
    npm run docs:dev
    # Visit http://localhost:5173
    
  • Build for production:
    npm run docs:build
    
  • Deploy:
    • GitHub Actions auto-deploys main branch to Pages using .github/workflows/deploy.yml.
  • Test code samples:
    • Run PHP scripts directly: php <filename>.php
    • Some chapters include test scripts or expected output in comments/README.
  • Debugging:
    • Use VS Code with Xdebug (see 00-setup/README.md for setup and troubleshooting).

Integration Points

  • VitePress: All site config in docs/.vitepress/config.ts.
  • GitHub Pages: Deploy via Actions; see .github/workflows/.
  • Composer: Only in chapters that teach dependency management (not global).

Read the full file on GitHub · 285 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 · 285 lines · 2,632 tokens per session scan A a35f70b1b6ac

Subscribe to this mod's changes

codewithphp copilot-instructions.md is an instructions file published in the GitHub repository dalehurley/codewithphp (5 stars, last pushed 6mo ago), licensed MIT. It adds 2,632 tokens to every session, about $0.0132 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-31.