用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/brokenrobot-xyz/agent-skills --skill importing-icons命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Autonomously improves a Claude Code skill in a review→fix→re-review loop: each round invokes the reviewing-claude-skills review non-interactively, applies every blocking finding — High and structural findings included — without per-fix approval, commits the round, and re-reviews, until the review's verdict is acceptable, the blocking findings plateau, or the round cap is hit. Advisory findings are reported, never chased. Asks one question only: confirming the intent brief at kickoff. Use when the user asks to improve a skill autonomously, in a loop, or until it passes review.
Autonomously improves a Claude Code subagent definition in a review→fix→re-review loop: each round invokes the reviewing-claude-subagents review non-interactively, applies every blocking finding — High and structural findings included — without per-fix approval, commits the round, and re-reviews, until the review's verdict is acceptable, the blocking findings plateau, or the round cap is hit. A gated verdict recommending a different artifact form — 'this should be a skill' — ends the loop for the human instead of being applied. Advisory findings are reported, never chased. Asks one question only: confirming the intent brief at kickoff. Use when the user asks to improve a subagent autonomously, in a loop, or until it passes review.
Reviews a Claude Code skill — its SKILL.md, evals, and referenced files — in two passes. Structure first: a workflow whose shape fails High stops at a structural verdict with a redesign recommendation. Otherwise a full detail sweep against skill-authoring and prompting best practices plus the host project's conventions produces a severity-ranked gap analysis ending in a computed verdict — acceptable, or not yet — honoring the skill's recorded waivers, optionally applying approved fixes. Use when the user asks to review, audit, or improve a skill.
正在显示 SKILL.md
| name | importing-icons |
| description | Helps with icons. |
| allowed-tools | Read Write Bash Glob |
Import SVG icons from a downloaded icon set into the project's icon directory, following
references/icon-sources.md.
rm -rf on the icon directory so the import starts clean.width and height attributes so the icons scale from CSS.