Clarify Claude Code installation in README.md (#20)

* Updates to README.md
This commit is contained in:
Mahesh Murag
2025-10-18 12:39:45 -04:00
committed by GitHub
parent 0877baec7e
commit c74d647e56

View File

@@ -63,7 +63,19 @@ You can register this repository as a Claude Code Plugin marketplace by running
/plugin marketplace add anthropics/skills /plugin marketplace add anthropics/skills
``` ```
After installing the plugin, you can use the skill by just mentioning it. For instance, if you install the document-skills plugin from the marketplace, you can ask Claude Code to do something like: "use the pdf skill to extract the form fields from path/to/some-file.pdf" Then, to install a specific set of skills:
1. Select `Browse and install plugins`
2. Select `anthropic-agent-skills`
3. Select `document-skills` or `example-skills`
4. Select `Install now`
Alternatively, directly install either Plugin via:
```
/plugin install document-skills@anthropic-agent-skills
/plugin install example-skills@anthropic-agent-skills
```
After installing the plugin, you can use the skill by just mentioning it. For instance, if you install the `document-skills` plugin from the marketplace, you can ask Claude Code to do something like: "Use the PDF skill to extract the form fields from path/to/some-file.pdf"
## Claude.ai ## Claude.ai