ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月9日 21:21
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill human-friendly-agent-nameコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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