| name | find-awesome-skill |
| description | Use this skill when looking for curated skill recommendations from awesome lists, with exact install commands. |
| metadata | {"internal":true} |
Find Awesome Skill
Search the user's configured awesome skill sources, merge duplicates, and return concise recommendations with install commands.
Source discovery
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.json
- The current repo's own
awesome-skills.json as the default source unless explicitly disabled
Duplicate 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.
Search flow
1. Primary path — use the CLI
Run the bundled finder with agent output (terse, LLM-readable):
npx cyberplace@<version> awesome find "<query>" --format agent
Read the output directly and present concise results with install commands. Default CLI output (without --format agent) is human-readable prose formatted for terminals.
2. Fallback — when the CLI cannot fully answer
Use manual reasoning from the source layers above when:
cyberplace is unavailable or awesome find fails