jpskill.com
🛠️ 開発・MCP コミュニティ

agentskills-specification

Agent Skillsの仕組みや構造、エージェントへの組み込み方、貢献方法などを説明する際に、GitHub上の公式ドキュメントを参照し、最新の仕様やライセンス条件を確認するよう促すSkill。

📜 元の英語説明(参考)

Points to the official Agent Skills open-format—agentskills/agentskills on GitHub, agentskills.io docs (including llms.txt index: Overview, What are skills?, Specification, Integrate skills into your agent). Use when the user asks how Agent Skills work, SKILL.md structure, integration, contributing, or aligning blockint skills with the upstream format—not as a substitute for reading the live specification and LICENSE terms in the upstream repo.

🇯🇵 日本人クリエイター向け解説

一言でいうと

Agent Skillsの仕組みや構造、エージェントへの組み込み方、貢献方法などを説明する際に、GitHub上の公式ドキュメントを参照し、最新の仕様やライセンス条件を確認するよう促すSkill。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o agentskills-specification.zip https://jpskill.com/download/10114.zip && unzip -o agentskills-specification.zip && rm agentskills-specification.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/10114.zip -OutFile "$d\agentskills-specification.zip"; Expand-Archive "$d\agentskills-specification.zip" -DestinationPath $d -Force; ri "$d\agentskills-specification.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して agentskills-specification.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → agentskills-specification フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Agent Skills — オープンフォーマット (リファレンス)

教育的なルーティングのみです。 このスキルは仕様を再現しません。信頼できるテキスト、スキーマの詳細、およびライセンス条項については、以下の正式なリンクを使用してください。

正式な URL

リソース URL
リポジトリ github.com/agentskills/agentskills
サイト agentskills.io — ドキュメントハブ (アップストリームの README に準拠)

アップストリームプロジェクトは、Agent Skills を、エージェントがタスク固有の専門知識を発見できる、命令、スクリプト、およびリソースのシンプルなオープンフォーマットとして説明しています(「一度書けば、どこでも使える」)。リポジトリには、仕様ドキュメントリファレンス SDK マテリアル、およびサンプルスキルとコミュニティチャネル(例:Discord — ライブ README を参照)へのポインタが格納されています。

ドキュメントインデックス (llms.txt)

agentskills.io/llms.txt を、ファーストパーティドキュメントの機械可読なインデックスとして使用してください(ディープリンクする前にページを発見してください)。現在、以下がリストされています。

ドキュメント URL
概要 agentskills.io/home.md — エージェントの能力と専門知識のためのオープンフォーマット
スキルとは? agentskills.io/what-are-skills.md — 特殊な知識とワークフローのための軽量フォーマット
仕様 agentskills.io/specification.md — 完全なフォーマット仕様
スキルをエージェントに統合する agentskills.io/integrate-skills.md — Agent Skills のサポートをエージェントまたはツールに追加する

そこで何を読むべきか

領域 典型的な使用法
仕様 specification.md — ポータブルスキルのための正確なフォーマットの期待値
統合 integrate-skills.md — エージェント/ツール実装者
ドキュメント home.md, what-are-skills.md — 概念
サンプルスキル パターンと幅 (GitHub README + サンプルを参照)
貢献 リポジトリ内の CONTRIBUTING.md

ライセンス (概要)

アップストリームは、リポジトリ内のコードは Apache-2.0 の下にあると述べています。ドキュメントは CC-BY-4.0 の下にあると述べています — リポジトリ内の LICENSE およびディレクトリごとの通知を確認してください。フォーマットは community-open です。Anthropic は、公開 README でメンテナとして名前が挙げられています。

blockint と組み合わせる方法

ニーズ スキル
このリポジトリの BI / チェーンに焦点を当てたスキル blockchain-intelligence-playbook
ポータブルスキルフォーマット vs ドメインコンテンツ agentskills-specification (アップストリーム仕様); ここではブロックチェーンインテルのためのトピック別スキル

ガードレール

  • アップストリームが優先 — blockint のレイアウトが公開されている仕様から逸脱した場合、agentskills を移植性のリファレンスとして扱います。
  • クレデンシャルの貼り付け禁止 — 仕様の作業では、シークレットをスキルに埋め込む必要はありません。

目標: Agent Skills のフォーマットとドキュメントの整合性のために、agentskills/agentskillsagentskills.io/llms.txt、および agentskills.io/specification.md への安定したポインタを提供すること。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Agent Skills — open format (reference)

Educational routing only. This skill does not reproduce the specification. Use the canonical links below for authoritative text, schema details, and license terms.

Canonical URLs

Resource URL
Repository github.com/agentskills/agentskills
Site agentskills.io — documentation hub (per upstream README)

The upstream project describes Agent Skills as a simple, open format: folders of instructions, scripts, and resources that agents can discover for task-specific expertise (“write once, use everywhere”). The repo holds the specification, documentation, reference SDK material, and pointers to example skills and community channels (e.g. Discord — see live README).

Documentation index (llms.txt)

Use agentskills.io/llms.txt as the machine-readable index of first-party docs (discover pages before deep-linking). It currently lists:

Doc URL
Overview agentskills.io/home.md — open format for agent capabilities and expertise
What are skills? agentskills.io/what-are-skills.md — lightweight format for specialized knowledge and workflows
Specification agentskills.io/specification.md — complete format specification
Integrate skills into your agent agentskills.io/integrate-skills.md — adding Agent Skills support to an agent or tool

What to read there

Area Typical use
Specification specification.md — exact format expectations for portable skills
Integration integrate-skills.md — agent/tool implementers
Documentation home.md, what-are-skills.md — concepts
Example skills Patterns and breadth (see GitHub README + examples)
Contributing CONTRIBUTING.md in-repo

License (summary)

Upstream states: code in the repository is under Apache-2.0; documentation under CC-BY-4.0 — confirm in-repo LICENSE and per-directory notices. The format is community-open; Anthropic is named as a maintainer in the public README.

How to combine with blockint

Need Skill
This repo’s BI / chain-focused skills blockchain-intelligence-playbook
Portable skill format vs domain content agentskills-specification (upstream spec); topical skills here for blockchain intel

Guardrails

  • Upstream wins — If blockint layout ever diverges from the published spec, treat agentskills as the portability reference.
  • No credential paste — Spec work does not require embedding secrets in skills.

Goal: stable pointers to agentskills/agentskills, agentskills.io/llms.txt, and agentskills.io/specification.md for Agent Skills format and documentation alignment.