用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cyberuni/cyberplace --skill update-awesome-list命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | update-awesome-list |
| description | Use this skill when adding or updating a curated awesome-list entry, including summaries and README sync. |
Add or update entries in the current repo's awesome-skills.json, then regenerate the README awesome-list section.
When the user gives a repo, do not assume the right recommendation unit. Inspect first, then ask whether they want:
If the repo has many public skills, tell the user the exact count when available. If the count is greater than 12, tell the user it appears to be a broad-catalog repo and recommend adding specific skills, while still allowing:
Use natural-language narrowing when the user wants help selecting standout skills or highlights.
Inspect the repo with the bundled helper:
npx cyberplace@<version> awesome inspect owner/name
Narrow by query when needed:
npx cyberplace@<version> awesome inspect owner/name --query "release"
awesome-skills.json.repos object, keyed by normalized repo id (owner/name).skills object, keyed by canonical skill id (owner/name::skill-name).repo and skill values consistent with the object key.summary for what the repo or skill does.why_recommended note for why the user or agent recommends it.highlights using:{
"type": "skill",
"key": "audit-skill",
"summary": "Audit SKILL.md structure, quality, and security.",
"why_recommended": "Strong review rubric before installing or publishing skills.",
"tags": ["audit", "security"]
}
After editing, regenerate the README bounded section so the human-facing list stays in sync with awesome-skills.json:
npx cyberplace@<version> awesome render
基于 SOC 职业分类