用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill human-friendly-agent-name命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
基于 SOC 职业分类
正在显示 SKILL.md
| description | Standards for Copilot custom agent definition files |
| applyTo | **/*.agent.md |
These instructions apply to custom agent definition files (for example: .github/agents/*.agent.md).
Goals:
.github/instructions/Each .agent.md file MUST start with valid YAML front matter:
--- to open and close the front matter.Recommended minimum fields:
---
name: { Human-friendly agent name }
description: { 1-2 sentences, specific scope }
tools:
- { tool-id-or-pattern }
handoffs:
- { other-agent-id }
---
namedescriptiontoolsazure-pricing/*).tools: [] explicitly.handoffshandoffs to connect workflow steps (for example: Architect -> Bicep Plan -> Bicep Code).agent value matching the agent's display name (from frontmatter).
For example: agent: Architect (matching name: Architect in frontmatter).model[!IMPORTANT] Model selection is intentional and must not be changed without explicit approval.
Agents that specify Claude Opus 4.6 as priority model do so deliberately:
Rules:
model arrays, match the pattern of similar workflow-stage agentsAll top-level workflow agents in .github/agents/ MUST read the azure-defaults skill for shared
knowledge. Include a reference near the top of the agent body:
Read `.github/skills/azure-defaults/SKILL.md` FIRST for regional standards, naming conventions,
security baseline, and workflow integration patterns common to all agents.
If you author scenario-local agents (for example under scenarios/**/agents/), use the correct
relative path from that folder.
When an agent outputs a specific document type, it MUST treat these as authoritative:
.github/instructions/cost-estimate.instructions.md.github/instructions/workload-documentation.instructions.md.github/instructions/markdown.instructions.md.github/instructions/bicep-code-best-practices.instructions.mdIf an agent contains an embedded template in its body, it MUST match the relevant instruction file.
````)
for the outer fence to avoid accidental termination.##, ###).tools: only contains valid tool IDs/patternshandoffs: only references real agentsazure-defaults skill reference is correct.github/instructions/* standardsnpm run lint:md passes