← ClaudeAtlas

skillsmp-find-installlisted

Use when the user wants to find a suitable SKILL.md-based skill from SkillsMP, compare candidates, verify the upstream GitHub repository, and optionally install it into Claude Code or Codex skill directories with the local installer script.
Harzva/learn-likecc · ★ 61 · AI & Automation · score 75
Install: claude install-skill Harzva/learn-likecc
# SkillsMP Find And Install Use this skill when the user asks things like: - 帮我找一个合适的 skill - 从 SkillsMP / skill market 里找可用技能 - 帮我装一个 skill 到 Claude Code / Codex - 找几个候选 skill,对比后再决定装哪个 ## Core idea Treat `https://skillsmp.com/` as the discovery layer, not the final trust layer. The durable chain is: 1. SkillsMP discovery 2. GitHub verification 3. local installation ## Search workflow 1. Search SkillsMP by task wording, category, or occupation wording. 2. Open 2 to 5 candidate detail pages. 3. Extract: - skill name - short description - repository URL - install path hint if visible - stars / update recency if visible 4. Verify the upstream GitHub repo: - locate `SKILL.md` - inspect optional scripts/templates/references - check whether the repo still looks maintained 5. Recommend one option, or install only if the user explicitly wants installation. ## Install workflow Use the local installer script: ```bash python3 tools/install_skill_from_github.py \ --repo <owner/repo-or-url> \ --skill-path <path-to-skill-dir-or-SKILL.md> \ --target claude-user ``` For the full auto path, use the search + decision wrapper: ```bash python3 tools/skillsmp_find_and_install.py "github repo management" ``` It will: 1. query SkillsMP search results 2. rank candidates 3. verify the selected repo by cloning it and locating `SKILL.md` 4. call the installer automatically Common targets: - `claude-user` → `~/.claude/skills/` - `claude-project` → `.claude