Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/MarieLynneBlock/arcanum-artifex --skill skill-nameコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Check that a Copilot customisation asset (skill, workflow, agent, instruction, or prompt folder) stays standalone and copyable, with no runtime dependency on paths outside its own folder. Use when packaging an asset for reuse, reviewing whether an asset can be copied out of this repo, or investigating why a copied asset breaks elsewhere.
Audit Markdown links, images, and local anchors for broken relative references. Use when reviewing documentation changes, moving or renaming assets, updating indexes, or investigating broken links.
Validate YAML frontmatter of Copilot customisation assets in this lab (SKILL.md, WORKFLOW.md, *.agent.md, *.instructions.md, *.prompt.md). Use when adding, reviewing, or fixing an asset's frontmatter, or when asked to check whether an asset follows repository conventions.
SOC 職業分類に基づく
SKILL.md を表示中
| name | ["skill-name"] |
| description | [One sentence — what this skill enables the AI to do. This is used to decide when to load the skill, so be specific.] |
| version | 1.0.0 |
| tags | [["tag1"],["tag2"]] |
| metadata | {"skill-author":"[your name or team]"} |
[Describe the specialised knowledge or behaviour this skill provides. What can the AI do with this skill loaded that it cannot do without it?]
[Describe the task types or triggers that should activate this skill. Be specific — this helps the AI decide whether to load it.]
[Step-by-step instructions the AI should follow when this skill is active.]
[Describe the expected output: file edits, terminal commands, a report, etc.]
Input: [describe the trigger or task] Expected output: [describe what the AI should produce]