mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
add https installation guide in README
This commit is contained in:
@@ -45,11 +45,18 @@ Skills also activate automatically based on what you're doing — designing an A
|
||||
/plugin install agent-skills@addy-agent-skills
|
||||
```
|
||||
|
||||
> **SSH errors?** The marketplace clones repos via SSH. If you don't have SSH keys set up on GitHub, either [add your SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) or switch to HTTPS for fetches only:
|
||||
> **SSH errors?** The marketplace clones repos via SSH. If you don't have SSH keys set up on GitHub, either [add your SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) or run the commands below in your terminal (not Claude Code):
|
||||
> ```bash
|
||||
> git config --global url."https://github.com/".insteadOf "git@github.com:"
|
||||
> claude plugin marketplace add https://github.com/addyosmani/agent-skills.git
|
||||
> claude plugin install agent-skills@addy-agent-skills
|
||||
> ```
|
||||
|
||||
```
|
||||
claude plugin marketplace add https://github.com/addyosmani/agent-skills.git
|
||||
|
||||
```
|
||||
|
||||
|
||||
**Local / development:**
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user