一键导入
find-awesome-skill
Use this skill when looking for curated skill recommendations from awesome lists, with exact install commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when looking for curated skill recommendations from awesome lists, with exact install commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when deploying a static site to GitHub Pages — configures base path, Actions workflow, and Pages source.
Use this skill when a published-package change needs a changeset (monorepos supported).
Use this skill when auditing a SKILL.md for structure, quality, and security before installing or committing.
Use this skill when the user asks to create a new agent skill — scaffold, audit, and link into detected agents.
Use this skill when a PR fails security or vulnerability checks (audit, CVE, Dependabot, Snyk, or advisory blocks).
Use this skill when creating GitHub or GitLab issues; searches for duplicates before filing.
| name | find-awesome-skill |
| description | Use this skill when looking for curated skill recommendations from awesome lists, with exact install commands. |
| metadata | {"internal":true} |
Search the user's configured awesome skill sources, merge duplicates, and return concise recommendations with install commands.
Awesome sources are loaded from these layers, in this order:
.agents/awesome-skill-sources.local.json.agents/awesome-skill-sources.json~/.agents/awesome-skill-sources.jsonawesome-skills.json as the default source unless explicitly disabledDuplicate sources are deduped by repo + path.
Use this section when the user asks which sources are searched, or when the CLI returns no results and you need to diagnose missing configuration.
Run the bundled finder with JSON output (machine contract):
npx cyber-skills@<version> awesome find "<query>" --json
Parse the JSON array and present concise results with install commands. Default CLI output (without --json) is human-readable prose for summaries only.
Use manual reasoning from the source layers above when:
cyber-skills is unavailable or awesome find failsconfigure-awesome-sourcesWhen falling back, merge duplicate repo or skill entries across sources and rank by:
Return concise results with:
why_recommendednpx skills add ... install command