用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MarieLynneBlock/arcanum-artifex --skill skill-name命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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]