wl-skills-design: Instructions file for GitHub Copilot

files/.github/copilot-instructions.md

wl-skills-design copilot-instructions.md is an instructions file for GitHub Copilot from ChenyCHENYU/wl-skills-design. It costs 644 tokens per session, scanned A, original, Apache-2.0.

Instructions for routing product-design work to the right specialized skill. They cover activities such as requirements diagrams, prototypes, data models, API designs, reviews, and change-impact analysis.

In plain words
What is it for?
Use them to select released design capabilities, validate or review design documents, coordinate cross-document checks, and report standards, files, verification results, and unresolved items.
Why use it?
They prevent unrelated code reviews or refactoring from entering the product-design process and require missing business facts to be marked instead of invented.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot instructions file.

This is ChenyCHENYU/wl-skills-design's own configuration. It tells GitHub Copilot how to work on wl-skills-design itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything wl-skills-design configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ChenyCHENYU/wl-skills-design. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ChenyCHENYU/wl-skills-design/main/files/.github/copilot-instructions.md
Clone the repo
git clone --depth 1 https://github.com/ChenyCHENYU/wl-skills-design

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 wl-skills-design copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/chenychenyu/wl-skills-design/copilot-instructions.svg)](https://agentmods.dev/instructions/chenychenyu/wl-skills-design/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/chenychenyu/wl-skills-design/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/chenychenyu/wl-skills-design/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 644 This file is loaded in full into every session.
When invoked 644 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00644 $0.00644
Opus 5 $0.00322 $0.00322
Sonnet 5 $0.00129 $0.00129
Haiku 4.5 $0.00064 $0.00064

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

Security

Grade A, and why

wl-skills-design 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 8d 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.

files/.github/copilot-instructions.md · 38 lines

What it actually says

wl-skills-design 产品设计调度说明

版本:v0.11.1。详细能力按需从 Agent Skill 加载,不要把全部规范注入无关任务。

调度入口

  1. 读取 .github/skills/_manifest.json,只选择 status=released 的能力。
  2. 先判定动作意图:impactreviewvalidaterepairmaintaincreate
  3. 再判定领域;普通代码 review、PR review 和代码重构不得进入产品设计评审。
  4. 应用 manifest 中的精确词、负向词、优先级和最小领先分差。并列或信息不足时只追问一个关键问题。
  5. 选定后读取对应 SKILL.md;详细标准、模板和样例只在该 Skill 要求时加载。

执行约束

  • validatereview 默认只读,只输出规则编号、位置、证据和建议。
  • 只有用户明确要求修复,或正在修复本轮新生成产物时,才可进入 repair
  • 标准文件是规则事实源;Skill 只定义工作流,Prompt 只定义人工快捷入口。
  • 缺失业务事实使用 【待补充:说明】,不得编造客户、系统、字段或审批结论。
  • 模板不得包含组织名称、项目标识、地点、业务单号或线上业务数据。
  • 工作区存在 docs/design-model.json 时,优先用稳定 ID 做跨文档集合校验;冲突先报告,不静默覆盖。
  • 各包必须独立可用;WL 兼容协议是内置约定而非包依赖。没有 design-model 时不得阻断前后端契约建立。
  • 输出必须说明所用 Skill、标准、产物路径、验证结果和暂挂项。

能力索引

  • requirements-flowchart:draw.io 泳道流程图
  • requirements-prototype:D1–D3 页面与交互标注
  • requirements-spec-doc:需求设计说明书与 IPO
  • data-database-design:ER、数据字典、DDL
  • api-interface-design:集成报文与 RESTful 接口
  • cross-glossary:术语、字段、枚举与编码注册
  • cross-design-review:跨文档评审和追溯矩阵
  • cross-change-impact:增量变更影响矩阵和补丁计划
  • doc-intake:半成品文档接入、差距分析和补全任务
  • code-architecture:模块边界、分层依赖、契约和质量门设计

人读索引见 .github/skills/_registry.md,使用说明见 .github/guides/usage.md

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. 8d ago First seen · 38 lines · 644 tokens per session scan A fe012f96ffc7

Subscribe to this mod's changes

wl-skills-design copilot-instructions.md is an instructions file published in the GitHub repository ChenyCHENYU/wl-skills-design (5 stars, last pushed 24d ago), licensed Apache-2.0. It adds 644 tokens to every session, about $0.0032 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.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens