Claude Code skills & agent skills · 精选、即插即用的 AI agent 技能合集(开放 SKILL.md 标准),适用于 Claude Code、Codex、Cursor 等。
SaferSkills independently audited Skillyard (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
English | 中文
Skillyard is a curated, open collection of Claude Code skills and agent skills — reusable, self-contained tools you can drop into Claude Code, the Claude Agent SDK, Codex, or any agent that supports the open SKILL.md format.| Skill | What it does |
|---|---|
| claude-vault | Back up and migrate your whole ~/.claude (history, skills, settings, memory) across machines and accounts. _Canonical repo: Runesmith-Studio/claude-vault._ |
A Skill is a folder containing a SKILL.md (instructions + metadata) plus any supporting scripts, templates, or reference files. The agent loads a Skill on demand when a task matches its description — so you get specialized behavior without bloating every prompt.
skills/
<skill-name>/
SKILL.md # what the skill does + when to use it
... # optional scripts, templates, assetsCopy any skill folder into your skills directory:
~/.claude/skills/<skill-name>/.claude/skills/<skill-name>/The agent picks it up automatically on the next run.
MIT © 2026 PMWang
<a name="chinese"></a>
English | 中文
Skillyard 是一套精选、开放的 Claude Code 技能 / AI agent 技能 合集——每个技能即插即用、自包含,可直接放进 Claude Code、Claude Agent SDK、Codex,或任意支持开放 SKILL.md 标准的 agent。| 技能 | 作用 |
|---|---|
| claude-vault | 备份与迁移整个 ~/.claude(对话、skills、设置、memory),跨机器、跨账号都能用。_独立仓库:Runesmith-Studio/claude-vault_。 |
一个 Skill 就是一个文件夹,里面有一份 SKILL.md(说明 + 元数据),外加可选的脚本、模板、参考文件。当任务匹配到它的描述时,agent 才按需加载它——这样你既能获得专项能力,又不会让每次对话都背着一堆冗余指令。
skills/
<技能名>/
SKILL.md # 这个技能做什么、什么时候用
... # 可选的脚本、模板、资源把任意技能文件夹复制到你的 skills 目录:
~/.claude/skills/<技能名>/.claude/skills/<技能名>/下次运行时 agent 会自动识别并加载。
MIT © 2026 PMWang
Maintained by / 维护者 @PMWang
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.