mirror of
https://github.com/anthropics/skills.git
synced 2026-03-30 13:13:29 +08:00
Clarify Claude Code installation in README.md (#20)
* Updates to README.md
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user