agentyard copilot-instructions.md

agentyard copilot-instructions.md is an instructions file for GitHub Copilot from ozzy-labs/agentyard. It costs 1,155 tokens per session, scanned A, original, MIT.

Project instructions for ozzy-labs/agentyard, covering coding-agent rules and available development workflows. They specify conventions for language, environment files, Git branches, commits, pull requests, and verification.

In plain words
What is it for?
Use it as guidance when implementing changes, creating commits or pull requests, running lint and health checks, or following the repository's required validation commands. It also describes the project's available skills.
Why use it?
They give coding agents project-specific rules to follow consistently. This reduces mistakes such as staging environment secrets, using the wrong commit format, or skipping required checks.

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

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 agentyard copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ozzy-labs/agentyard/copilot-instructions.svg)](https://agentmods.dev/instructions/ozzy-labs/agentyard/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/ozzy-labs/agentyard/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/ozzy-labs/agentyard/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,155 This file is loaded in full into every session.
When invoked 1,155 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.1 $0.01155 $0.01155
Opus 5 $0.00577 $0.00577
Sonnet 5 $0.00231 $0.00231
Haiku 4.5 $0.00115 $0.00115

Measured 5d ago against content hash e05e2cb1478b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

agentyard 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 5d 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 · 54 lines

How it starts

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

GitHub Copilot Instructions

共通方針は AGENTS.md を参照してください。 GitHub Copilot Chat / Copilot コーディングエージェントは本ファイルを自動で読み込みます。

基本ルール

  • 日本語で応答する
  • 推奨案とその理由を提示する
  • .env ファイルは読み取り・ステージングしない
  • 破壊的な Git 操作を避ける

コミット・ブランチ・PR

  • Conventional Commits 形式(<type>[scope]: <description>
  • ブランチ命名: <type>/<short-description>
  • PR はタイトルをコミット規約と同じ形式にする
  • マージ方法は squash merge のみ

検証

変更後は以下を通すこと:

mise exec -- lefthook run pre-commit --all-files

プロジェクト固有の検証は AGENTS.md の「検証」セクションを参照。

Available Skills

  • commit — 変更をステージし、Conventional Commits でコミットする。プッシュや PR 作成は行わない。
  • commit-conventions — Conventional Commits のメッセージ生成ルール(Type/Scope 判定表、フォーマット)。他スキルから参照される。
  • drive — Issue または指示から実装・PR 作成・セルフレビュー・修正を自動で回し、merge-ready な PR を出す。単一/複数の Issue/PR と明示依存記法に対応。オプションでマージまで実行可能。
  • health — リポジトリ改修中に意図せず残る状態(working tree, stash, branch, worktree, PR, issue, actions など)と skill catalog 整合性を一発で確認し、16 領域のステータス表で俯瞰しつつ各項目に固定語彙の推奨アクションを inline で付与して報告する。--deep 指定時は 要確認 項目を read-only コマンドで追加調査し、機械判定可能な範囲でラベルを格上げする。検査と提示のみで、削除・close 等の実行は行わない。
  • implement — Issue または指示をもとに、ブランチ作成・実装計画・コード変更を行う。Issue 番号またはテキスト指示を受け取る。
  • lint — 全リンターを自動修正付きで実行し、結果を報告する。コード品質チェック、フォーマット、型チェック、セキュリティスキャンを含む。
  • lint-rules — 拡張子別リンター・フォーマッターのコマンド対応表と型チェックルール。他スキルから参照される。
  • phase-issue — Phase-N tracking issue を生成する。cross-session handoff context、決定事項表、PR ごとのタスク、DoD、Phase N+1 outlook を含む構造化された issue body を組み立てて gh issue create で起票する。引数で全項目を渡す非対話モードと、不足分を補う対話モード(Claude Code companion)に対応する。
  • pr — コミット済みの変更をリモートにプッシュし、PR を作成・更新する。
  • review — コード変更や PR を 11 観点(perspectives)でレビューし、JSON 構造化出力 + 人間可読レポートで報告する。quick / deep モードを切替可能。PR 番号またはワーキングツリー差分を入力に取る。
  • ship — lint・コミット・PR 作成を一括実行する。変更に対して lint → コミット → PR 作成を順に実行する統合パイプライン。
  • sync-consumers — skills / commons の更新を sync-targets.yaml に記載された 14 consumer リポへ並列に push し、PR auto-merge まで完結させる。drive の Phase Final 仕様(worktree drift 検出 + cleanup)を踏襲する push 型同期スキル。
  • test — ビルド・テスト・型チェックを実行し、結果を報告する。
  • topics — GitHub topics 候補を制約検証・人気度測定・broad+narrow / 単数複数比較・ozzy-labs 慣行ハードコードで選定し、gh repo edit --add-topic で適用する。スコープは ozzy-labs 内利用のみ。

Read the full file on GitHub · 54 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. 5d ago First seen · 54 lines · 1,155 tokens per session scan A e05e2cb1478b

Subscribe to this mod's changes

agentyard copilot-instructions.md is an instructions file published in the GitHub repository ozzy-labs/agentyard (2 stars, last pushed 1mo ago), licensed MIT. It adds 1,155 tokens to every session, about $0.0058 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.