원클릭으로
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 setting up changesets, release CI, or migrating from another release tool.
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.
Merge pending dependency update PRs — Renovate, Dependabot, or manual bumps for packages, dev dependencies, and repository tooling. Use this skill when asked to 'merge pending PRs', 'land dependency updates', 'process dep PRs', or 'clean up the PR queue'. Diagnoses and fixes CI failures, handles changesets where required, and never merges release PRs.
Use this skill when contributing local improvements to an installed skill back to its source repo via PR.
| name | find-awesome-skill |
| description | Use this skill when looking for curated skill recommendations from awesome lists, with exact install commands. |
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