Add skills.sh install support#44
Conversation
Greptile SummaryThis PR adds skills.sh as a new install option (Option B) across the root README and all 61 skill READMEs, and updates the README template script so future skills automatically include the section. Existing options are correctly renumbered (B→C, C→D, D→E).
Confidence Score: 5/5Documentation-only change; no logic, data, or runtime behaviour is affected. All 63 changed files are Markdown or a README-generation script. The npm package name (skills) is confirmed correct in the registry, the f-string interpolation in the Python template is accurate, and the option renumbering is consistent across the root README, the script template, and all 61 skill READMEs. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User wants to install a skill] --> B{Choose install method}
B --> C[Option A: npx CLI\nnpx @opendirectory.dev/skills install skill --target claude]
B --> D[Option B: skills.sh NEW\nnpx skills add Varnan-Tech/opendirectory --skill skill]
B --> E[Option C: Claude Desktop App\nDownload ZIP → Upload via Customize]
B --> F[Option D: Claude Code Native\n/plugin marketplace add + /plugin install]
B --> G[Option E: Manus AI\nImport from OpenDirectory skill page]
D --> D1{Scope}
D1 --> D2[All skills\nnpx skills add Varnan-Tech/opendirectory]
D1 --> D3[Single skill\nnpx skills add Varnan-Tech/opendirectory --skill name]
D --> D4[--global flag → ~/.claude/skills/\notherwise → current project]
Reviews (2): Last reviewed commit: "fix: make --global flag wording consiste..." | Re-trigger Greptile |
What changed
Install commands
npx skills add Varnan-Tech/opendirectorynpx skills add Varnan-Tech/opendirectory --skill <skill-name>