copilot-agent-workspace: Skill for Claude Code

.github/skills/ms-learn-research/SKILL.md

ms-learn-research is a skill for Claude Code, Codex from kanazawazawa/copilot-agent-workspace. It costs 60 tokens per session (973 once invoked), scanned A, original, MIT.

A Japanese-language research skill for finding and organizing current information from Microsoft Learn, Microsoft's official technical documentation, especially for Azure services.

In plain words
What is it for?
Use it to research Azure specifications, features, comparisons, pricing, service-level agreements, best practices, tutorials, and official code examples.
Why use it?
It provides a defined process for checking service details, comparisons, pricing, service guarantees, and recommended configurations against official sources.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is kanazawazawa/copilot-agent-workspace's own configuration. It tells Claude Code and Codex how to work on copilot-agent-workspace 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 copilot-agent-workspace configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kanazawazawa/copilot-agent-workspace. 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/kanazawazawa/copilot-agent-workspace/master/.github/skills/ms-learn-research/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/kanazawazawa/copilot-agent-workspace

Made for: Claude Code, Codex.

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 ms-learn-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/kanazawazawa/copilot-agent-workspace/ms-learn-research/github.svg)](https://agentmods.dev/skills/kanazawazawa/copilot-agent-workspace/ms-learn-research)
Your own site
<a href="https://agentmods.dev/skills/kanazawazawa/copilot-agent-workspace/ms-learn-research"><img src="https://agentmods.dev/badge/skills/kanazawazawa/copilot-agent-workspace/ms-learn-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ms-learn-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/kanazawazawa/copilot-agent-workspace/ms-learn-research"><img src="https://agentmods.dev/badge/skills/kanazawazawa/copilot-agent-workspace/ms-learn-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 973 The whole file, excluding the scripts and references it only reads on demand.
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.00060 $0.00973
Opus 5 $0.00030 $0.00487
Sonnet 5 $0.00012 $0.00195
Haiku 4.5 $0.00006 $0.00097

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

Security

Grade A, and why

ms-learn-research 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 10d 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/skills/ms-learn-research/SKILL.md · 109 lines

What it actually says

MS Learn 調査スキル

概要

Microsoft Learn(MS Learn)の公式ドキュメントを効率的に調査し、 正確で最新の Azure / Microsoft 技術情報を提供するためのスキルです。

トリガーワード

以下のキーワードが含まれる場合にこのスキルを使用する:

  • 「MS Learn」「Microsoft Learn」「公式ドキュメント」
  • 「Azure の仕様」「Azure の機能」
  • 「サービス比較」「料金」「SLA」
  • 「ベストプラクティス」「推奨構成」

使用しない場合

  • 一般的なプログラミングの質問(Azure 固有でない場合)
  • コードの書き方だけが求められている場合

調査ワークフロー

Step 1: 質問の明確化

調査を始める前に、以下を確認する:

  • 何を調べるのか: サービス名、機能名、概念
  • なぜ調べるのか: 提案用?設計判断?トラブルシュート?
  • どの深さで: 概要レベル?詳細仕様?

Step 2: 情報収集

  1. microsoft-docs MCP を最初に使う

    • microsoft_docs_search で関連ドキュメントを検索
    • 検索クエリは英語で行うと精度が高い
    • 例: "Azure Functions pricing tiers comparison"
  2. 必要に応じて詳細取得

    • microsoft_docs_fetch で特定ページの全文を取得
    • チュートリアル、前提条件、詳細な手順が必要な場合
  3. コードサンプルが必要な場合

    • microsoft_code_sample_search で公式サンプルを検索

Step 3: 情報の整理

以下のフォーマットで回答を構造化する:

## [調査テーマ]

### 概要
- 1-2 文で要約

### 詳細
- 箇条書きで主要ポイント
- 表で比較情報

### 参考情報
- [ドキュメントタイトル](URL) — 要約

出力ルール

保存先

  • 調査結果を保存する場合: output/research/YYYY-MM-DD_HHmmss_テーマ名/report.md
  • 例: output/research/2026-03-03_143052_cosmos-db-比較/report.md

品質基準

  • 日本語で回答する
  • 技術用語は英語のまま使用してよい
  • 情報源 URL を必ず添える
  • 確認できなかった情報は「※未確認」と明記する
  • 料金情報は変動するため、参照日と「最新情報は公式サイトで確認」の注記を添える

サービス比較テンプレート

サービス比較を依頼された場合は以下の形式を使う:

項目 サービスA サービスB
概要
主な用途
料金体系
SLA
リージョン
制限事項

よくある調査パターン

パターン1: サービスの概要調査

→ 検索 → 概要ページ取得 → 要約

パターン2: 2つのサービスの比較

→ 両方を検索 → 比較表作成 → 使い分け指針を提示

パターン3: 特定機能の詳細確認

→ 検索 → 該当ページ全文取得 → 手順・制約・注意点を抽出

パターン4: ベストプラクティス・推奨構成

→ "best practices" で検索 → Well-Architected Framework 参照 → まとめ

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. 10d ago First seen · 109 lines · 60 tokens per session scan A e18578972743

Subscribe to this mod's changes

ms-learn-research is a skill published in the GitHub repository kanazawazawa/copilot-agent-workspace (5 stars, last pushed 3mo ago), licensed MIT. It adds 60 tokens to every session and 973 once invoked, about $0.0003 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 skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens